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