diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/scripts/cable_club.inc | 2 | ||||
-rw-r--r-- | data/specials.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index 6d5702f74..f206fdd98 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -1310,7 +1310,7 @@ EventScript_WirelessBoxResults:: @ 8277B8A compare VAR_RESULT, FALSE goto_if_eq CableClub_EventScript_AdapterNotConnected fadescreen FADE_TO_BLACK - special sub_801A42C + special ShowWirelessCommunicationScreen waitstate msgbox CableClub_Text_ParticipantsStepUpToCounter, MSGBOX_DEFAULT releaseall diff --git a/data/specials.inc b/data/specials.inc index 97cc3c782..3cbffb365 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -427,7 +427,7 @@ gSpecials:: @ 81DBA64 def_special TryBecomeLinkLeader def_special TryJoinLinkGroup def_special UnionRoomSpecial - def_special sub_801A42C + def_special ShowWirelessCommunicationScreen def_special InitUnionRoom def_special BufferUnionRoomPlayerName def_special sub_801DC20 |