summaryrefslogtreecommitdiff
path: root/src/field_specials.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/field_specials.c
parent5598fc659b4616b1964b38c55cef97c83f615646 (diff)
do some scrcmd/overworld labeling
Diffstat (limited to 'src/field_specials.c')
-rw-r--r--src/field_specials.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/field_specials.c b/src/field_specials.c
index c23ea2ddc..2c68e105a 100644
--- a/src/field_specials.c
+++ b/src/field_specials.c
@@ -700,11 +700,11 @@ void CableCarWarp(void)
{
if (gSpecialVar_0x8004 != 0)
{
- warp1_set(MAP_GROUP_ROUTE112_CABLE_CAR_STATION, MAP_ID_ROUTE112_CABLE_CAR_STATION, -1, 6, 4);
+ Overworld_SetWarpDestination(MAP_GROUP_ROUTE112_CABLE_CAR_STATION, MAP_ID_ROUTE112_CABLE_CAR_STATION, -1, 6, 4);
}
else
{
- warp1_set(MAP_GROUP_MT_CHIMNEY_CABLE_CAR_STATION, MAP_ID_MT_CHIMNEY_CABLE_CAR_STATION, -1, 6, 4);
+ Overworld_SetWarpDestination(MAP_GROUP_MT_CHIMNEY_CABLE_CAR_STATION, MAP_ID_MT_CHIMNEY_CABLE_CAR_STATION, -1, 6, 4);
}
}