diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-15 17:33:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-15 17:33:29 -0500 |
commit | f8a70fdf24aa9e405af7abbbcf22ffa1c12c89a2 (patch) | |
tree | e0b21e29ff6fd427d48ed1d55f57d119ab192836 /data/scripts | |
parent | 5f58ea02c66a7e1a7d0164ba497bfa2d7527328b (diff) | |
parent | d418321627afa2e5796fe8287ba880b0c84c81fa (diff) |
Merge pull request #1334 from Deokishisu/giftRibbons-doc
[LEAK-INFORMED] Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/mevent_pichu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/mevent_pichu.inc b/data/scripts/mevent_pichu.inc index c51558e9e..2b9e09df9 100644 --- a/data/scripts/mevent_pichu.inc +++ b/data/scripts/mevent_pichu.inc @@ -30,7 +30,7 @@ SurfPichu_FullParty: @ 8674D73 SurfPichu_GiveEgg: @ 8674D7E giveegg SPECIES_PICHU - setmonobedient VAR_EVENT_PICHU_SLOT + setmoneventlegal VAR_EVENT_PICHU_SLOT setmonmetlocation VAR_EVENT_PICHU_SLOT, METLOC_FATEFUL_ENCOUNTER compare VAR_EVENT_PICHU_SLOT, 1 vgoto_if_eq SurfPichu_Slot1 |