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/53/asm | |
| parent | 70b098f92d46c134388e02bd8c436649fe31e999 (diff) | |
Adjust typing in text.c routines
Diffstat (limited to 'arm9/modules/53/asm')
| -rw-r--r-- | arm9/modules/53/asm/module_53.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/53/asm/module_53.s b/arm9/modules/53/asm/module_53.s index 93468fe6..f49ce02c 100644 --- a/arm9/modules/53/asm/module_53.s +++ b/arm9/modules/53/asm/module_53.s @@ -2915,7 +2915,7 @@ _021D8C9C: 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 MOD53_021D8C58 |
