18 lines
1.5 KiB
Plaintext
18 lines
1.5 KiB
Plaintext
version=2
|
|
@battle.starttrainer(mahogany_gym\leader)
|
|
@player.AchieveEmblem(glacier)
|
|
:if:<register.registered(glacierbadge_obtain)>=False
|
|
:then
|
|
@register.register(glacierbadge_obtain)
|
|
@register.register(trainer_mahogany_gym\001)
|
|
@register.register(trainer_mahogany_gym\002)
|
|
@register.register(trainer_mahogany_gym\003)
|
|
@register.register(trainer_mahogany_gym\004)
|
|
@register.register(trainer_mahogany_gym\005)
|
|
@player.GetBadge(15)
|
|
@text.show(That Badge will~raise the Special stats~of Pokémon.*It also lets your~Pokémon use Whirlpool~to get across real Whirlpools.*And this...~This is a gift from me!)
|
|
@item.give(206,1)
|
|
@item.messagegive(206,1)
|
|
@text.show(That TM contains Icy Wind.*It inflicts damage~and lowers speed.*It demonstrates~the harshness of winter.)
|
|
:endif
|
|
:end |