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/61 | |
parent | 11fdf1d630a743f3236135028ea51e818331210f (diff) |
Decompile unk_0201E66C.s to GX_layers.c
Diffstat (limited to 'arm9/modules/61')
-rw-r--r-- | arm9/modules/61/asm/module_61.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arm9/modules/61/asm/module_61.s b/arm9/modules/61/asm/module_61.s index bcb6e9b6..fb7d1bec 100644 --- a/arm9/modules/61/asm/module_61.s +++ b/arm9/modules/61/asm/module_61.s @@ -557,8 +557,8 @@ _021D78FA: 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] @@ -593,7 +593,7 @@ _021D794E: bl Main_SetVBlankIntrCB mov r0, #0x10 mov r1, #1 - bl FUN_0201E6E4 + bl GX_EngineAToggleLayers mov r0, #0 bl FUN_0200E394 mov r1, #4 @@ -681,8 +681,8 @@ _021D79FC: mov r0, #0 add r1, r0, #0 bl Main_SetVBlankIntrCB - bl FUN_0201E6D8 - bl FUN_0201E740 + bl GX_DisableEngineALayers + bl GX_DisableEngineBLayers mov r2, #1 lsl r2, r2, #0x1a ldr r1, [r2] |