diff options
author | 2Tie <foxman95@ymail.com> | 2018-06-18 22:15:42 -0600 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-06-18 22:15:42 -0600 |
commit | a1d5ddac4c62f2731b72f4d7f39b9f09e69e5fa8 (patch) | |
tree | db1f6e247dcc9c96f1be96c8e9e6e5420afce751 /constants/wram_constants.asm | |
parent | 0a2d5a66cd53e7bad4883eaa683eb7743da3c337 (diff) |
more bank 1 disasm
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 381bdeb..4b63ba7 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -9,4 +9,5 @@ NUM_DIRECTIONS EQU const_value const_def const DEBUG_BATTLE_F - const DEBUG_FIELD_F
\ No newline at end of file + const DEBUG_FIELD_F + const CONTINUED_F
\ No newline at end of file |