mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 11:47:38 -05:00
Notice that LEAFY doesn't have an internal ID, because it's actually missing from the mapping table at 10:4B70. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
25 lines
749 B
NASM
25 lines
749 B
NASM
INCLUDE "charmap.asm"
|
|
|
|
INCLUDE "macros.asm"
|
|
|
|
INCLUDE "constants/audio_constants.asm"
|
|
INCLUDE "constants/gfx_constants.asm"
|
|
INCLUDE "constants/hardware_constants.asm"
|
|
INCLUDE "constants/text_constants.asm"
|
|
|
|
INCLUDE "constants/type_constants.asm"
|
|
INCLUDE "constants/pokedex_constants.asm"
|
|
INCLUDE "constants/pokemon_constants.asm"
|
|
INCLUDE "constants/pokemon_data_constants.asm"
|
|
INCLUDE "constants/move_constants.asm"
|
|
INCLUDE "constants/item_constants.asm"
|
|
INCLUDE "constants/trainer_constants.asm"
|
|
INCLUDE "constants/trainer_data_constants.asm"
|
|
INCLUDE "constants/sprite_constants.asm"
|
|
INCLUDE "constants/battle_constants.asm"
|
|
INCLUDE "constants/palette_constants.asm"
|
|
|
|
INCLUDE "constants/serial_constants.asm"
|
|
|
|
INCLUDE "constants/misc_constants.asm"
|