diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-07 11:18:18 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-07 11:52:46 -0400 |
commit | 20573e3d384f73f63836864a0c6c9b0069ee9e9d (patch) | |
tree | aef4dd41cf400efbf95a1e83dd3ed8c6c4f48111 /arm9/modules/84 | |
parent | a91c5b4d723eff82947091956f02853ef4c8d955 (diff) |
Name text printer funcs
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb1.s | 6 | ||||
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb2.s | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb1.s b/arm9/modules/84/asm/module_84_thumb1.s index 5794638d..a00ea88f 100644 --- a/arm9/modules/84/asm/module_84_thumb1.s +++ b/arm9/modules/84/asm/module_84_thumb1.s @@ -318,7 +318,7 @@ _021D778E: ldr r0, [r4, #0x1c] cmp r0, #0 bne _021D77C8 - ldr r0, _021D7928 ; =gUnknown21C48B8 + ldr r0, _021D7928 ; =gMain ldr r1, [r0, #0x48] mov r0, #8 tst r0, r1 @@ -438,7 +438,7 @@ _021D7868: str r0, [r5] b _021D7920 _021D7874: - ldr r0, _021D7928 ; =gUnknown21C48B8 + ldr r0, _021D7928 ; =gMain ldr r1, [r0, #0x48] mov r0, #9 tst r0, r1 @@ -526,7 +526,7 @@ _021D7920: add sp, #0xc pop {r4, r5, pc} nop -_021D7928: .word gUnknown21C48B8 +_021D7928: .word gMain _021D792C: .word 0x0000122C _021D7930: .word MOD84_021DA6FC _021D7934: .word 0x00001228 diff --git a/arm9/modules/84/asm/module_84_thumb2.s b/arm9/modules/84/asm/module_84_thumb2.s index 1b7cf306..f80b3bb3 100644 --- a/arm9/modules/84/asm/module_84_thumb2.s +++ b/arm9/modules/84/asm/module_84_thumb2.s @@ -707,7 +707,7 @@ _021D864C: str r1, [sp, #0xc] ldr r0, [r5, #0x24] ldr r2, [r5, #0x30] - bl FUN_0201BDE0 + bl AddTextPrinterParameterized2 cmp r4, #0xf0 ble _021D86D0 ldr r0, [r5, #0x28] @@ -723,7 +723,7 @@ _021D864C: str r1, [sp, #0xc] ldr r0, [r5, #0x28] ldr r2, [r5, #0x30] - bl FUN_0201BDE0 + bl AddTextPrinterParameterized2 ldr r1, [r5, #0x28] sub r4, #0xf0 ldrb r2, [r1, #7] @@ -911,7 +911,7 @@ _021D87D0: str r1, [sp, #0x14] ldr r0, [r5, #0x24] ldr r2, [r5, #0x30] - bl FUN_0201BE3C + bl AddTextPrinterParameterized3 ldr r0, [r5, #0x24] bl FUN_02019548 add sp, #0x18 |