diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-15 11:47:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-15 11:47:27 -0500 |
commit | db8a5c6c2be2ceedadf836a8e61c71eb0ff6407b (patch) | |
tree | 8b0323bd93c5600c8391d73232242b75135f0401 /data/maps | |
parent | 82f55f238125ff42845881189eb9237692c48ba4 (diff) | |
parent | fee36224eda1acc4329646caf0e65a891928afc0 (diff) |
Merge branch 'master' into fix-eventobj
Diffstat (limited to 'data/maps')
-rw-r--r-- | data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc b/data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc index c2793df16..32471ab9e 100644 --- a/data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc +++ b/data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc @@ -357,12 +357,12 @@ MossdeepCity_SpaceCenter_2F_EventScript_RivalRayquazaCall:: @ 8224175 end MossdeepCity_SpaceCenter_2F_EventScript_MayRayquazaCall:: @ 8224193 - pokenavcall MossdeepCity_SpaceCenter_2F_Text_MayRayquazaCall + pokenavcall MatchCall_Text_MayRayquazaCall waitmessage return MossdeepCity_SpaceCenter_2F_EventScript_BrendanRayquazaCall:: @ 822419A - pokenavcall MossdeepCity_SpaceCenter_2F_Text_BrendanRayquazaCall + pokenavcall MatchCall_Text_BrendanRayquazaCall waitmessage return |