13 lines
1.2 KiB
Plaintext
13 lines
1.2 KiB
Plaintext
version=2
|
|
@battle.starttrainer(pewter_gym\leader)
|
|
@player.AchieveEmblem(boulder)
|
|
:if:<register.registered(boulderbadge_obtain)>=False
|
|
@register.register(boulderbadge_obtain)
|
|
@register.register(trainer_pewter_gym\001)
|
|
@player.GetBadge(1)
|
|
@Text.show(I really enjoyed~the battle with you,~<player.name>!*I'll give you the~move Rock Slide, too.*It can sometimes cause~your foe to flinch.)
|
|
@item.give(385,1)
|
|
@item.messagegive(385,1)
|
|
@Text.show(Brock: The world is huge.*There are still many~strong trainers like you.*Just wait and see.*I'm going to become~a lot stronger too!)
|
|
:endif
|
|
:end |