diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-04 08:49:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-05 22:43:26 -0400 |
commit | 56d822f9e3fe9ed65377151c0b839e4eaa7caea9 (patch) | |
tree | b12164fe944f4d340bcbed1aa1e599d8d1d4f757 /src/overworld.c | |
parent | b5dbdbc4b918b1fd3b60084ea92ce9ad6830733b (diff) |
Renaming
Diffstat (limited to 'src/overworld.c')
-rw-r--r-- | src/overworld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/overworld.c b/src/overworld.c index 6376aa1af..e98e5a6a1 100644 --- a/src/overworld.c +++ b/src/overworld.c @@ -1415,10 +1415,10 @@ void sub_805465C(void) c2_exit_to_overworld_2_switch(); } -void sub_805469C(void) +void c2_exit_to_overworld_1_sub_8080DEC(void) { FieldClearVBlankHBlankCallbacks(); - gFieldCallback = atk17_seteffectsecondary; + gFieldCallback = sub_8080DEC; c2_exit_to_overworld_2_switch(); } |