mirror of https://github.com/pret/pokecrystal.git
Picnicker Erin labels
This commit is contained in:
parent
e8d651b79a
commit
d53881a0d4
|
@ -32,29 +32,29 @@ TrainerPicnickerErin1:
|
||||||
end_if_just_battled
|
end_if_just_battled
|
||||||
opentext
|
opentext
|
||||||
checkflag ENGINE_ERIN
|
checkflag ENGINE_ERIN
|
||||||
iftrue UnknownScript_0x1a96da
|
iftrue ErinWantsBattle
|
||||||
checkcellnum PHONE_PICNICKER_ERIN
|
checkcellnum PHONE_PICNICKER_ERIN
|
||||||
iftrue UnknownScript_0x1a975b
|
iftrue NumberAcceptedF
|
||||||
checkevent EVENT_ERIN_ASKED_FOR_PHONE_NUMBER
|
checkevent EVENT_ERIN_ASKED_FOR_PHONE_NUMBER
|
||||||
iftrue UnknownScript_0x1a96c3
|
iftrue .AskedAlready
|
||||||
writetext UnknownText_0x1a98c6
|
writetext PicnickerErinAfterBattleText
|
||||||
buttonsound
|
buttonsound
|
||||||
setevent EVENT_ERIN_ASKED_FOR_PHONE_NUMBER
|
setevent EVENT_ERIN_ASKED_FOR_PHONE_NUMBER
|
||||||
scall UnknownScript_0x1a974f
|
scall AskNumber1F
|
||||||
jump UnknownScript_0x1a96c6
|
jump .AskForNumber
|
||||||
|
|
||||||
UnknownScript_0x1a96c3:
|
.AskedAlready:
|
||||||
scall UnknownScript_0x1a9753
|
scall AskNumber2F
|
||||||
UnknownScript_0x1a96c6:
|
.AskForNumber:
|
||||||
askforphonenumber PHONE_PICNICKER_ERIN
|
askforphonenumber PHONE_PICNICKER_ERIN
|
||||||
if_equal $1, UnknownScript_0x1a9763
|
if_equal $1, PhoneFullF
|
||||||
if_equal $2, UnknownScript_0x1a975f
|
if_equal $2, NumberDeclinedF
|
||||||
trainertotext PICNICKER, ERIN1, $0
|
trainertotext PICNICKER, ERIN1, $0
|
||||||
scall UnknownScript_0x1a9757
|
scall RegisteredNumberF
|
||||||
jump UnknownScript_0x1a975b
|
jump NumberAcceptedF
|
||||||
|
|
||||||
UnknownScript_0x1a96da:
|
ErinWantsBattle:
|
||||||
scall UnknownScript_0x1a9767
|
scall RematchF
|
||||||
winlosstext PicnickerErin1BeatenText, 0
|
winlosstext PicnickerErin1BeatenText, 0
|
||||||
copybytetovar wErinFightCount
|
copybytetovar wErinFightCount
|
||||||
if_equal 2, .Fight2
|
if_equal 2, .Fight2
|
||||||
|
@ -88,62 +88,62 @@ UnknownScript_0x1a96da:
|
||||||
reloadmapafterbattle
|
reloadmapafterbattle
|
||||||
clearflag ENGINE_ERIN
|
clearflag ENGINE_ERIN
|
||||||
checkevent EVENT_ERIN_CALCIUM
|
checkevent EVENT_ERIN_CALCIUM
|
||||||
iftrue UnknownScript_0x1a973b
|
iftrue .HasCalcium
|
||||||
checkevent EVENT_GOT_CALCIUM_FROM_ERIN
|
checkevent EVENT_GOT_CALCIUM_FROM_ERIN
|
||||||
iftrue UnknownScript_0x1a973a
|
iftrue .GotCalciumAlready
|
||||||
scall UnknownScript_0x1a9772
|
scall RematchGiftF
|
||||||
verbosegiveitem CALCIUM
|
verbosegiveitem CALCIUM
|
||||||
iffalse UnknownScript_0x1a976b
|
iffalse ErinNoRoomForCalcium
|
||||||
setevent EVENT_GOT_CALCIUM_FROM_ERIN
|
setevent EVENT_GOT_CALCIUM_FROM_ERIN
|
||||||
jump UnknownScript_0x1a975b
|
jump NumberAcceptedF
|
||||||
|
|
||||||
UnknownScript_0x1a973a:
|
.GotCalciumAlready:
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a973b:
|
.HasCalcium:
|
||||||
opentext
|
opentext
|
||||||
writetext UnknownText_0x1a9927
|
writetext PicnickerErin2BeatenText
|
||||||
waitbutton
|
waitbutton
|
||||||
verbosegiveitem CALCIUM
|
verbosegiveitem CALCIUM
|
||||||
iffalse UnknownScript_0x1a976b
|
iffalse ErinNoRoomForCalcium
|
||||||
clearevent EVENT_ERIN_CALCIUM
|
clearevent EVENT_ERIN_CALCIUM
|
||||||
setevent EVENT_GOT_CALCIUM_FROM_ERIN
|
setevent EVENT_GOT_CALCIUM_FROM_ERIN
|
||||||
jump UnknownScript_0x1a975b
|
jump NumberAcceptedF
|
||||||
|
|
||||||
UnknownScript_0x1a974f:
|
AskNumber1F:
|
||||||
jumpstd asknumber1f
|
jumpstd asknumber1f
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a9753:
|
AskNumber2F:
|
||||||
jumpstd asknumber2f
|
jumpstd asknumber2f
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a9757:
|
RegisteredNumberF:
|
||||||
jumpstd registerednumberf
|
jumpstd registerednumberf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a975b:
|
NumberAcceptedF:
|
||||||
jumpstd numberacceptedf
|
jumpstd numberacceptedf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a975f:
|
NumberDeclinedF:
|
||||||
jumpstd numberdeclinedf
|
jumpstd numberdeclinedf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a9763:
|
PhoneFullF:
|
||||||
jumpstd phonefullf
|
jumpstd phonefullf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a9767:
|
RematchF:
|
||||||
jumpstd rematchf
|
jumpstd rematchf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a976b:
|
ErinNoRoomForCalcium:
|
||||||
setevent EVENT_ERIN_CALCIUM
|
setevent EVENT_ERIN_CALCIUM
|
||||||
jumpstd packfullf
|
jumpstd packfullf
|
||||||
end
|
end
|
||||||
|
|
||||||
UnknownScript_0x1a9772:
|
RematchGiftF:
|
||||||
jumpstd rematchgiftf
|
jumpstd rematchgiftf
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ PicnickerErin1BeatenText:
|
||||||
text "Oh, rats!"
|
text "Oh, rats!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1a98c6:
|
PicnickerErinAfterBattleText:
|
||||||
text "I've been to many"
|
text "I've been to many"
|
||||||
line "GYMS, but the GYM"
|
line "GYMS, but the GYM"
|
||||||
|
|
||||||
|
@ -230,7 +230,7 @@ UnknownText_0x1a98c6:
|
||||||
line "pretty flowers!"
|
line "pretty flowers!"
|
||||||
done
|
done
|
||||||
|
|
||||||
UnknownText_0x1a9927:
|
PicnickerErin2BeatenText:
|
||||||
text "Aww… I keep losing"
|
text "Aww… I keep losing"
|
||||||
line "all the time!"
|
line "all the time!"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue