diff options
author | YamaArashi <shadow962@live.com> | 2017-01-05 02:53:34 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-05 02:53:34 -0800 |
commit | 3dc2f8992446b2fffa0f7da16351e1445856f190 (patch) | |
tree | e3369371fdcb58814d6f616f29ddc998fdbb1d0c /asm | |
parent | 8da8d575bab165f6742c1843e1da98f7924aa6ba (diff) |
field_8 -> savedCallback
Diffstat (limited to 'asm')
-rw-r--r-- | asm/rom_810CBB4.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/rom_810CBB4.s b/asm/rom_810CBB4.s index 986b6ce79..9289078b3 100644 --- a/asm/rom_810CBB4.s +++ b/asm/rom_810CBB4.s @@ -1453,7 +1453,7 @@ sub_810D6B8: @ 810D6B8 ldr r0, _0810D6D0 @ =gMain ldr r1, _0810D6D4 @ =c2_exit_to_overworld_2_switch str r1, [r0, 0x8] - ldr r0, _0810D6D8 @ =Cb2_ViewWallClock + ldr r0, _0810D6D8 @ =CB2_ViewWallClock bl SetMainCallback2 bl ScriptContext2_Enable pop {r0} @@ -1461,7 +1461,7 @@ sub_810D6B8: @ 810D6B8 .align 2, 0 _0810D6D0: .4byte gMain _0810D6D4: .4byte c2_exit_to_overworld_2_switch -_0810D6D8: .4byte Cb2_ViewWallClock +_0810D6D8: .4byte CB2_ViewWallClock thumb_func_end sub_810D6B8 thumb_func_start ResetCyclingRoadChallengeData |