You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Script commands don't have underscores
This commit is contained in:
@@ -15,7 +15,7 @@ Route37_MapScripts:
|
||||
|
||||
.Sunny:
|
||||
checkcode VAR_WEEKDAY
|
||||
if_equal SUNDAY, .SunnyAppears
|
||||
ifequal SUNDAY, .SunnyAppears
|
||||
disappear ROUTE37_SUNNY
|
||||
return
|
||||
|
||||
@@ -27,7 +27,7 @@ TrainerTwinsAnnandanne1:
|
||||
trainer TWINS, ANNANDANNE1, EVENT_BEAT_TWINS_ANN_AND_ANNE, TwinsAnnandanne1SeenText, TwinsAnnandanne1BeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext TwinsAnnandanne1AfterBattleText
|
||||
waitbutton
|
||||
@@ -38,7 +38,7 @@ TrainerTwinsAnnandanne2:
|
||||
trainer TWINS, ANNANDANNE2, EVENT_BEAT_TWINS_ANN_AND_ANNE, TwinsAnnandanne2SeenText, TwinsAnnandanne2BeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext TwinsAnnandanne2AfterBattleText
|
||||
waitbutton
|
||||
@@ -49,7 +49,7 @@ TrainerPsychicGreg:
|
||||
trainer PSYCHIC_T, GREG, EVENT_BEAT_PSYCHIC_GREG, PsychicGregSeenText, PsychicGregBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext PsychicGregAfterBattleText
|
||||
waitbutton
|
||||
@@ -62,7 +62,7 @@ SunnyScript:
|
||||
checkevent EVENT_GOT_MAGNET_FROM_SUNNY
|
||||
iftrue SunnySundayScript
|
||||
checkcode VAR_WEEKDAY
|
||||
if_not_equal SUNDAY, SunnyNotSundayScript
|
||||
ifnotequal SUNDAY, SunnyNotSundayScript
|
||||
checkevent EVENT_MET_SUNNY_OF_SUNDAY
|
||||
iftrue .MetSunny
|
||||
writetext MeetSunnyText
|
||||
|
||||
Reference in New Issue
Block a user