darkfire006 b658df2558 Tao Trio Shiny controls
all three will now appear shiny in the overworld before encountering
2021-10-01 00:52:29 -05:00

22 lines
1.3 KiB
Plaintext

version=2
@pokemon.cry(643)
@text.show(Preeeeaah!)
@battle.setvar(custombattlemusic,tao_legend_battle)
:if:<register.value(shinyreshiram)>=true
@battle.wild(643,70,1,tao_legend_battle_intro,12)
:else
@battle.wild(643,70,0,tao_legend_battle_intro,12)
:endif
@register.register(firsttaodone)
@register.register(battlereshiram)
:if:<battle.caught>=true
@register.register(caughtreshiram)
@npc.register(routes\route47\3.dat|0|position|13,-4,36)
@npc.register(routes\route47\3.dat|2|position|12,-4,36)
:else
@npc.unregister(routes\route47\3.dat|0|position|13,-4,36)
@npc.unregister(routes\route47\3.dat|2|position|12,-4,36)
:endif
@npc.remove(0)
@storage.clear
:end