11 lines
848 B
Plaintext
11 lines
848 B
Plaintext
version=2
|
|
|
|
@battle.starttrainer(sproutelder)
|
|
:if:<register.registered(get_HM01)>=False
|
|
@Register.register(get_HM01)
|
|
@Text.show(You and your Poké~mon should have*no problem using~this move.*Take this Flash~HM.)
|
|
@item.give(243,1)
|
|
@item.messagegive(243,1)
|
|
@Text.show(Flash illuminates~even the darkest~of all places.*But to use it out~of battle, you*need the Badge~from Violet's Gym.)
|
|
:endif
|
|
:end |