From 1458ae6952d01d6d6dcc3477fdd4804b2397288b Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 24 Mar 2018 23:10:04 -0400 Subject: use constants for truck warp --- src/new_game.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); } -- cgit v1.2.3