summaryrefslogtreecommitdiff
path: root/data/scripts
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2019-12-20 23:44:56 -0800
committerGitHub <noreply@github.com>2019-12-20 23:44:56 -0800
commit026e1108b26f4ce5cea362997135bd8efc7cb28a (patch)
tree4f99fb34ab0abd51d8f0a4f958ec5b0001f5fed9 /data/scripts
parentd42ea06dc5ade2209fb84ffedafd33de3fbc9cd1 (diff)
parentd1cf9006fb4b29e63302c69c912e431a873626c0 (diff)
Merge pull request #935 from GriffinRichards/doc-warp
Document some warp/field screen effect
Diffstat (limited to 'data/scripts')
-rw-r--r--data/scripts/cable_club.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc
index 2da5fa6b6..f27692448 100644
--- a/data/scripts/cable_club.inc
+++ b/data/scripts/cable_club.inc
@@ -391,7 +391,7 @@ CableClub_EventScript_EnterColosseum:: @ 8276FBD
goto_if_eq CableClub_EventScript_WarpTo4PColosseum
special SetCableClubWarp
warp MAP_BATTLE_COLOSSEUM_2P, 255, 6, 8
- special sub_80AF948
+ special DoCableClubWarp
waitstate
end
@@ -404,7 +404,7 @@ CableClub_EventScript_PlayerApproachLinkRoomRight:: @ 827702B
CableClub_EventScript_WarpTo4PColosseum:: @ 8277036
special SetCableClubWarp
warp MAP_BATTLE_COLOSSEUM_4P, 255, 5, 8
- special sub_80AF948
+ special DoCableClubWarp
waitstate
end
@@ -494,7 +494,7 @@ CableClub_EventScript_EnterTradeCenter:: @ 827713A
release
special SetCableClubWarp
setwarp MAP_TRADE_CENTER, 255, 5, 8
- special sub_80AF948
+ special DoCableClubWarp
waitstate
end
@@ -569,7 +569,7 @@ CableClub_EventScript_EnterRecordCorner:: @ 827724C
release
special SetCableClubWarp
setwarp MAP_RECORD_CORNER, 255, 8, 9
- special sub_80AF948
+ special DoCableClubWarp
waitstate
end
@@ -618,7 +618,7 @@ MossdeepCity_GameCorner_1F_EventScript_AbortMinigame:: @ 82772F9
@ Unused
CableClub_EventScript_CableClubWarp:: @ 8277306
special SetCableClubWarp
- special sub_80AF948
+ special DoCableClubWarp
waitstate
end