Up-Grade NPC

Seems to interact oddly with Saffron but I believe this is because of the way Team Rocket works. The event itself works fine.

Also added the Up-Grade, as before, Porygon was evolving via Trade.

Uses text referencing LGPE, and has a similar location.

Because of the sprite limit in Saffron, the Pidgeot NPC has been removed.
This commit is contained in:
May Evans 2023-03-29 23:47:26 +01:00
parent abb9ab6aac
commit 57d79f43ed
15 changed files with 93 additions and 8 deletions

View file

@ -150,3 +150,38 @@ _SaffronCityText25::
para "Release to be"
line "determined..."
done
_UpGradePreReceiveText::
text "Huh? Did you"
line "get rid of all"
cont "those TEAM"
cont "ROCKET thugs?"
text "Thank you so"
line "much! Here,"
cont "take this!"
prompt
_ReceivedUpGradeText::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_UpGradeExplanationText::
text "SILPH created"
line "PORYGON in 1995,"
cont "but even now,"
cont "it's outdated."
text "The UP-GRADE"
line "should remedy"
cont "that!"
done
_UpGradeNoRoomText::
text "You have no"
line "room!"
done