diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2016-10-09 17:50:46 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-09 15:50:46 -0700 |
commit | 0a32b5feb1ae85d0f8e27c5f5d199e1b931b0776 (patch) | |
tree | 018a8aed83dda20a6c58dd5c7a86f5a09936924c /data/data2.s | |
parent | dbf4f101961b3c8705ebe4554f67fb5b7c0249dd (diff) |
decompile start menu code (#57)
* initial decompilation
* fix sub_80712B4
* finish decompiling start menu code
* refactor
* refactor some more
* make some variables static
* change spaces to tab
Diffstat (limited to 'data/data2.s')
-rw-r--r-- | data/data2.s | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/data2.s b/data/data2.s index f11bf184a..4f2fc9ccc 100644 --- a/data/data2.s +++ b/data/data2.s @@ -7937,17 +7937,17 @@ gUnknown_08376D1C:: @ 8376D1C .byte 0x3D @ Speed .align 2 -gUnknown_08376D24:: @ 8376D24 - .4byte SystemText_Pokedex, StartMenu_Pokedex - .4byte SystemText_Pokemon, sub_807144C - .4byte SystemText_BAG, sub_8071478 - .4byte SystemText_Pokenav, sub_80714A4 - .4byte SystemText_Player, sub_80714D0 - .4byte SystemText_Save, sub_80714FC - .4byte SystemText_Option, sub_8071518 - .4byte SystemText_Exit, sub_8071554 - .4byte SystemText_Retire, sub_8071560 - .4byte SystemText_Player, sub_8071570 +gStartMenuItems:: @ 8376D24 + .4byte SystemText_Pokedex, StartMenu_PokedexCallback + .4byte SystemText_Pokemon, StartMenu_PokemonCallback + .4byte SystemText_BAG, StartMenu_BagCallback + .4byte SystemText_Pokenav, StartMenu_PokenavCallback + .4byte SystemText_Player, StartMenu_PlayerCallback + .4byte SystemText_Save, StartMenu_SaveCallback + .4byte SystemText_Option, StartMenu_OptionCallback + .4byte SystemText_Exit, StartMenu_ExitCallback + .4byte SystemText_Retire, StartMenu_RetireCallback + .4byte SystemText_Player, StartMenu_PlayerLinkCallback .align 2 gUnknown_08376D74:: @ 8376D74 |