summaryrefslogtreecommitdiff
path: root/src/rom_8011DC0.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-10-16 21:47:08 -0500
committerDiegoisawesome <diego@domoreaweso.me>2018-10-16 21:47:08 -0500
commite75f0b4f80670bd3b6a28257f10770911869ea08 (patch)
treed22ea566cd8e0fd4b8abd5b4dd36c339f98fea85 /src/rom_8011DC0.c
parented1bb3030bae8b0d00a1fbb68ebd50f6376938ac (diff)
Port/decompile field_control_avatar
Diffstat (limited to 'src/rom_8011DC0.c')
-rw-r--r--src/rom_8011DC0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom_8011DC0.c b/src/rom_8011DC0.c
index dc94cb9d5..bf16a20fc 100644
--- a/src/rom_8011DC0.c
+++ b/src/rom_8011DC0.c
@@ -1646,7 +1646,7 @@ void sub_8014304(s8 mapGroup, s8 mapNum, s32 x, s32 y, u16 arg4)
VarSet(VAR_0x4087, arg4);
gFieldLinkPlayerCount = GetLinkPlayerCount();
gUnknown_03005DB4 = GetMultiplayerId();
- sub_809D2BC();
+ SetCableClubWarp();
Overworld_SetWarpDestination(mapGroup, mapNum, -1, x, y);
WarpIntoMap();
}