diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 13:25:56 -0400 |
commit | 54bbefeed1b14e13fcf7850dea125d99a23c507b (patch) | |
tree | 97447eced0a89de136f37adb52a397b19c0744f4 /maps/VioletGym.asm | |
parent | 9f01e33a0428f8a8c206b3f6018f526a41d65b43 (diff) |
Treat std scripts like specials and predefs (ported from pokecrystal)
Diffstat (limited to 'maps/VioletGym.asm')
-rw-r--r-- | maps/VioletGym.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/VioletGym.asm b/maps/VioletGym.asm index 6d2f4f8a..ee41d930 100644 --- a/maps/VioletGym.asm +++ b/maps/VioletGym.asm @@ -59,10 +59,10 @@ VioletGymActivateRockets: end .GoldenrodRockets: - jumpstd goldenrodrockets + jumpstd GoldenrodRocketsScript .RadioTowerRockets: - jumpstd radiotowerrockets + jumpstd RadioTowerRocketsScript TrainerBirdKeeperRod: trainer BIRD_KEEPER, ROD, EVENT_BEAT_BIRD_KEEPER_ROD, BirdKeeperRodSeenText, BirdKeeperRodBeatenText, 0, .Script @@ -105,10 +105,10 @@ VioletGymGuyScript: VioletGymStatue: checkflag ENGINE_ZEPHYRBADGE iftrue .Beaten - jumpstd gymstatue1 + jumpstd GymStatue1Script .Beaten: gettrainername STRING_BUFFER_4, FALKNER, FALKNER1 - jumpstd gymstatue2 + jumpstd GymStatue2Script FalknerIntroText: text "I'm FALKNER, the" |