diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-02 14:16:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-11-02 14:16:03 -0400 |
commit | 5391289fc1164eab859856617f8dede7db3fe435 (patch) | |
tree | 8cb4f701f3b49cf182715e28b0d818c778ff9e5c /asm/naming_screen.s | |
parent | 46e006b94cf7a2e59652a083cdd01f0d5dc9a26f (diff) | |
parent | c0a9d620919bd6403772c4e5a236d47cd40ae861 (diff) |
Merge branch 'master' into quest_log
Diffstat (limited to 'asm/naming_screen.s')
-rw-r--r-- | asm/naming_screen.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/naming_screen.s b/asm/naming_screen.s index 191c6a1ac..b3c9d1f73 100644 --- a/asm/naming_screen.s +++ b/asm/naming_screen.s @@ -3498,7 +3498,7 @@ sub_809F49C: @ 809F49C str r1, [sp, 0x8] movs r1, 0x1 movs r3, 0x1 - bl PrintTextOnWindow + bl AddTextPrinterParameterized ldr r0, [r5] adds r0, r4 ldrb r0, [r0] @@ -3553,7 +3553,7 @@ sub_809F4F0: @ 809F4F0 movs r1, 0x1 add r2, sp, 0xC movs r3, 0x1 - bl PrintTextOnWindow + bl AddTextPrinterParameterized ldr r0, [r5] adds r0, r4 ldrb r0, [r0] @@ -4123,7 +4123,7 @@ _0809F97A: str r1, [sp, 0x8] movs r1, 0x2 add r2, sp, 0xC - bl PrintTextOnWindow + bl AddTextPrinterParameterized adds r0, r4, 0x1 lsls r0, 24 lsrs r4, r0, 24 |