diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-23 09:47:13 +0100 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-03-23 09:47:13 +0100 |
commit | 3c88114bc0597d92585c7ab663724f799038d175 (patch) | |
tree | 53670b0098b2410f4a815ef4d34d12fd41ce42b5 /arm9/modules/74 | |
parent | 11fdf1d630a743f3236135028ea51e818331210f (diff) |
Decompile unk_0201E66C.s to GX_layers.c
Diffstat (limited to 'arm9/modules/74')
-rw-r--r-- | arm9/modules/74/asm/module_74.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/74/asm/module_74.s b/arm9/modules/74/asm/module_74.s index 14dc995b..0a07e4b4 100644 --- a/arm9/modules/74/asm/module_74.s +++ b/arm9/modules/74/asm/module_74.s @@ -190,8 +190,8 @@ _021D7644: add r1, r0, #0 bl Main_SetVBlankIntrCB bl FUN_02015F1C - bl FUN_0201E6D8 - bl FUN_0201E740 + bl GX_DisableEngineALayers + bl GX_DisableEngineBLayers mov r2, #1 lsl r2, r2, #0x1a ldr r1, [r2] @@ -289,8 +289,8 @@ _021D7722: add r1, r0, #0 bl Main_SetVBlankIntrCB bl FUN_02015F1C - bl FUN_0201E6D8 - bl FUN_0201E740 + bl GX_DisableEngineALayers + bl GX_DisableEngineBLayers mov r2, #1 lsl r2, r2, #0x1a ldr r1, [r2] @@ -1746,7 +1746,7 @@ MOD74_021D8200: ; 0x021D8200 bl FUN_0200BD20 mov r0, #0x10 mov r1, #1 - bl FUN_0201E6E4 + bl GX_EngineAToggleLayers add sp, #0x50 pop {r3, r4, r5, r6, r7, pc} nop |