diff options
author | 2Tie <foxman95@ymail.com> | 2018-11-29 01:50:18 -0700 |
---|---|---|
committer | 2Tie <foxman95@ymail.com> | 2018-11-29 01:50:18 -0700 |
commit | 7564f1a7c2a24d4c0c03c7910378adc7cec73749 (patch) | |
tree | 86b741b87c60758a83c7713890d1d0fbcf73ba71 /macros.asm | |
parent | e32b8420675450097b25078612235de3d2635ea7 (diff) |
Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself.
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,4 +11,4 @@ INCLUDE "macros/wram.asm" INCLUDE "macros/audio.asm" INCLUDE "macros/scripts.asm" INCLUDE "macros/queue.asm" -INCLUDE "macros/maps.asm" +INCLUDE "macros/maps.asm"
\ No newline at end of file |