diff options
| author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-23 09:52:14 +0100 |
|---|---|---|
| committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-23 09:52:14 +0100 |
| commit | 0faaad19be1e1b318404e9b9e8a7f1eda672d5de (patch) | |
| tree | d3e292aa1b4ca9f99a1feb194b21f3d29df53377 /arm9/modules/59 | |
| parent | 3c88114bc0597d92585c7ab663724f799038d175 (diff) | |
add missing declaration
Diffstat (limited to 'arm9/modules/59')
| -rw-r--r-- | arm9/modules/59/asm/mod59_021D74E0_asm.s | 2 | ||||
| -rw-r--r-- | arm9/modules/59/asm/mod59_021D9868.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/59/asm/mod59_021D74E0_asm.s b/arm9/modules/59/asm/mod59_021D74E0_asm.s index 45f744de..c86d2c94 100644 --- a/arm9/modules/59/asm/mod59_021D74E0_asm.s +++ b/arm9/modules/59/asm/mod59_021D74E0_asm.s @@ -278,7 +278,7 @@ _021D7798: sub r2, r2, #1 bne _021D7798 add r0, sp, #0x50 - bl FUN_0201E66C + bl GX_SetBanks ldr r0, [r4] bl FUN_02016B94 add r3, sp, #0x40 diff --git a/arm9/modules/59/asm/mod59_021D9868.s b/arm9/modules/59/asm/mod59_021D9868.s index f115dd71..6d2d6e6b 100644 --- a/arm9/modules/59/asm/mod59_021D9868.s +++ b/arm9/modules/59/asm/mod59_021D9868.s @@ -229,7 +229,7 @@ _021D9A2C: sub r2, r2, #1 bne _021D9A2C add r0, sp, #0x90 - bl FUN_0201E66C + bl GX_SetBanks ldr r0, [r4] bl FUN_02016B94 add r3, sp, #0x80 |
