diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 16:24:43 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-10-21 16:24:43 -0500 |
commit | 32d2640dc728055923b0e6120277093fcae5e9c3 (patch) | |
tree | e665693eaebe86781a71f45cb418793ce9e758cb /asm | |
parent | 97bbb326b8c94e0fc90bceb4e5dea1b80f86822f (diff) |
Match GameClear (thanks Egg)
Diffstat (limited to 'asm')
-rw-r--r-- | asm/post_battle_event_funcs.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/asm/post_battle_event_funcs.s b/asm/post_battle_event_funcs.s deleted file mode 100644 index 7617152fd..000000000 --- a/asm/post_battle_event_funcs.s +++ /dev/null @@ -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 |