diff options
author | tgsm <doodrabbit@hotmail.com> | 2020-12-18 13:42:23 -0500 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2020-12-18 13:52:08 -0500 |
commit | 22c9ea3a992c48fc5c8926902cbde48861195f10 (patch) | |
tree | c8f46f67254d290d854aca645ffcdd5179e5fa6b /arm9/modules/56 | |
parent | d45ebc4547e7d8e253f848a010bf6c430a55ba75 (diff) |
decompile Options
Diffstat (limited to 'arm9/modules/56')
-rw-r--r-- | arm9/modules/56/asm/module_56.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/56/asm/module_56.s b/arm9/modules/56/asm/module_56.s index fbe645b5..309d4cc0 100644 --- a/arm9/modules/56/asm/module_56.s +++ b/arm9/modules/56/asm/module_56.s @@ -1014,7 +1014,7 @@ MOD56_0221257C: ; 0x0221257C add r5, #0xc4 ldr r0, [r5] bl Sav2_PlayerData_GetOptionsAddr - bl FUN_02025084 + bl Options_GetFrame lsl r0, r0, #0x18 lsr r0, r0, #0x18 str r0, [sp] @@ -8164,7 +8164,7 @@ MOD56_02215EA4: ; 0x02215EA4 add r4, r1, #0 add r6, r2, #0 bl Sav2_PlayerData_GetOptionsAddr - bl FUN_02024FF4 + bl Options_GetTextFrameDelay add r7, r0, #0 mov r0, #0xdb lsl r0, r0, #2 |