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 /asm/rom6.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 'asm/rom6.s')
-rw-r--r-- | asm/rom6.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/rom6.s b/asm/rom6.s index 038db98db..055c5db64 100644 --- a/asm/rom6.s +++ b/asm/rom6.s @@ -128242,7 +128242,7 @@ unref_sub_814A414: @ 814A414 bx r1 .align 2, 0 _0814A458: .4byte gUnknown_0842C29C -_0814A45C: .4byte gUnknown_03004AE8 +_0814A45C: .4byte gCallback_03004AE8 _0814A460: .4byte sub_814A464 thumb_func_end unref_sub_814A414 @@ -128279,7 +128279,7 @@ _0814A480: b _0814A4B2 .align 2, 0 _0814A4A0: .4byte gUnknown_02024D1E -_0814A4A4: .4byte gUnknown_03004AE8 +_0814A4A4: .4byte gCallback_03004AE8 _0814A4A8: .4byte gUnknown_0842C29C _0814A4AC: bl sub_8071C20 |