mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-09 03:34:37 -05:00
20 lines
584 B
NASM
20 lines
584 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_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/battle_constants.asm"
|
|
|
|
INCLUDE "constants/serial_constants.asm"
|