mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
Feradactyl Name Fixes
This commit is contained in:
parent
0b7b88d954
commit
e68e446f1e
|
@ -12,7 +12,7 @@ FossilScientistGuy::
|
||||||
checkevent EVENT_GAVE_SCIENTIST_CLUB_FOSSIL
|
checkevent EVENT_GAVE_SCIENTIST_CLUB_FOSSIL
|
||||||
iftrue .GiveXylodon
|
iftrue .GiveXylodon
|
||||||
checkevent EVENT_GAVE_SCIENTIST_WING_FOSSIL
|
checkevent EVENT_GAVE_SCIENTIST_WING_FOSSIL
|
||||||
iftrue .GiveFeraldactyl
|
iftrue .GiveFeradactyl
|
||||||
writetext FossilScientistIntroText
|
writetext FossilScientistIntroText
|
||||||
waitbutton
|
waitbutton
|
||||||
loadmenu .MoveMenuHeader
|
loadmenu .MoveMenuHeader
|
||||||
|
@ -81,7 +81,7 @@ FossilScientistGuy::
|
||||||
.WingFossil:
|
.WingFossil:
|
||||||
checkitem HELIX_FOSSIL
|
checkitem HELIX_FOSSIL
|
||||||
iffalse .No
|
iffalse .No
|
||||||
getmonname STRING_BUFFER_3, FERODACTYL
|
getmonname STRING_BUFFER_3, FERADACTYL
|
||||||
writetext FossilScientistMonText
|
writetext FossilScientistMonText
|
||||||
promptbutton
|
promptbutton
|
||||||
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 ; remove this to immediately receive the fossil
|
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1 ; remove this to immediately receive the fossil
|
||||||
|
@ -173,19 +173,19 @@ FossilScientistGuy::
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
.GiveFeraldactyl:
|
.GiveFeradactyl:
|
||||||
readvar VAR_PARTYCOUNT
|
readvar VAR_PARTYCOUNT
|
||||||
ifequal PARTY_LENGTH, .NoRoom
|
ifequal PARTY_LENGTH, .NoRoom
|
||||||
clearevent EVENT_GAVE_SCIENTIST_WING_FOSSIL
|
clearevent EVENT_GAVE_SCIENTIST_WING_FOSSIL
|
||||||
writetext FossilScientistDoneText
|
writetext FossilScientistDoneText
|
||||||
promptbutton
|
promptbutton
|
||||||
getmonname STRING_BUFFER_3, FERODACTYL
|
getmonname STRING_BUFFER_3, FERADACTYL
|
||||||
writetext FossilScientistReceiveText
|
writetext FossilScientistReceiveText
|
||||||
playsound SFX_CAUGHT_MON
|
playsound SFX_CAUGHT_MON
|
||||||
waitsfx
|
waitsfx
|
||||||
waitbutton
|
waitbutton
|
||||||
writetext FossilScientistMonText
|
writetext FossilScientistMonText
|
||||||
givepoke FERODACTYL, 30
|
givepoke FERADACTYL, 30
|
||||||
closetext
|
closetext
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue