Remove address comments
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
PokemonTower_6F_MapScripts:: @ 81634B7
|
||||
PokemonTower_6F_MapScripts::
|
||||
.byte 0
|
||||
|
||||
PokemonTower_6F_EventScript_MarowakGhost:: @ 81634B8
|
||||
PokemonTower_6F_EventScript_MarowakGhost::
|
||||
lockall
|
||||
textcolor 2
|
||||
msgbox PokemonTower_6F_Text_BeGoneIntruders
|
||||
@@ -17,7 +17,7 @@ PokemonTower_6F_EventScript_MarowakGhost:: @ 81634B8
|
||||
releaseall
|
||||
end
|
||||
|
||||
PokemonTower_6F_EventScript_DefeatedMarowakGhost:: @ 81634F5
|
||||
PokemonTower_6F_EventScript_DefeatedMarowakGhost::
|
||||
message PokemonTower_6F_Text_GhostWasCubonesMother
|
||||
waitmessage
|
||||
waitse
|
||||
@@ -29,21 +29,21 @@ PokemonTower_6F_EventScript_DefeatedMarowakGhost:: @ 81634F5
|
||||
releaseall
|
||||
end
|
||||
|
||||
PokemonTower_6F_Movement_ForcePlayerUp:: @ 8163512
|
||||
PokemonTower_6F_Movement_ForcePlayerUp::
|
||||
walk_up
|
||||
step_end
|
||||
|
||||
PokemonTower_6F_EventScript_Angelica:: @ 8163514
|
||||
PokemonTower_6F_EventScript_Angelica::
|
||||
trainerbattle_single TRAINER_CHANNELER_ANGELICA, PokemonTower_6F_Text_AngelicaIntro, PokemonTower_6F_Text_AngelicaDefeat
|
||||
msgbox PokemonTower_6F_Text_AngelicaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
PokemonTower_6F_EventScript_Emilia:: @ 816352B
|
||||
PokemonTower_6F_EventScript_Emilia::
|
||||
trainerbattle_single TRAINER_CHANNELER_EMILIA, PokemonTower_6F_Text_EmiliaIntro, PokemonTower_6F_Text_EmiliaDefeat
|
||||
msgbox PokemonTower_6F_Text_EmiliaPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
PokemonTower_6F_EventScript_Jennifer:: @ 8163542
|
||||
PokemonTower_6F_EventScript_Jennifer::
|
||||
trainerbattle_single TRAINER_CHANNELER_JENNIFER, PokemonTower_6F_Text_JenniferIntro, PokemonTower_6F_Text_JenniferDefeat
|
||||
msgbox PokemonTower_6F_Text_JenniferPostBattle, MSGBOX_AUTOCLOSE
|
||||
end
|
||||
|
||||
@@ -1,43 +1,43 @@
|
||||
PokemonTower_6F_Text_AngelicaIntro:: @ 817A243
|
||||
PokemonTower_6F_Text_AngelicaIntro::
|
||||
.string "Give…me…\n"
|
||||
.string "blood…$"
|
||||
|
||||
PokemonTower_6F_Text_AngelicaDefeat:: @ 817A253
|
||||
PokemonTower_6F_Text_AngelicaDefeat::
|
||||
.string "Groan!$"
|
||||
|
||||
PokemonTower_6F_Text_AngelicaPostBattle:: @ 817A25A
|
||||
PokemonTower_6F_Text_AngelicaPostBattle::
|
||||
.string "I feel anemic and weak…$"
|
||||
|
||||
PokemonTower_6F_Text_EmiliaIntro:: @ 817A272
|
||||
PokemonTower_6F_Text_EmiliaIntro::
|
||||
.string "Urff…\n"
|
||||
.string "Kwaah!$"
|
||||
|
||||
PokemonTower_6F_Text_EmiliaDefeat:: @ 817A27F
|
||||
PokemonTower_6F_Text_EmiliaDefeat::
|
||||
.string "Something fell out!$"
|
||||
|
||||
PokemonTower_6F_Text_EmiliaPostBattle:: @ 817A293
|
||||
PokemonTower_6F_Text_EmiliaPostBattle::
|
||||
.string "My hair didn't fall out!\n"
|
||||
.string "It was a malevolent spirit!$"
|
||||
|
||||
PokemonTower_6F_Text_JenniferIntro:: @ 817A2C8
|
||||
PokemonTower_6F_Text_JenniferIntro::
|
||||
.string "Ke…ke…ke…\n"
|
||||
.string "ke…ke…ke!$"
|
||||
|
||||
PokemonTower_6F_Text_JenniferDefeat:: @ 817A2DC
|
||||
PokemonTower_6F_Text_JenniferDefeat::
|
||||
.string "Keee!$"
|
||||
|
||||
PokemonTower_6F_Text_JenniferPostBattle:: @ 817A2E2
|
||||
PokemonTower_6F_Text_JenniferPostBattle::
|
||||
.string "What's going on here?$"
|
||||
|
||||
PokemonTower_6F_Text_BeGoneIntruders:: @ 817A2F8
|
||||
PokemonTower_6F_Text_BeGoneIntruders::
|
||||
.string "Be gone…\n"
|
||||
.string "Intruders…$"
|
||||
|
||||
PokemonTower_6F_Text_GhostWasCubonesMother:: @ 817A30C
|
||||
PokemonTower_6F_Text_GhostWasCubonesMother::
|
||||
.string "The ghost was the restless spirit\n"
|
||||
.string "of CUBONE's mother!$"
|
||||
|
||||
PokemonTower_6F_Text_MothersSpiritWasCalmed:: @ 817A342
|
||||
PokemonTower_6F_Text_MothersSpiritWasCalmed::
|
||||
.string "The mother's spirit was calmed.\p"
|
||||
.string "It departed to the afterlife…$"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user