You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -54,13 +54,13 @@ UnknownScript_0x19d86a:
|
||||
if_equal 2, .Fight2
|
||||
if_equal 1, .Fight1
|
||||
if_equal 0, .LoadFight0
|
||||
.Fight2
|
||||
.Fight2:
|
||||
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||
iftrue .LoadFight2
|
||||
.Fight1
|
||||
.Fight1:
|
||||
checkevent EVENT_BEAT_ELITE_FOUR
|
||||
iftrue .LoadFight1
|
||||
.LoadFight0
|
||||
.LoadFight0:
|
||||
loadtrainer BIRD_KEEPER, VANCE1
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -68,7 +68,7 @@ UnknownScript_0x19d86a:
|
||||
clearflag ENGINE_VANCE
|
||||
end
|
||||
|
||||
.LoadFight1
|
||||
.LoadFight1:
|
||||
loadtrainer BIRD_KEEPER, VANCE2
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -76,7 +76,7 @@ UnknownScript_0x19d86a:
|
||||
clearflag ENGINE_VANCE
|
||||
end
|
||||
|
||||
.LoadFight2
|
||||
.LoadFight2:
|
||||
loadtrainer BIRD_KEEPER, VANCE3
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -198,13 +198,13 @@ UnknownScript_0x19d96e:
|
||||
if_equal 2, .Fight2
|
||||
if_equal 1, .Fight1
|
||||
if_equal 0, .LoadFight0
|
||||
.Fight2
|
||||
.Fight2:
|
||||
checkevent EVENT_RESTORED_POWER_TO_KANTO
|
||||
iftrue .LoadFight2
|
||||
.Fight1
|
||||
.Fight1:
|
||||
checkevent EVENT_BEAT_ELITE_FOUR
|
||||
iftrue .LoadFight1
|
||||
.LoadFight0
|
||||
.LoadFight0:
|
||||
loadtrainer FISHER, WILTON1
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -212,7 +212,7 @@ UnknownScript_0x19d96e:
|
||||
clearflag ENGINE_WILTON
|
||||
end
|
||||
|
||||
.LoadFight1
|
||||
.LoadFight1:
|
||||
loadtrainer FISHER, WILTON2
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -220,7 +220,7 @@ UnknownScript_0x19d96e:
|
||||
clearflag ENGINE_WILTON
|
||||
end
|
||||
|
||||
.LoadFight2
|
||||
.LoadFight2:
|
||||
loadtrainer FISHER, WILTON3
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
@@ -319,7 +319,7 @@ Route44MaxRepel:
|
||||
|
||||
Route44HiddenElixer:
|
||||
dwb EVENT_ROUTE_44_HIDDEN_ELIXER, ELIXER
|
||||
|
||||
|
||||
|
||||
FisherWilton1SeenText:
|
||||
text "Aack! You made me"
|
||||
|
||||
Reference in New Issue
Block a user