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

For some reason the Daycare and the Super Rod house use the exact same map interior pointers? This commit uncouples them so edits can be made to the Daycare while leaving that house unaltered. (also have some small text fixes I made ages ago and never pushed lol)
61 lines
1,002 B
NASM
61 lines
1,002 B
NASM
_SilphCo5EndBattleText4::
|
|
text "Oh"
|
|
line "goodness!"
|
|
prompt
|
|
|
|
_SilphCo5AfterBattleText4::
|
|
text "You're only on 5F."
|
|
line "It's a long way"
|
|
cont "to my BOSS!"
|
|
done
|
|
|
|
_SilphCo5BattleText5::
|
|
text "Show TEAM ROCKET"
|
|
line "a little respect!"
|
|
done
|
|
|
|
_SilphCo5EndBattleText5::
|
|
text "Cough..."
|
|
line "Cough..."
|
|
prompt
|
|
|
|
_SilphCo5AfterBattleText5::
|
|
text "Which reminds me."
|
|
|
|
para "KOFFING evolves"
|
|
line "into WEEZING!"
|
|
done
|
|
|
|
_SilphCo5Text9::
|
|
text "It's a #MON"
|
|
line "REPORT!"
|
|
|
|
para "#MON LAB"
|
|
line "created PORYGON,"
|
|
cont "the first virtual"
|
|
cont "reality #MON."
|
|
done
|
|
|
|
_SilphCo5Text10::
|
|
text "It's a #MON"
|
|
line "REPORT!"
|
|
|
|
para "Over 180 #MON"
|
|
line "techniques have"
|
|
cont "been confirmed."
|
|
done
|
|
|
|
_SilphCo5Text11::
|
|
text "It's a #MON"
|
|
line "REPORT!"
|
|
|
|
para "KADABRA evolves"
|
|
line "only when traded"
|
|
cont "by link-cable."
|
|
|
|
para "Further testing is" ; changed due to increased number of new trade evos
|
|
line "needed to discover"
|
|
cont "more species that"
|
|
cont "evolve this way."
|
|
done
|