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:
@@ -21,7 +21,7 @@ Route40_MapScripts:
|
||||
.MonicaCallback:
|
||||
clearevent EVENT_BATTLE_TOWER_OUTSIDE_SAILOR
|
||||
checkcode VAR_WEEKDAY
|
||||
if_equal MONDAY, .MonicaAppears
|
||||
ifequal MONDAY, .MonicaAppears
|
||||
disappear ROUTE40_MONICA
|
||||
return
|
||||
|
||||
@@ -33,7 +33,7 @@ TrainerSwimmerfElaine:
|
||||
trainer SWIMMERF, ELAINE, EVENT_BEAT_SWIMMERF_ELAINE, SwimmerfElaineSeenText, SwimmerfElaineBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmerfElaineAfterBattleText
|
||||
waitbutton
|
||||
@@ -44,7 +44,7 @@ TrainerSwimmerfPaula:
|
||||
trainer SWIMMERF, PAULA, EVENT_BEAT_SWIMMERF_PAULA, SwimmerfPaulaSeenText, SwimmerfPaulaBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmerfPaulaAfterBattleText
|
||||
waitbutton
|
||||
@@ -55,7 +55,7 @@ TrainerSwimmermSimon:
|
||||
trainer SWIMMERM, SIMON, EVENT_BEAT_SWIMMERM_SIMON, SwimmermSimonSeenText, SwimmermSimonBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmermSimonAfterBattleText
|
||||
waitbutton
|
||||
@@ -66,7 +66,7 @@ TrainerSwimmermRandall:
|
||||
trainer SWIMMERM, RANDALL, EVENT_BEAT_SWIMMERM_RANDALL, SwimmermRandallSeenText, SwimmermRandallBeatenText, 0, .Script
|
||||
|
||||
.Script:
|
||||
end_if_just_battled
|
||||
endifjustbattled
|
||||
opentext
|
||||
writetext SwimmermRandallAfterBattleText
|
||||
waitbutton
|
||||
@@ -96,7 +96,7 @@ MonicaScript:
|
||||
checkevent EVENT_GOT_SHARP_BEAK_FROM_MONICA
|
||||
iftrue .Monday
|
||||
checkcode VAR_WEEKDAY
|
||||
if_not_equal MONDAY, .NotMonday
|
||||
ifnotequal MONDAY, .NotMonday
|
||||
checkevent EVENT_MET_MONICA_OF_MONDAY
|
||||
iftrue .MetMonica
|
||||
writetext MeetMonicaText
|
||||
|
||||
Reference in New Issue
Block a user