21 lines
2.6 KiB
Plaintext
21 lines
2.6 KiB
Plaintext
version=2
|
|
:if:<register.registered(clubintro)>=true <and> <register.registered(earthbadge_obtain)>=true <and> <register.registered(MistyRematchTalk)>=false
|
|
@text.show(Oh it's you again!*I've heard rumors from the~other Kanto leaders that~you managed to defeat~them as well.*You must be getting~pretty strong!*Say, I recently heard about~this place in Johto called~the Battle Bar.*I'd love to have a rematch~whenever you are there.*Weekend evenings are usually~when I'm off from swimming~practice.*I will make sure to~visit the bar then!)
|
|
@register.register(MistyRematchTalk)
|
|
@register.change(clubregisters,<register.value(clubregisters)>+1)
|
|
:end
|
|
:endif
|
|
@battle.starttrainer(cerulean_gym\leader)
|
|
@player.AchieveEmblem(cascade)
|
|
:if:<register.registered(cascadebadge_obtain)>=False
|
|
@register.register(cascadebadge_obtain)
|
|
@register.register(trainer_cerulean_gym\001)
|
|
@register.register(trainer_cerulean_gym\002)
|
|
@register.register(trainer_cerulean_gym\003)
|
|
@player.GetBadge(2)
|
|
@Text.show(Misty: Here is another~memento from this battle.~Take it!)
|
|
@item.give(390,1)
|
|
@item.messagegive(390,1)
|
|
@Text.show(It contains the~move Water Pulse.*It can sometimes~confuse your foe.*You've managed to defeat~Trainers all the way~from Johto.*I'm sure you have a~good use for it.)
|
|
:endif
|
|
:end |