pokeemerald/constants/constants.s

17 lines
671 B
ArmAsm
Raw Normal View History

2015-10-17 01:57:46 +02:00
.include "constants/gba_constants.s"
.include "constants/misc_constants.s"
.include "constants/species_constants.s"
.include "constants/ability_constants.s"
.include "constants/move_constants.s"
.include "constants/item_constants.s"
.include "constants/type_constants.s"
.include "constants/contest_constants.s"
.include "constants/pokemon_data_constants.s"
.include "constants/item_data_constants.s"
.include "constants/battle_move_constants.s"
.include "constants/easy_chat_constants.s"
2015-11-08 20:41:34 +01:00
.include "constants/trainer_constants.s"
2015-10-18 06:25:28 +02:00
.include "constants/battle_frontier_constants.s"
.include "constants/map_constants.s"
2015-10-31 03:04:45 +01:00
.include "constants/berry_constants.s"