18 lines
1.1 KiB
Plaintext
18 lines
1.1 KiB
Plaintext
version=2
|
|
@pokemon.cry(644)
|
|
@text.show(Bazzazzazzash!)
|
|
@battle.setvar(custombattlemusic,tao_legend_battle)
|
|
@battle.wild(644,70,-1,tao_legend_battle_intro,12)
|
|
@register.register(firsttaodone)
|
|
@register.register(battlezekrom)
|
|
:if:<battle.caught>=true
|
|
@register.register(caughtzekrom)
|
|
@npc.register(routes\route47\3.dat|0|position|13,-4,36)
|
|
@npc.register(routes\route47\3.dat|1|position|12,-4,36)
|
|
:else
|
|
@npc.unregister(routes\route47\3.dat|0|position|13,-4,36)
|
|
@npc.unregister(routes\route47\3.dat|1|position|12,-4,36)
|
|
:endif
|
|
@npc.remove(0)
|
|
@storage.clear
|
|
:end |