diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-14 15:36:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-15 12:05:06 -0400 |
commit | c02001c46d4ea55db8b59f91413627800d5674e8 (patch) | |
tree | c5b6ddb4588767280446941f463006b6b55ac498 /data/scripts | |
parent | 37e52c4f34fa3d6bb25f670bfc77ed220962f834 (diff) |
Document mystery gift link scripts, general mystery gift
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/cable_club.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc index 5cecb60d8..c1bcc8d14 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -6,7 +6,7 @@ CableClub_EventScript_HideOrShowMysteryGiftMan:: specialvar VAR_RESULT, ShouldDistributeEonTicket compare VAR_RESULT, TRUE goto_if_eq CableClub_EventScript_ShowMysteryGiftMan - specialvar VAR_RESULT, ValidateReceivedWonderCard + specialvar VAR_RESULT, ValidateSavedWonderCard compare VAR_RESULT, FALSE goto_if_eq CableClub_EventScript_HideMysteryGiftMan goto CableClub_EventScript_ShowMysteryGiftMan |