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

- Moved one of the trainers in the Celadon Uni PokeCenter to stop him from being in the way of the nurse - Buffed one of the Scientists in the Mansion - Moved the nurse and Weezing trader on the SS Anne slightly - Boosted Meltan's catch rate because having it be that low is ridiculous - Increased Luxwan's height because real swans are not that small - Changed a Cue Ball's party to allow his dialogue to make sense - Wild level balancing around Vermilion City - Fixed a small Pokedex display bug - Text fixes
184 lines
2.7 KiB
NASM
184 lines
2.7 KiB
NASM
_SaffronCityText1::
|
|
text "What do you want?"
|
|
line "Get lost!"
|
|
done
|
|
|
|
_SaffronCityText2::
|
|
text "BOSS said he'll"
|
|
line "take this town!"
|
|
done
|
|
|
|
_SaffronCityText3::
|
|
text "Get out of the"
|
|
line "way!"
|
|
done
|
|
|
|
_SaffronCityText4::
|
|
text "SAFFRON belongs"
|
|
line "to TEAM ROCKET!"
|
|
done
|
|
|
|
_SaffronCityText5::
|
|
text "Being evil makes"
|
|
line "me feel so alive!"
|
|
done
|
|
|
|
_SaffronCityText6::
|
|
text "Ow! Watch where"
|
|
line "you're walking!"
|
|
done
|
|
|
|
_SaffronCityText7::
|
|
text "With SILPH under"
|
|
line "control, we can"
|
|
cont "exploit #MON"
|
|
cont "around the world!"
|
|
done
|
|
|
|
_SaffronCityText8::
|
|
text "You beat TEAM"
|
|
line "ROCKET all alone?"
|
|
cont "That's amazing!"
|
|
done
|
|
|
|
_SaffronCityText9::
|
|
text "Yeah! TEAM ROCKET"
|
|
line "is gone!"
|
|
cont "It's safe to go"
|
|
cont "out again!"
|
|
done
|
|
|
|
_SaffronCityText10::
|
|
text "People should be"
|
|
line "flocking back to"
|
|
cont "SAFFRON now."
|
|
done
|
|
|
|
_SaffronCityText11::
|
|
text "I flew here on my"
|
|
line "PIDGEOT when I"
|
|
cont "read about SILPH."
|
|
|
|
para "It's already over?"
|
|
line "I missed the"
|
|
cont "media action."
|
|
done
|
|
|
|
_SaffronCityText13::
|
|
text "I saw ROCKET"
|
|
line "BOSS escaping"
|
|
cont "SILPH's building."
|
|
done
|
|
|
|
_SaffronCityText14::
|
|
text "I'm a security"
|
|
line "guard."
|
|
|
|
para "Suspicious kids I"
|
|
line "don't allow in!"
|
|
done
|
|
|
|
_SaffronCityText15::
|
|
text "..."
|
|
line "Snore..."
|
|
|
|
para "Hah! He's taking"
|
|
line "a snooze!"
|
|
done
|
|
|
|
_SaffronCityText16::
|
|
text "SAFFRON CITY"
|
|
line "Shining, Golden"
|
|
cont "Land of Commerce"
|
|
done
|
|
|
|
_SaffronCityText17::
|
|
text "FIGHTING DOJO"
|
|
done
|
|
|
|
_SaffronCityText18::
|
|
text "SAFFRON CITY"
|
|
line "#MON GYM"
|
|
cont "LEADER: SABRINA"
|
|
|
|
para "The Master of"
|
|
line "Psychic #MON!"
|
|
done
|
|
|
|
_SaffronCityText20::
|
|
text "TRAINER TIPS"
|
|
|
|
para "FULL HEAL cures"
|
|
line "all ailments like"
|
|
cont "sleep and burns."
|
|
|
|
para "It costs a bit"
|
|
line "more, but it's"
|
|
cont "more convenient."
|
|
done
|
|
|
|
_SaffronCityText21::
|
|
text "TRAINER TIPS"
|
|
|
|
para "New GREAT BALL"
|
|
line "offers improved"
|
|
cont "capture rates."
|
|
|
|
para "Try it on those"
|
|
line "hard-to-catch"
|
|
cont "#MON."
|
|
done
|
|
|
|
_SaffronCityText22::
|
|
text "SILPH CO."
|
|
line "OFFICE BUILDING"
|
|
done
|
|
|
|
_SaffronCityText24::
|
|
text "MR.PSYCHIC's"
|
|
line "HOUSE"
|
|
done
|
|
|
|
_SaffronCityText25::
|
|
text "SILPH's latest"
|
|
line "product!"
|
|
|
|
para "Release to be"
|
|
line "determined..."
|
|
done
|
|
|
|
_UpGradePreReceiveText::
|
|
text "Huh? Did you"
|
|
line "get rid of all"
|
|
cont "those TEAM"
|
|
cont "ROCKET thugs?"
|
|
|
|
para "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."
|
|
|
|
para "The UP-GRADE"
|
|
line "should remedy"
|
|
cont "that!"
|
|
|
|
done
|
|
|
|
_UpGradeNoRoomText::
|
|
text "You have no"
|
|
line "room!"
|
|
done
|