kep-hack/text/AgathasRoom.asm
Llinos Evans 6c9265f0a2 Elite Four + Champion refights
This was an interesting thought exercise.

As you can see, this code adds a scaling function for when you reach the KEP post-game. These teams are very powerful and a strong test of the player's skills.

I did, however, remove the Legendary Pokemon from the first three's teams. They felt a little bit out there and kind of decrease the significance of the player's. Plus, we just went through hell adding conditional Hall of Fame respawns.

The Elite Four use refight text based on their LGPE appearances. It's honestly a little odd, so if it's too much, the FRLG conditional text could be used instead. I like the way Agatha's plays out, though...

Anyway, stupid hacky implementation done, please don't look at how I did the champion's trainer number.
2023-07-09 22:16:09 +01:00

83 lines
1.4 KiB
NASM

_AgathaBeforeBattleText::
text "I am AGATHA of"
line "the ELITE FOUR!"
para "OAK's taken a lot"
line "of interest in"
cont "you, child!"
para "That old duff was"
line "once tough and"
cont "handsome! That"
cont "was decades ago!"
para "Now he just wants"
line "to fiddle with"
cont "his #DEX! He's"
cont "wrong! #MON"
cont "are for fighting!"
para "<PLAYER>! I'll show"
line "you how a real"
cont "trainer fights!"
done
_AgathaEndBattleText::
text "Oh ho!"
line "You're something"
cont "special, child!"
prompt
_AgathaAfterBattleText::
text "You win! I see"
line "what the old duff"
cont "sees in you now!"
para "I have nothing"
line "else to say! Run"
cont "along now, child!"
done
_AgathaDontRunAwayText::
text "Someone's voice:"
line "Don't run away!"
done
_AgathaRematchText::
text "So you've come!"
para "It's not in my"
line "character to"
cont "lose over and"
cont "over."
para "Give this battle"
line "everything you"
cont "have!"
done
_AgathaRematchEndBattleText::
text "Not bad!"
prompt
_AgathaRematchAfterBattleText::
text "Small wonder that"
line "old-timer's taken"
cont "such an interest"
cont "in you."
para "...OAK and I used"
line "to be good rivals"
cont "too, you know."
para "Just like you and"
line "<RIVAL>."
para "What are you"
line "waiting for?"
para "Off to the next"
line "room!"
done