summaryrefslogtreecommitdiff
path: root/engine/menu/main_menu.asm
diff options
context:
space:
mode:
author2Tie <foxman95@ymail.com>2018-11-29 01:50:18 -0700
committer2Tie <foxman95@ymail.com>2018-11-29 01:50:18 -0700
commit7564f1a7c2a24d4c0c03c7910378adc7cec73749 (patch)
tree86b741b87c60758a83c7713890d1d0fbcf73ba71 /engine/menu/main_menu.asm
parente32b8420675450097b25078612235de3d2635ea7 (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 'engine/menu/main_menu.asm')
-rw-r--r--engine/menu/main_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/main_menu.asm b/engine/menu/main_menu.asm
index e32aa3d..42bc2ca 100644
--- a/engine/menu/main_menu.asm
+++ b/engine/menu/main_menu.asm
@@ -39,7 +39,7 @@ InitializeNewGameWRAM:
ld hl, wPartyCount
call InitializeByteList
- ld hl, wUnknownListLengthda83
+ ld hl, wBoxListLength
call InitializeByteList
ld hl, wNumBagItems
call InitializeByteList