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_809D148.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_809D148.s')
-rw-r--r-- | asm/code_809D148.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_809D148.s b/asm/code_809D148.s index 410ed17..8af7edf 100644 --- a/asm/code_809D148.s +++ b/asm/code_809D148.s @@ -6724,7 +6724,7 @@ _080A0BA2: ldrsh r0, [r0, r1] ldr r1, [sp, 0xC] ldr r2, [sp, 0x10] - bl sub_8001BB4 + bl ScenarioCalc bl _0809EAE0 _080A0BB4: add r0, sp, 0x8 @@ -6741,7 +6741,7 @@ _080A0BB4: add r2, sp, 0x168 ldr r2, [r2] adds r2, 0x1 - bl sub_8001BB4 + bl ScenarioCalc bl _0809EAE0 _080A0BDA: ldr r2, [sp, 0xC] |