mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-04-26 00:05:12 -05:00
18 lines
495 B
NASM
18 lines
495 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/battle_constants.asm"
|
|
|
|
INCLUDE "constants/serial_constants.asm"
|