You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
[in progress] Harmonize more constant and data files with pokegold
This commit is contained in:
@@ -43,7 +43,7 @@ TrainerYoungsterJoey:
|
||||
loadvar VAR_CALLERID, PHONE_YOUNGSTER_JOEY
|
||||
endifjustbattled
|
||||
opentext
|
||||
checkflag ENGINE_JOEY
|
||||
checkflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
iftrue .Rematch
|
||||
checkcellnum PHONE_YOUNGSTER_JOEY
|
||||
iftrue .NumberAccepted
|
||||
@@ -91,7 +91,7 @@ TrainerYoungsterJoey:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wJoeyFightCount, 1
|
||||
clearflag ENGINE_JOEY
|
||||
clearflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight1:
|
||||
@@ -99,7 +99,7 @@ TrainerYoungsterJoey:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wJoeyFightCount, 2
|
||||
clearflag ENGINE_JOEY
|
||||
clearflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight2:
|
||||
@@ -107,7 +107,7 @@ TrainerYoungsterJoey:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wJoeyFightCount, 3
|
||||
clearflag ENGINE_JOEY
|
||||
clearflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight3:
|
||||
@@ -115,14 +115,14 @@ TrainerYoungsterJoey:
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
loadmem wJoeyFightCount, 4
|
||||
clearflag ENGINE_JOEY
|
||||
clearflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
end
|
||||
|
||||
.LoadFight4:
|
||||
loadtrainer YOUNGSTER, JOEY5
|
||||
startbattle
|
||||
reloadmapafterbattle
|
||||
clearflag ENGINE_JOEY
|
||||
clearflag ENGINE_JOEY_READY_FOR_REMATCH
|
||||
checkevent EVENT_JOEY_HP_UP
|
||||
iftrue .GiveHPUp
|
||||
checkevent EVENT_GOT_HP_UP_FROM_JOEY
|
||||
|
||||
Reference in New Issue
Block a user