From 8dfd044ef3a6ea8da204265b4560716aa67391d1 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 7 Feb 2021 19:10:12 -0800 Subject: 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 --- asm/code_809747C.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/code_809747C.s') 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: -- cgit v1.2.3