diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-24 16:31:38 -0400 |
commit | a18e9c27e1b64ddb67d25afe815163c209247d9b (patch) | |
tree | 9fc9fe7c037d53250ee4cbfeb462753191130ed7 /asm/post_battle_event_funcs.s | |
parent | 440d06293682f9060ec7c6bd1bba6575981733de (diff) |
Rename specials according to Ruby
Diffstat (limited to 'asm/post_battle_event_funcs.s')
-rw-r--r-- | asm/post_battle_event_funcs.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/post_battle_event_funcs.s b/asm/post_battle_event_funcs.s index 20455093a..a96501d7b 100644 --- a/asm/post_battle_event_funcs.s +++ b/asm/post_battle_event_funcs.s @@ -106,8 +106,8 @@ _080CA3BC: .4byte 0x0000083b _080CA3C0: .4byte CB2_DoHallOfFameScreen thumb_func_end Special_HallOfFame - thumb_func_start sub_80CA3C4 -sub_80CA3C4: @ 80CA3C4 + thumb_func_start sp0C8_whiteout_maybe +sp0C8_whiteout_maybe: @ 80CA3C4 push {lr} ldr r0, _080CA3D4 @ =c2_whiteout bl SetMainCallback2 @@ -116,6 +116,6 @@ sub_80CA3C4: @ 80CA3C4 bx r1 .align 2, 0 _080CA3D4: .4byte c2_whiteout - thumb_func_end sub_80CA3C4 + thumb_func_end sp0C8_whiteout_maybe .align 2, 0 @ Don't pad with nop. |