summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-24 23:10:04 -0400
committeryenatch <yenatch@gmail.com>2018-03-24 23:10:04 -0400
commit1458ae6952d01d6d6dcc3477fdd4804b2397288b (patch)
treedbc0bb3e4d67ad2f1a1a05025d5ede529d60750f /src
parent583724758e97fafc8e6796f13d2c46660d6f4388 (diff)
use constants for truck warp
Diffstat (limited to 'src')
-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 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();
}