diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-04-03 20:44:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-03 20:44:48 -0500 |
commit | 22fec43f1812cb863ad699b357bd593222ae140c (patch) | |
tree | 4efa162869946a9bfdbde1be498857fac3db3b39 /asm/code_2.s | |
parent | a2d206665c6fffbd962375f262b7fbb05c7b7478 (diff) |
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
Diffstat (limited to 'asm/code_2.s')
-rw-r--r-- | asm/code_2.s | 4 |
1 files changed, 2 insertions, 2 deletions
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 |