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/38/asm/module_38.s | |
parent | a91c5b4d723eff82947091956f02853ef4c8d955 (diff) |
Name text printer funcs
Diffstat (limited to 'arm9/modules/38/asm/module_38.s')
-rw-r--r-- | arm9/modules/38/asm/module_38.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/38/asm/module_38.s b/arm9/modules/38/asm/module_38.s index fafafb07..e1d888d4 100644 --- a/arm9/modules/38/asm/module_38.s +++ b/arm9/modules/38/asm/module_38.s @@ -1088,7 +1088,7 @@ _02255048: sub r3, r5, r3 add r0, r4, #0 lsr r3, r3, #1 - bl FUN_0201BDE0 + bl AddTextPrinterParameterized2 add r0, r4, #0 bl FUN_02019548 add sp, #0x10 @@ -1126,7 +1126,7 @@ MOD38_02255084: ; 0x02255084 ldr r2, [r5] add r0, r4, #0 add r3, r1, #0 - bl FUN_0201BDE0 + bl AddTextPrinterParameterized2 add r0, r4, #0 bl FUN_02019548 add sp, #0x10 |