mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00

- 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
50 lines
819 B
NASM
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
|