summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-09-23 23:49:37 -0500
committercamthesaxman <cameronghall@cox.net>2017-09-23 23:49:37 -0500
commitcdc5d1b683dd89e80d3daaf13965cae916ed9f6c (patch)
treee7f1242e19188b3dce7ed59ee0c81ef08fe55b3e /src/new_game.c
parent5598fc659b4616b1964b38c55cef97c83f615646 (diff)
do some scrcmd/overworld labeling
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 3f9e9f5a1..6ab21c544 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -99,7 +99,7 @@ void sub_8052DE4(void)
void WarpToTruck(void)
{
- warp1_set(25, 40, -1, -1, -1); // inside of truck
+ Overworld_SetWarpDestination(25, 40, -1, -1, -1); // inside of truck
warp_in();
}