Partially labelling Pokefan Derek.

This commit is contained in:
surskitty 2017-10-26 02:26:47 -04:00
parent 63287e5648
commit 394c9f2c24

View File

@ -33,41 +33,41 @@ PokefanmDerek1Script:
end_if_just_battled end_if_just_battled
opentext opentext
checkflag ENGINE_DEREK_HAS_NUGGET checkflag ENGINE_DEREK_HAS_NUGGET
iftrue UnknownScript_0x1a5b4a iftrue DerekHasNugget
checkcellnum PHONE_POKEFANM_DEREK checkcellnum PHONE_POKEFANM_DEREK
iftrue UnknownScript_0x1a5b6e iftrue DerekIsRegistered
checkpoke PIKACHU checkpoke PIKACHU
iffalse UnknownScript_0x1a5b5c iffalse DerekWantsPikachu
checkevent EVENT_DEREK_ASKED_FOR_PHONE_NUMBER checkevent EVENT_DEREK_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x1a5b33 iftrue DerekWantsYourNumber
writetext UnknownText_0x1a5cf8 writetext DerekText_NotBragging
buttonsound buttonsound
setevent EVENT_DEREK_ASKED_FOR_PHONE_NUMBER setevent EVENT_DEREK_ASKED_FOR_PHONE_NUMBER
scall UnknownScript_0x1a5b62 scall UnknownScript_0x1a5b62
jump UnknownScript_0x1a5b36 jump DerekAsksForPhoneNumber
UnknownScript_0x1a5b33: DerekWantsYourNumber:
scall UnknownScript_0x1a5b66 scall UnknownScript_0x1a5b66
UnknownScript_0x1a5b36: DerekAsksForPhoneNumber:
askforphonenumber PHONE_POKEFANM_DEREK askforphonenumber PHONE_POKEFANM_DEREK
if_equal $1, UnknownScript_0x1a5b76 if_equal $1, UnknownScript_0x1a5b76
if_equal $2, UnknownScript_0x1a5b72 if_equal $2, UnknownScript_0x1a5b72
trainertotext POKEFANM, DEREK1, $0 trainertotext POKEFANM, DEREK1, $0
scall UnknownScript_0x1a5b6a scall UnknownScript_0x1a5b6a
jump UnknownScript_0x1a5b6e jump DerekIsRegistered
UnknownScript_0x1a5b4a: DerekHasNugget:
scall UnknownScript_0x1a5b7a scall UnknownScript_0x1a5b7a
verbosegiveitem NUGGET verbosegiveitem NUGGET
iffalse UnknownScript_0x1a5b59 iffalse UnknownScript_0x1a5b59
clearflag ENGINE_DEREK_HAS_NUGGET clearflag ENGINE_DEREK_HAS_NUGGET
jump UnknownScript_0x1a5b6e jump DerekIsRegistered
UnknownScript_0x1a5b59: UnknownScript_0x1a5b59:
jump UnknownScript_0x1a5b7e jump PackIsFull
UnknownScript_0x1a5b5c: DerekWantsPikachu:
writetext UnknownText_0x1a5dec writetext DerekText_PikachuIsIt
waitbutton waitbutton
closetext closetext
end end
@ -84,7 +84,7 @@ UnknownScript_0x1a5b6a:
jumpstd registerednumberm jumpstd registerednumberm
end end
UnknownScript_0x1a5b6e: DerekIsRegistered:
jumpstd numberacceptedm jumpstd numberacceptedm
end end
@ -100,7 +100,7 @@ UnknownScript_0x1a5b7a:
jumpstd giftm jumpstd giftm
end end
UnknownScript_0x1a5b7e: PackIsFull:
jumpstd packfullm jumpstd packfullm
end end
@ -220,7 +220,7 @@ PokefanmDerek1BeatenText:
line "show off PIKACHU…" line "show off PIKACHU…"
done done
UnknownText_0x1a5cf8: DerekText_NotBragging:
text "I'm not listening" text "I'm not listening"
line "to your bragging!" line "to your bragging!"
@ -253,7 +253,7 @@ UnknownText_0x1a5db2:
line "adorable!" line "adorable!"
done done
UnknownText_0x1a5dec: DerekText_PikachuIsIt:
text "PIKACHU is it!" text "PIKACHU is it!"
line "Don't you agree?" line "Don't you agree?"
done done