kep-hack/text/SilphCo5F_2.asm
Martha Schilling 97a99c3744 Fixing Rod House map error
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)
2023-06-30 14:51:46 +01:00

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