diff options
author | 2Tie <foxman95@ymail.com> | 2018-06-17 11:16:28 -0600 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-06-17 11:16:28 -0600 |
commit | b095e626305a4c99f8b14c46b46c1bf97fe00262 (patch) | |
tree | 4a69814d4be138c3a3e374f764fae41756018d6d /constants/wram_constants.asm | |
parent | 130f5f1bb94ddcc609b5b5344a72d803b68a1102 (diff) |
some more tidying up
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 |