diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-02-07 19:10:12 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 21:10:12 -0600 |
commit | 8dfd044ef3a6ea8da204265b4560716aa67391d1 (patch) | |
tree | 15274fab1fd9b1d4e477bbfddbfb855ade1eabeb /asm/code_809747C.s | |
parent | 74daf03fd70e7c71b92390c9133c9dd543bcb28d (diff) |
Some Personality and data (#26)
* decomp few personality funcs and clean up some pointers in the dungeon data
* de-pointer-ify friend area dialogue
* clean pointers on a personality test question
* decomp a few more main menu funcs and dump some more data
* label some funcs
Diffstat (limited to 'asm/code_809747C.s')
-rw-r--r-- | asm/code_809747C.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/code_809747C.s b/asm/code_809747C.s index 640d62c..7f04a7c 100644 --- a/asm/code_809747C.s +++ b/asm/code_809747C.s @@ -332,8 +332,8 @@ _08097732: bx r1 thumb_func_end sub_8097710 - thumb_func_start sub_8097738 -sub_8097738: + thumb_func_start GetAdventureLogLine +GetAdventureLogLine: lsls r0, 24 ldr r1, _08097744 lsrs r0, 22 @@ -342,7 +342,7 @@ sub_8097738: bx lr .align 2, 0 _08097744: .4byte gAdventureLogText - thumb_func_end sub_8097738 + thumb_func_end GetAdventureLogLine thumb_func_start sub_8097748 sub_8097748: |