diff options
author | huderlem <huderlem@gmail.com> | 2020-01-13 19:33:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 19:33:47 -0600 |
commit | 6d6c57f3832c14aadd07b9d39c658c838fcd42cf (patch) | |
tree | eb87fc3634991f5ce401b25dfca9968ee5c36f69 /data/scripts/mevent_pichu.inc | |
parent | fa5816915d2a089549bfae3851c36336eae35d43 (diff) | |
parent | 96720db08319d8f69d7864e186722d13dc9ceb05 (diff) |
Merge pull request #953 from GriffinRichards/sync-script
Port some macro/script fixes from pokefirered
Diffstat (limited to 'data/scripts/mevent_pichu.inc')
-rw-r--r-- | data/scripts/mevent_pichu.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/scripts/mevent_pichu.inc b/data/scripts/mevent_pichu.inc index 4f5c739af..cc947e396 100644 --- a/data/scripts/mevent_pichu.inc +++ b/data/scripts/mevent_pichu.inc @@ -1,7 +1,6 @@ MysteryEventScript_SurfPichu:: @ 8674D3D setvaddress MysteryEventScript_SurfPichu - checkflag FLAG_MYSTERY_EVENT_DONE - vgoto_if_ne SurfPichu_GiveIfPossible + vgoto_if_unset FLAG_MYSTERY_EVENT_DONE, SurfPichu_GiveIfPossible returnram SurfPichu_GiveIfPossible: @ 8674D4C |