diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-10 13:59:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-10 13:59:31 -0400 |
commit | b54bd2e387feb7ece4f34f50f17519e329419716 (patch) | |
tree | ce35b9b5ae3e5b91de7ebf5ab81861cdc2baf28a /data/scripts | |
parent | 37634072b1400180b1243d2d99c47b109ab56ae3 (diff) | |
parent | 9b6469a7a3876334e0235202c417c7f1735f18ee (diff) |
Merge pull request #414 from SatoMew/record-corner
Fix Record Corner labels
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/cable_club.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index f25409e05..66cf634e9 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -703,10 +703,10 @@ TradeCenter_EventScript_Chair3:: @ 81BB974 @ Nop in FRLG @ Separate labels to match GetDirectionForEventScript -RecordCenter_EventScript_Spot0:: @ 81BB980 -RecordCenter_EventScript_Spot1:: @ 81BB980 -RecordCenter_EventScript_Spot2:: @ 81BB980 -RecordCenter_EventScript_Spot3:: @ 81BB980 +RecordCorner_EventScript_Spot0:: @ 81BB980 +RecordCorner_EventScript_Spot1:: @ 81BB980 +RecordCorner_EventScript_Spot2:: @ 81BB980 +RecordCorner_EventScript_Spot3:: @ 81BB980 end CableClub_EventScript_ReadTrainerCard:: @ 81BB981 @@ -748,7 +748,7 @@ TradeCenter_EventScript_Attendant:: @ 81BB9C1 end @ Nop in FRLG -RecordCenter_EventScript_Attendant:: @ 81BB9D3 +RecordCorner_EventScript_Attendant:: @ 81BB9D3 end TradeCenter_ConfirmLeaveRoom:: @ 81BB9D4 |