2013-07-04 07:55:04 +00:00
|
|
|
|
2013-11-27 17:46:25 +00:00
|
|
|
INCLUDE "macros.asm"
|
|
|
|
|
2013-09-10 06:16:15 +00:00
|
|
|
INCLUDE "gbhw.asm"
|
|
|
|
INCLUDE "hram.asm"
|
|
|
|
|
2013-11-27 19:37:38 +00:00
|
|
|
INCLUDE "constants/wram_constants.asm"
|
2013-06-18 01:16:16 +00:00
|
|
|
INCLUDE "constants/pokemon_constants.asm"
|
2014-01-05 13:11:31 +00:00
|
|
|
INCLUDE "constants/type_constants.asm"
|
2013-06-18 01:16:16 +00:00
|
|
|
INCLUDE "constants/move_constants.asm"
|
|
|
|
INCLUDE "constants/battle_constants.asm"
|
|
|
|
INCLUDE "constants/map_constants.asm"
|
2013-11-28 08:54:21 +00:00
|
|
|
INCLUDE "constants/landmark_constants.asm"
|
2013-06-18 01:16:16 +00:00
|
|
|
INCLUDE "constants/item_constants.asm"
|
|
|
|
INCLUDE "constants/trainer_constants.asm"
|
|
|
|
INCLUDE "constants/script_constants.asm"
|
2013-08-24 01:19:58 +00:00
|
|
|
INCLUDE "constants/event_flags.asm"
|
2013-08-27 18:12:05 +00:00
|
|
|
INCLUDE "constants/engine_flags.asm"
|
2013-06-18 01:16:16 +00:00
|
|
|
INCLUDE "constants/music_constants.asm"
|
2013-11-07 06:10:43 +00:00
|
|
|
INCLUDE "constants/sfx_constants.asm"
|
2013-12-19 09:47:39 +00:00
|
|
|
INCLUDE "constants/animation_constants.asm"
|
|
|
|
INCLUDE "constants/gfx_constants.asm"
|
2014-02-02 22:12:04 +00:00
|
|
|
INCLUDE "constants/pokemon_data_constants.asm"
|
|
|
|
INCLUDE "constants/misc_constants.asm"
|
2015-06-23 20:21:54 +00:00
|
|
|
INCLUDE "constants/std_constants.asm"
|