You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
[in progress] Harmonize more constant and data files with pokegold
This commit is contained in:
@@ -23,7 +23,7 @@ TrainerBirdKeeperVance1:
|
||||
loadvar VAR_CALLERID, PHONE_BIRDKEEPER_VANCE
|
||||
endifjustbattled
|
||||
opentext
|
||||
checkflag ENGINE_VANCE
|
||||
checkflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
iftrue .WantsBattle
|
||||
checkcellnum PHONE_BIRDKEEPER_VANCE
|
||||
iftrue Route44NumberAcceptedM
|
||||
@@ -63,7 +63,7 @@ TrainerBirdKeeperVance1:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wVanceFightCount, 1
|
||||
clearflag ENGINE_VANCE
|
||||
clearflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight1:
|
||||
@@ -71,14 +71,14 @@ TrainerBirdKeeperVance1:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wVanceFightCount, 2
|
||||
clearflag ENGINE_VANCE
|
||||
clearflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight2:
|
||||
loadtrainer BIRD_KEEPER, VANCE3
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
clearflag ENGINE_VANCE
|
||||
clearflag ENGINE_VANCE_READY_FOR_REMATCH
|
||||
checkevent EVENT_VANCE_CARBOS
|
||||
iftrue .Carbos
|
||||
checkevent EVENT_GOT_CARBOS_FROM_VANCE
|
||||
@@ -165,7 +165,7 @@ TrainerFisherWilton1:
|
||||
loadvar VAR_CALLERID, PHONE_FISHER_WILTON
|
||||
endifjustbattled
|
||||
opentext
|
||||
checkflag ENGINE_WILTON
|
||||
checkflag ENGINE_WILTON_READY_FOR_REMATCH
|
||||
iftrue .WantsBattle
|
||||
checkflag ENGINE_WILTON_HAS_ITEM
|
||||
iftrue .HasItem
|
||||
@@ -207,7 +207,7 @@ TrainerFisherWilton1:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wWiltonFightCount, 1
|
||||
clearflag ENGINE_WILTON
|
||||
clearflag ENGINE_WILTON_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight1:
|
||||
@@ -215,14 +215,14 @@ TrainerFisherWilton1:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wWiltonFightCount, 2
|
||||
clearflag ENGINE_WILTON
|
||||
clearflag ENGINE_WILTON_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight2:
|
||||
loadtrainer FISHER, WILTON3
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
clearflag ENGINE_WILTON
|
||||
clearflag ENGINE_WILTON_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.HasItem:
|
||||
|
||||
Reference in New Issue
Block a user