kep-hack/text/BrunswickGlade.asm
Llinos Evans 4dd40a5818 Brunswick Glade & Celeste Hill Trainers
I fucked up the Brunswick Glade trainers somewhere - some text isn't sync'd and they won't come up to the player. Otherwise, it's done.
2023-12-12 22:10:24 +00:00

108 lines
1.9 KiB
NASM

_BrunswickGladeSign::
text "BRUNSWICK GLADE"
line "The lush..."
para "The sign has been"
line "kicked in. It's"
cont "impossible to"
cont "read..."
done
_GZapGladeRunText::
text "It ran away"
line "again..."
done
_BrunswickGladeBattleText1:: ; Leaf
text "You're from"
line "PALLET TOWN?"
cont "So am I!"
done
_BrunswickGladeEndBattleText1::
text "Dang it!" ; Taken from Smash Ultimate when a Pokemon faints. Cryptid moment.
prompt
_BrunswickGladeAfterBattleText1::
text "PALLET TOWN is" ; Later in the series, this lore is retroactively added. Here, we're using it for worldbuilding.
line "known for its"
cont "strong trainers!"
para "A RATTATA snuck" ; Masters lore
line "into my kitchen"
cont "once! They're"
cont "everywhere!"
done
_BrunswickGladeBattleText2:: ; Ariana - uses stad2 quotes
text "That sharp gaze..."
para "You seem rather"
line "competent."
done
_BrunswickGladeEndBattleText2::
text "I can't"
line "look them in"
cont "the face after"
cont "this!"
prompt
_BrunswickGladeAfterBattleText2::
text "Have you thought"
line "about working"
cont "for TEAM ROCKET?"
para "No? Forget I"
line "said anything."
done
_BrunswickGladeBattleText3:: ; Fuji
text "You seem to have"
line "raised your #-"
cont "MON with love"
cont "and care."
para "Let's see how"
line "they battle!"
done
_BrunswickGladeEndBattleText3::
text "Hm..."
prompt
_BrunswickGladeAfterBattleText3::
text "I've made many"
line "mistakes in my"
cont "life."
para "But as long as"
line "I learn and do"
cont "do better, that"
cont "is what truly"
cont "matters."
done
_BrunswickGladeBattleText4:: ; Trace
text "Whoa!"
para "Oh, you're not"
line "that bird #-"
cont "MON!"
done
_BrunswickGladeEndBattleText4::
text "Whoa!"
line "Seriously?"
prompt
_BrunswickGladeAfterBattleText4::
text "That #MON"
line "looked angry!"
cont "It booked it"
cont "right past me!"
para "Think you can"
line "quell it?"
done