mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Tao Emblem for post Kyurem Minor fix for monochrome stones Heart Gold Emblem for Ho-oh Soul Silver Emblem for Lugia Can be achieved after battle on first encounter event Retroactively achieved by revisiting encounter area
26 lines
2.1 KiB
Plaintext
26 lines
2.1 KiB
Plaintext
version=2
|
|
@pokemon.cry(646)
|
|
@text.show(Haaahraaan!)
|
|
@battle.setvar(custombattlemusic,tao_legend_battle)
|
|
@battle.wild(646,70,-1,tao_legend_battle_intro,12)
|
|
@npc.remove(0)
|
|
@player.turnto(0)
|
|
@player.achieveemblem(tao)
|
|
@player.warp(4,0,5)
|
|
@level.update
|
|
@npc.turn(1,0)
|
|
@npc.move(1,1)
|
|
@npc.turn(1,3)
|
|
@player.turnto(1)
|
|
@register.register(battlekyurem)
|
|
@register.register(taotriocomplete)
|
|
@text.show(You faced the grey dragon~Kyurem and emerged victorious.*It takes a special trainer~to achieve that.~I congratulate you.*That Pokémon is capable of~far more than meets the eye.)
|
|
:if:<battle.caught>=true
|
|
@text.show(I heard some scientists of the~Pewter Museum of Science have~been studying its genetic~material.~Now that you have the real~thing, perhaps you could help~their research.)
|
|
:endif
|
|
@text.show(Well, it seems my journey~around these parts is over.*It was a pleasure to meet~someone like you.~We might meet again in the~future.*Until then, farewell!)
|
|
@screen.fadeout
|
|
@player.warp(routes\route47\embtower\main2.dat)
|
|
@level.update
|
|
@screen.fadein
|
|
:end |