diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-05 16:55:46 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-05 16:55:46 -0400 |
commit | c87b617058767519480ef2d19e233fe0e99ca01d (patch) | |
tree | 690c7ca357b58415f85c754048e90b1e693df945 /arm9/modules/06/asm | |
parent | 0ae4f320d929e4d8914002836055c1aad35d5ce3 (diff) |
Fix GX_vramcnt symbol names
Diffstat (limited to 'arm9/modules/06/asm')
-rw-r--r-- | arm9/modules/06/asm/module_06.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index 555d56cb..6f2604e6 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -90,11 +90,11 @@ MOD06_02239728: ; 0x02239728 MOD06_0223972C: ; 0x0223972C push {r4, lr} add r4, r0, #0 - bl GX_GetBankForBGExtPltt_2 + bl GX_GetBankForBG str r0, [r4] bl GX_GetBankForBGExtPltt str r0, [r4, #4] - bl GX_GetBankForSubBGExtPltt_2 + bl GX_GetBankForSubBG str r0, [r4, #8] bl GX_GetBankForSubBGExtPltt str r0, [r4, #0xc] @@ -106,7 +106,7 @@ MOD06_0223972C: ; 0x0223972C str r0, [r4, #0x18] bl GX_GetBankForSubOBJExtPltt str r0, [r4, #0x1c] - bl FUN_020C5D8C + bl GX_GetBankForTex str r0, [r4, #0x20] bl GX_GetBankForTexPltt str r0, [r4, #0x24] |