From 22fec43f1812cb863ad699b357bd593222ae140c Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sat, 3 Apr 2021 20:44:48 -0500 Subject: More menu work (#33) * split adventure log menu out and decompile * add most adventure log matchings w/ 2 nonmatchings and move some relevant data * more work on other menus * fully decomp debug stuff around 203B3F0 * more debug menu work * fix CreatePartnerSelectionMenu nonmatch * move more data and clean some data up --- asm/code_2.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/code_2.s') diff --git a/asm/code_2.s b/asm/code_2.s index 626681a..30f2b05 100644 --- a/asm/code_2.s +++ b/asm/code_2.s @@ -106,8 +106,8 @@ _080006B8: pop {r0} bx r0 .align 2, 0 -_08000708: .4byte gUnknown_80B69F8 -_0800070C: .4byte gUnknown_80B6A28 +_08000708: .4byte gLoadScreenBackgroundFileNames +_0800070C: .4byte gLoadScreenBackgroundPaletteFileNames _08000710: .4byte 0x00005b20 _08000714: .4byte gTitleMenuFileArchive _08000718: .4byte gTitlePaletteFile -- cgit v1.2.3