diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-03 15:53:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-03 15:53:52 -0500 |
commit | 7bfa6d20587ed14cfa26b9fa81f45837abfafb26 (patch) | |
tree | 060cd2364119441d0f36a0418dd7405137b6582d /src/new_menu_helpers.c | |
parent | f6075011612b1029c1dd794c77943e01c6019f19 (diff) | |
parent | 977925a9ee438e149212e438585c2d3d59e3f254 (diff) |
Merge pull request #140 from PikalaxALT/dism_more_data
Disassemble more data
Diffstat (limited to 'src/new_menu_helpers.c')
-rw-r--r-- | src/new_menu_helpers.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/new_menu_helpers.c b/src/new_menu_helpers.c index f82dbe9c6..84befe63e 100644 --- a/src/new_menu_helpers.c +++ b/src/new_menu_helpers.c @@ -26,6 +26,9 @@ static EWRAM_DATA u16 gUnknown_203AB5C = {0}; static EWRAM_DATA void *gUnknown_203AB60[0x20] = {NULL}; static EWRAM_DATA u8 sStartMenuWindowId = {0}; +const u16 gUnknown_841F1C8[] = INCBIN_U16("graphics/text_window/unk_841F1C8.4bpp"); +const u16 gTMCaseMainWindowPalette[] = INCBIN_U16("graphics/tm_case/unk_841F408.gbapal"); + static const u8 gUnknown_841F428[] = { 8, 4, 1 }; static const struct WindowTemplate sStandardTextBox_WindowTemplates[] = |