kep-hack/text/FuchsiaGym.asm
Martha Schilling 7c5c2a3047 mini update
- Tiles now animate correctly while still being sped up (credit to jojobear13!)

- Fixed issues with certain cave maps being glitched after importing the new tileset for Seafoam

- Gave Celeste Hill Cave the same palette as the exterior areas

- Fixed an inconsistency in Koga's pre-fight script
2023-11-22 12:25:46 +00:00

50 lines
819 B
NASM

_KogaBeforeBattleText::
text "Fwahahaha!"
para "A mere child like"
line "you dares to"
cont "challenge me?"
para "Very well, I"
line "shall show you"
cont "true terror as a"
cont "ninja master!"
para "You shall feel"
line "the despair of"
cont "poison and sleep"
cont "techniques!"
done
_ReceivedSoulBadgeText::
text "Humph!"
line "You have proven"
cont "your worth!"
para "Here! Take the"
line "SOULBADGE!"
prompt
_KogaRematchPreBattleText::
text "Fwahahaha!"
para "If it isn't the"
line "child."
para "It seems we are"
line "fated to meet"
cont "once again."
para "You have come"
line "at a truly"
cont "opportune time."
para "I wanted to test"
line "my newly refined"
cont "ninja skills..."
para "In a battle that"
line "will end in your"
cont "utter defeat!"
done