diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index a5e3044..381bdeb 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -5,4 +5,8 @@ const UP ; 1 const LEFT ; 2 const RIGHT ; 3 -NUM_DIRECTIONS EQU const_value
\ No newline at end of file +NUM_DIRECTIONS EQU const_value + + const_def + const DEBUG_BATTLE_F + const DEBUG_FIELD_F
\ No newline at end of file |