mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00

A guy in a Safari Zone Rest House will hand you a Meltan he found lost. It's built off the Lapras guy in Silph. Also changes the positions of some trader NPCs in the Pokemon Centres to match the others.
39 lines
607 B
NASM
39 lines
607 B
NASM
_SafariZoneRestHouse3Text1::
|
|
text "How many did you"
|
|
line "catch? I'm bushed"
|
|
cont "from the work!"
|
|
done
|
|
|
|
_SafariZoneRestHouse3Text2::
|
|
text "I caught a"
|
|
line "CHANSEY!"
|
|
|
|
para "That makes this"
|
|
line "all worthwhile!"
|
|
done
|
|
|
|
_SafariZoneRestHouse3Text3::
|
|
text "Whew! I'm tired"
|
|
line "from all the fun!"
|
|
done
|
|
|
|
_MeltanGuyText::
|
|
text "I found a lost"
|
|
line "#MON. It seems"
|
|
cont "to be looking"
|
|
cont "for its friends."
|
|
|
|
para "Could you take"
|
|
line "care of it, kid?"
|
|
|
|
prompt
|
|
|
|
_MeltanInfo::
|
|
text "My sources say it's"
|
|
line "called MELTAN."
|
|
|
|
para "It's never seen in"
|
|
line "KANTO..."
|
|
|
|
done
|