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/36 | |
| parent | d9562dc1675e93f565e63eeba35369688bb70742 (diff) | |
Rename window-related structs; port g2 reg inlines
Diffstat (limited to 'arm9/modules/36')
| -rw-r--r-- | arm9/modules/36/asm/module_36.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/36/asm/module_36.s b/arm9/modules/36/asm/module_36.s index 0c92457f..6159d4c9 100644 --- a/arm9/modules/36/asm/module_36.s +++ b/arm9/modules/36/asm/module_36.s @@ -1096,7 +1096,7 @@ MOD36_0225503C: ; 0x0225503C add r1, r4, #0 ldr r0, [r4, #4] add r1, #0x48 - bl FUN_02019150 + bl AddWindow ldr r0, [r4] mov r2, #0xbe ldr r0, [r0, #8] @@ -1151,7 +1151,7 @@ _022550C4: bl FUN_02089444 add r0, r4, #0 add r0, #0x48 - bl FUN_02019178 + bl RemoveWindow ldr r0, [r4, #4] mov r1, #6 bl FUN_020178A0 |
