diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-03 18:27:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-03 18:27:52 -0400 |
commit | 94eb56526428935ea1f49d2b8912b5b3022d99b7 (patch) | |
tree | 8aeb29623e5160c304da993439f488b54254d23e /arm9/modules/43 | |
parent | d9562dc1675e93f565e63eeba35369688bb70742 (diff) |
Rename window-related structs; port g2 reg inlines
Diffstat (limited to 'arm9/modules/43')
-rw-r--r-- | arm9/modules/43/asm/module_43.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/43/asm/module_43.s b/arm9/modules/43/asm/module_43.s index 892a3c08..59d9a752 100644 --- a/arm9/modules/43/asm/module_43.s +++ b/arm9/modules/43/asm/module_43.s @@ -651,7 +651,7 @@ MOD43_02254CD0: ; 0x02254CD0 add r1, sp, #0x14 mov r2, #6 mov r3, #0x12 - bl FUN_02019064 + bl AddWindowParameterized add r0, sp, #0x14 mov r1, #4 bl FillWindowPixelBuffer @@ -671,7 +671,7 @@ MOD43_02254CD0: ; 0x02254CD0 add r0, sp, #0x14 bl FUN_02019548 add r0, sp, #0x14 - bl FUN_02019178 + bl RemoveWindow add r0, r6, #0 bl String_dtor _02254D44: |