summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-20 17:58:19 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-20 17:58:19 -0500
commit70cc2c16becca3a66b21a71f0a781654dc55290b (patch)
treeee931ee96a0438cd56ca67b0a765bbd650bf7d55 /src/new_game.c
parent2c7a4e1406b078cf9bcc2a16e92a58497390aa17 (diff)
parentc6207577802db057298917089e427a6ab9e6edf9 (diff)
Merge remote-tracking branch 'upstream/master' into assets
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index f8a5524f5..683a22801 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -137,7 +137,7 @@ void debug_sub_8052E04()
void WarpToTruck(void)
{
Overworld_SetWarpDestination(MAP_GROUP(INSIDE_OF_TRUCK), MAP_NUM(INSIDE_OF_TRUCK), -1, -1, -1);
- warp_in();
+ WarpIntoMap();
}
void ClearSav2(void)