mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-09-29 04:49:00 +02:00
12 lines
788 B
Plaintext
12 lines
788 B
Plaintext
version=2
|
|
@pokemon.cry(250)
|
|
@battle.setvar(custombattlemusic,ho-oh_battle)
|
|
:if:<register.registered(rainbow_wing_radio_tower)>=true
|
|
@battle.wild(250,45,-1,ho-oh_battle_intro,12)
|
|
:else
|
|
@battle.wild(250,70,-1,ho-oh_battle_intro,12)
|
|
:endif
|
|
@npc.remove(0)
|
|
@npc.unregister(ecruteak\tintower10f.dat|0|position|4,0.75,4)
|
|
@npc.unregister(ecruteak\tintower10f.dat|0|position|4,0.45,4)
|
|
:end |