mirror of
https://github.com/pret/pokeruby.git
synced 2024-11-30 16:32:17 +00:00
29 lines
1.2 KiB
C++
29 lines
1.2 KiB
C++
.include "constants/gba_constants.inc"
|
|
.include "constants/misc_constants.inc"
|
|
.include "constants/species_constants.inc"
|
|
.include "constants/ability_constants.inc"
|
|
.include "constants/move_constants.inc"
|
|
.include "constants/item_constants.inc"
|
|
.include "constants/type_constants.inc"
|
|
.include "constants/contest_constants.inc"
|
|
.include "constants/pokemon_data_constants.inc"
|
|
.include "constants/item_data_constants.inc"
|
|
.include "constants/battle_move_constants.inc"
|
|
.include "constants/easy_chat_constants.inc"
|
|
.include "constants/trainer_constants.inc"
|
|
.include "constants/map_constants.inc"
|
|
.include "constants/berry_constants.inc"
|
|
.include "constants/map_object_constants.inc"
|
|
.include "constants/battle_tower_constants.inc"
|
|
.include "constants/opponent_constants.inc"
|
|
.include "constants/decorations.inc"
|
|
.include "constants/songs.inc"
|
|
.include "constants/version.inc"
|
|
.include "constants/region_map_sections.inc"
|
|
.include "constants/hold_effects.inc"
|
|
.include "constants/battle.inc"
|
|
.include "constants/battle_text.inc"
|
|
.include "constants/battle_move_effects.inc"
|
|
.include "constants/contest_move_effects.inc"
|
|
.include "constants/game_stat.inc"
|