14 lines
1.4 KiB
Plaintext
14 lines
1.4 KiB
Plaintext
version=2
|
|
|
|
@battle.starttrainer(violetgymleader)
|
|
@player.AchieveEmblem(zephyr)
|
|
:if:<register.registered(zephyrbadge_obtain)>=False
|
|
@Register.register(zephyrbadge_obtain)
|
|
@Player.GetBadge(9)
|
|
@Text.show(Zephyrbadge~raises the attack~power of Pokémon.*It also enables~Pokémon to use*Flash, if they~have it, anytime.*Here--take this~too.)
|
|
@Item.give(221,1)
|
|
@Item.messagegive(221,1)
|
|
@Text.show(By using a TM, a~Pokémon will*instantly learn a~new move.*Think before you~act--a TM can be~used only once.*TM31 contains~Mud-Slap.*It reduces the~enemy's accuracy*while it causes~damage.*In other words, it~is both defensive~and offensive.)
|
|
@NPC.register(violet_center.dat|4|position|8,0,3)
|
|
:endif
|
|
:end |