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_809D148.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asm/code_809D148.s') 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] -- cgit v1.2.3