You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
move constants files into constants/
This commit is contained in:
@@ -1,14 +1,13 @@
|
|||||||
_CRYSTAL EQU 1
|
_CRYSTAL EQU 1
|
||||||
|
|
||||||
|
INCLUDE "constants/pokemon_constants.asm"
|
||||||
INCLUDE "pokemon_constants.asm"
|
INCLUDE "constants/move_constants.asm"
|
||||||
INCLUDE "move_constants.asm"
|
INCLUDE "constants/battle_constants.asm"
|
||||||
INCLUDE "battle_constants.asm"
|
INCLUDE "constants/map_constants.asm"
|
||||||
INCLUDE "map_constants.asm"
|
INCLUDE "constants/item_constants.asm"
|
||||||
INCLUDE "item_constants.asm"
|
INCLUDE "constants/trainer_constants.asm"
|
||||||
INCLUDE "trainer_constants.asm"
|
INCLUDE "constants/script_constants.asm"
|
||||||
INCLUDE "script_constants.asm"
|
INCLUDE "constants/music_constants.asm"
|
||||||
INCLUDE "music_constants.asm"
|
|
||||||
|
|
||||||
|
|
||||||
; rst vectors
|
; rst vectors
|
||||||
|
Reference in New Issue
Block a user