diff options
author | huderlem <huderlem@gmail.com> | 2019-04-01 07:32:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 07:32:43 -0500 |
commit | b34961792c65dd31025ebb35d05b39428aad51e0 (patch) | |
tree | 8c1ad4182225c08ca6c5e063c487fda5193afd4a /data | |
parent | 93c4e35d844046d12c7d8bcc64e8fc3e03e85e0d (diff) | |
parent | ade01833781ee8a8057f2b2945095bababb2e639 (diff) |
Merge pull request #641 from PikalaxALT/mystery_gift
Mystery gift documentation
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 1914fee4f..e0b289899 100644 --- a/data/scripts/cable_club.inc +++ b/data/scripts/cable_club.inc @@ -22,7 +22,7 @@ OldaleTown_PokemonCenter_2F_EventScript_276AD5:: @ 8276AD5 specialvar VAR_RESULT, sub_813B514 compare VAR_RESULT, 1 goto_if_eq OldaleTown_PokemonCenter_2F_EventScript_276AFB - specialvar VAR_RESULT, sub_801B27C + specialvar VAR_RESULT, ValidateReceivedWonderCard compare VAR_RESULT, 0 goto_if_eq OldaleTown_PokemonCenter_2F_EventScript_276AFF goto OldaleTown_PokemonCenter_2F_EventScript_276AFB diff --git a/data/specials.inc b/data/specials.inc index 5a812cffa..e45d60e29 100644 --- a/data/specials.inc +++ b/data/specials.inc @@ -434,7 +434,7 @@ gSpecials:: @ 81DBA64 def_special sub_81B8958 def_special sub_8018090 def_special sub_813990C - def_special sub_801B27C + def_special ValidateReceivedWonderCard def_special HasAtLeastOneBerry def_special sub_802C920 def_special sub_802E3C4 |