diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-21 21:50:44 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-21 21:50:44 -0400 |
commit | 4d5947ecb02e28fce1cd1156bd6908571fbf29bd (patch) | |
tree | 44a49d8d53db30994487ecb9358d38ce47767e34 /arm9/modules/58 | |
parent | 70b098f92d46c134388e02bd8c436649fe31e999 (diff) |
Adjust typing in text.c routines
Diffstat (limited to 'arm9/modules/58')
-rw-r--r-- | arm9/modules/58/asm/module_58.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/58/asm/module_58.s b/arm9/modules/58/asm/module_58.s index 9a7a8402..7f3bd998 100644 --- a/arm9/modules/58/asm/module_58.s +++ b/arm9/modules/58/asm/module_58.s @@ -1780,7 +1780,7 @@ _021DA888: mov r1, ip lsr r2, r2, #0x10 lsr r3, r3, #0x10 - bl FUN_02019658 + bl BlitBitmapRectToWindow add sp, #0x1c pop {r4, r5, r6, r7, pc} thumb_func_end MOD58_021DA844 |