summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-03-28 21:46:00 -0700
committerGitHub <noreply@github.com>2018-03-28 21:46:00 -0700
commit59f81c5f2a25ec77baf4a30c3da9ccb7675d1562 (patch)
treedbc0bb3e4d67ad2f1a1a05025d5ede529d60750f /src
parent583724758e97fafc8e6796f13d2c46660d6f4388 (diff)
parent1458ae6952d01d6d6dcc3477fdd4804b2397288b (diff)
Merge pull request #584 from yenatch/truck
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();
}