Skip to content

Commit

Permalink
move constants files into constants/
Browse files Browse the repository at this point in the history
  • Loading branch information
yenatch committed Jun 18, 2013
1 parent 20c0c0e commit 41dbd3b
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions constants.asm
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
_CRYSTAL EQU 1


INCLUDE "pokemon_constants.asm"
INCLUDE "move_constants.asm"
INCLUDE "battle_constants.asm"
INCLUDE "map_constants.asm"
INCLUDE "item_constants.asm"
INCLUDE "trainer_constants.asm"
INCLUDE "script_constants.asm"
INCLUDE "music_constants.asm"
INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/battle_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/item_constants.asm"
INCLUDE "constants/trainer_constants.asm"
INCLUDE "constants/script_constants.asm"
INCLUDE "constants/music_constants.asm"


; rst vectors
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41dbd3b

Please sign in to comment.