mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 22:18:41 -05:00
18 lines
742 B
PHP
18 lines
742 B
PHP
PokemonTower_3F_MapScripts:: @ 81633A6
|
|
.byte 0
|
|
|
|
PokemonTower_3F_EventScript_Patricia:: @ 81633A7
|
|
trainerbattle_single TRAINER_CHANNELER_PATRICIA, PokemonTower_3F_Text_PatriciaIntro, PokemonTower_3F_Text_PatriciaDefeat
|
|
msgbox PokemonTower_3F_Text_PatriciaPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
PokemonTower_3F_EventScript_Carly:: @ 81633BE
|
|
trainerbattle_single TRAINER_CHANNELER_CARLY, PokemonTower_3F_Text_CarlyIntro, PokemonTower_3F_Text_CarlyDefeat
|
|
msgbox PokemonTower_3F_Text_CarlyPostBattle, MSGBOX_AUTOCLOSE
|
|
end
|
|
|
|
PokemonTower_3F_EventScript_Hope:: @ 81633D5
|
|
trainerbattle_single TRAINER_CHANNELER_HOPE, PokemonTower_3F_Text_HopeIntro, PokemonTower_3F_Text_HopeDefeat
|
|
msgbox PokemonTower_3F_Text_HopePostBattle, MSGBOX_AUTOCLOSE
|
|
end
|