diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-04 23:31:37 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-04 23:31:37 +0100 |
commit | 4c54212b1f559a110fc7f6fffebe3a54748f3fec (patch) | |
tree | 9a15ec95345fdc22fd5d48580f0492695b8c036f /src/new_game.c | |
parent | 5c66b8a7eff886b72bb98e22b5b34421d1a601d2 (diff) |
Bring labels for overworld.c over from pokeruby
Diffstat (limited to 'src/new_game.c')
-rw-r--r-- | src/new_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c index da5e91229..36c028ce8 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -133,7 +133,7 @@ static void ClearFrontierRecord(void) static void WarpToTruck(void) { Overworld_SetWarpDestination(25, 40, -1, -1, -1); // inside of truck - warp_in(); + WarpIntoMap(); } void Sav2_ClearSetDefault(void) |