Separate file for mobile constants

This commit is contained in:
Remy Oukaour
2017-12-09 12:57:42 -05:00
parent 6a41d4f63e
commit 55d19b6dca
3 changed files with 22 additions and 23 deletions

View File

@@ -22,6 +22,7 @@ INCLUDE "constants/animation_constants.asm"
INCLUDE "constants/phone_constants.asm"
INCLUDE "constants/gfx_constants.asm"
INCLUDE "constants/pokemon_data_constants.asm"
INCLUDE "constants/mobile_constants.asm"
INCLUDE "constants/misc_constants.asm"
INCLUDE "constants/std_constants.asm"
INCLUDE "constants/deco_constants.asm"