Remove address comments

This commit is contained in:
GriffinR
2022-06-24 21:10:48 -04:00
parent d73f39ae40
commit 9cde4e0f74
802 changed files with 20272 additions and 20272 deletions
+6 -6
View File
@@ -1,17 +1,17 @@
PokemonMansion_1F_MapScripts:: @ 81621F9
PokemonMansion_1F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, PokemonMansion_1F_OnLoad
map_script MAP_SCRIPT_ON_TRANSITION, PokemonMansion_1F_OnTransition
.byte 0
PokemonMansion_1F_OnLoad:: @ 8162204
PokemonMansion_1F_OnLoad::
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_1F
end
PokemonMansion_1F_OnTransition:: @ 816220E
PokemonMansion_1F_OnTransition::
setworldmapflag FLAG_WORLD_MAP_POKEMON_MANSION_1F
end
PokemonMansion_1F_EventScript_Statue:: @ 8162212
PokemonMansion_1F_EventScript_Statue::
lockall
setvar VAR_0x8004, 0
call PokemonMansion_EventScript_SecretSwitch
@@ -21,12 +21,12 @@ PokemonMansion_1F_EventScript_Statue:: @ 8162212
releaseall
end
PokemonMansion_1F_EventScript_Ted:: @ 8162226
PokemonMansion_1F_EventScript_Ted::
trainerbattle_single TRAINER_SCIENTIST_TED, PokemonMansion_1F_Text_TedIntro, PokemonMansion_1F_Text_TedDefeat
msgbox PokemonMansion_1F_Text_TedPostBattle, MSGBOX_AUTOCLOSE
end
PokemonMansion_1F_EventScript_Johnson:: @ 816223D
PokemonMansion_1F_EventScript_Johnson::
trainerbattle_single TRAINER_YOUNGSTER_JOHNSON, PokemonMansion_1F_Text_JohnsonIntro, PokemonMansion_1F_Text_JohnsonDefeat
msgbox PokemonMansion_1F_Text_JohnsonPostBattle, MSGBOX_AUTOCLOSE
end
+6 -6
View File
@@ -1,23 +1,23 @@
PokemonMansion_1F_Text_TedIntro:: @ 8177364
PokemonMansion_1F_Text_TedIntro::
.string "Who are you?\n"
.string "There shouldn't be anyone here.$"
PokemonMansion_1F_Text_TedDefeat:: @ 8177391
PokemonMansion_1F_Text_TedDefeat::
.string "Ouch!$"
PokemonMansion_1F_Text_TedPostBattle:: @ 8177397
PokemonMansion_1F_Text_TedPostBattle::
.string "A key? I don't know what you're\n"
.string "talking about.$"
PokemonMansion_1F_Text_JohnsonIntro:: @ 81773C6
PokemonMansion_1F_Text_JohnsonIntro::
.string "W-w-waah! You startled me!\n"
.string "I thought you were a ghost.$"
PokemonMansion_1F_Text_JohnsonDefeat:: @ 81773FD
PokemonMansion_1F_Text_JohnsonDefeat::
.string "Tch!\n"
.string "I can't get any wins.$"
PokemonMansion_1F_Text_JohnsonPostBattle:: @ 8177418
PokemonMansion_1F_Text_JohnsonPostBattle::
.string "I was exploring here by myself,\n"
.string "but I feel spooked.\p"
.string "I ought to go soon.$"