mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
8 lines
315 B
C++
8 lines
315 B
C++
.include "constants/gba_constants.inc"
|
|
.include "constants/misc_constants.inc"
|
|
.include "constants/contest_constants.inc"
|
|
.include "constants/pokemon_data_constants.inc"
|
|
.include "constants/battle_frontier_constants.inc"
|
|
.include "constants/berry_constants.inc"
|
|
.include "constants/contest_move_effects.inc"
|