diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-04 11:22:23 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-04 11:22:23 -0400 |
commit | 1d5e9d12ea905a67c818febbb3e58a3e8a7ad3ca (patch) | |
tree | 403698023b373d694ddc25aa0e984b4322683b6b /arm9/modules/73/asm/module_73.s | |
parent | 5a110f52d215ccfa46e50d7dd24a094cde8eddaf (diff) |
This function was misnamed
Diffstat (limited to 'arm9/modules/73/asm/module_73.s')
-rw-r--r-- | arm9/modules/73/asm/module_73.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arm9/modules/73/asm/module_73.s b/arm9/modules/73/asm/module_73.s index 8c3ed755..e49a20ed 100644 --- a/arm9/modules/73/asm/module_73.s +++ b/arm9/modules/73/asm/module_73.s @@ -4909,7 +4909,7 @@ _021D9B02: ldr r0, [r2, #4] ldr r1, [r2, #8] ldr r2, [r2, #0x14] - bl StringExpandPlaceholders + bl FUN_0200B7B8 ldr r1, [r5, #0x18] lsl r0, r6, #3 ldr r1, [r1, #8] @@ -6272,7 +6272,7 @@ MOD73_021DA550: ; 0x021DA550 ldr r0, [r2, #4] ldr r1, [r2, #8] ldr r2, [r2, #0x50] - bl StringExpandPlaceholders + bl FUN_0200B7B8 mov r0, #0x18 str r0, [sp] mov r1, #0 @@ -6322,7 +6322,7 @@ _021DA61A: ldr r0, [r3, #4] ldr r1, [r3, #8] ldr r2, [r2, #0x4c] - bl StringExpandPlaceholders + bl FUN_0200B7B8 mov r0, #0x30 str r0, [sp] mov r1, #0 @@ -6372,7 +6372,7 @@ _021DA682: ldr r0, [r3, #4] ldr r1, [r3, #8] ldr r2, [r2, #0x4c] - bl StringExpandPlaceholders + bl FUN_0200B7B8 mov r0, #0x44 str r0, [sp] mov r1, #0 @@ -6428,7 +6428,7 @@ MOD73_021DA6BC: ; 0x021DA6BC ldr r0, [r2, #4] ldr r1, [r2, #8] ldr r2, [r2, #0x68] - bl StringExpandPlaceholders + bl FUN_0200B7B8 mov r0, #0x18 str r0, [sp] mov r1, #0 @@ -6528,7 +6528,7 @@ _021DA79E: ldr r0, [r2, #4] ldr r1, [r2, #8] ldr r2, [r2, #0x18] - bl StringExpandPlaceholders + bl FUN_0200B7B8 ldr r0, [r4, #0x1c] ldr r5, [r0, #8] b _021DA7EC |