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/84 | |
parent | 3c88114bc0597d92585c7ab663724f799038d175 (diff) |
add missing declaration
Diffstat (limited to 'arm9/modules/84')
-rw-r--r-- | arm9/modules/84/asm/module_84_thumb1.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/84/asm/module_84_thumb1.s b/arm9/modules/84/asm/module_84_thumb1.s index f1a8e8a2..53dfe036 100644 --- a/arm9/modules/84/asm/module_84_thumb1.s +++ b/arm9/modules/84/asm/module_84_thumb1.s @@ -565,7 +565,7 @@ MOD84_021D7968: ; 0x021D7968 bl FUN_02016B94 str r0, [r4, #4] ldr r0, _021D7A60 ; =0x021DA68C - bl FUN_0201E66C + bl GX_SetBanks ldr r2, _021D7A64 ; =0x04000304 ldr r0, _021D7A68 ; =0xFFFF7FFF ldrh r1, [r2] |