diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-27 11:45:08 -0500 |
commit | c93915120f23a9545ff0743f506af3d58a1fabff (patch) | |
tree | d65b99ef51fd89f5a12a12163d849d65c6ab22f2 /src/region_map.c | |
parent | 456c817338e3ce899e524eff603f47c583de24aa (diff) |
Port many field_effect.c names from Emerald
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/region_map.c b/src/region_map.c index 4335b7d96..0c2d511bf 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -4395,5 +4395,5 @@ static void sub_80C527C(u16 mapsec) { warp1_set_2(sMapsecToSpawn[idx][0], sMapsecToSpawn[idx][1], -1); } - sub_80842C8(); + ReturnToFieldFromFlyMapSelect(); } |