diff options
author | yenatch <yenatch@gmail.com> | 2013-06-17 21:16:16 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-06-17 21:30:25 -0400 |
commit | 41dbd3b4a6f43439f691918815f26cfad9c06231 (patch) | |
tree | 497e7fb82e133750f63e68f4041ef72cd5ce9da2 /constants.asm | |
parent | 20c0c0e233a7599b1f21e05ddefbd67d0d17504c (diff) |
move constants files into constants/
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/constants.asm b/constants.asm index e3d1ddf95..9c7348e9b 100644 --- a/constants.asm +++ b/constants.asm @@ -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 |