diff options
Diffstat (limited to 'src')
-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 e64dc91e3..f8a5524f5 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -136,7 +136,7 @@ void debug_sub_8052E04() void WarpToTruck(void) { - Overworld_SetWarpDestination(25, 40, -1, -1, -1); // inside of truck + Overworld_SetWarpDestination(MAP_GROUP(INSIDE_OF_TRUCK), MAP_NUM(INSIDE_OF_TRUCK), -1, -1, -1); warp_in(); } |