Match GameClear (thanks Egg)

This commit is contained in:
Diegoisawesome
2018-10-21 16:24:43 -05:00
parent 97bbb326b8
commit 32d2640dc7
3 changed files with 9 additions and 21 deletions
-17
View File
@@ -1,17 +0,0 @@
.include "asm/macros.inc"
.include "constants/constants.inc"
.syntax unified
.text
thumb_func_start sp0C8_whiteout_maybe
sp0C8_whiteout_maybe: @ 813787C
push {lr}
ldr r0, =CB2_WhiteOut
bl SetMainCallback2
movs r0, 0
pop {r1}
bx r1
.pool
thumb_func_end sp0C8_whiteout_maybe