blob: 5b5b700a8edf7f21578956bf90f118186d900c13 (
plain)
1
2
3
4
5
6
7
8
9
|
INCLUDE "hram.asm"
INCLUDE "vram.asm"
INCLUDE "constants/evolution_line_constants.asm"
INCLUDE "constants/joy_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/song_constants.asm"
INCLUDE "constants/sound_effect_constants.asm"
|