diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 18:59:52 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-31 18:59:52 -0400 |
| commit | ade01833781ee8a8057f2b2945095bababb2e639 (patch) | |
| tree | 8c1ad4182225c08ca6c5e063c487fda5193afd4a /data | |
| parent | 6d70b8adb194b1939f41e0f5cc3d9c480b2ee45b (diff) | |
Document mystery_gift
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 |
