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,12 +1,12 @@
PokemonMansion_3F_MapScripts:: @ 81622A1
PokemonMansion_3F_MapScripts::
map_script MAP_SCRIPT_ON_LOAD, PokemonMansion_3F_OnLoad
.byte 0
PokemonMansion_3F_OnLoad:: @ 81622A7
PokemonMansion_3F_OnLoad::
call_if_set FLAG_POKEMON_MANSION_SWITCH_STATE, PokemonMansion_EventScript_PressSwitch_3F
end
PokemonMansion_3F_EventScript_Statue:: @ 81622B1
PokemonMansion_3F_EventScript_Statue::
lockall
setvar VAR_0x8004, 2
call PokemonMansion_EventScript_SecretSwitch
@@ -16,16 +16,16 @@ PokemonMansion_3F_EventScript_Statue:: @ 81622B1
releaseall
end
PokemonMansion_3F_EventScript_DiaryFeb6th:: @ 81622C5
PokemonMansion_3F_EventScript_DiaryFeb6th::
msgbox PokemonMansion_1F_Text_MewGaveBirthToMewtwo, MSGBOX_SIGN
end
PokemonMansion_3F_EventScript_Simon:: @ 81622CE
PokemonMansion_3F_EventScript_Simon::
trainerbattle_single TRAINER_BURGLAR_SIMON, PokemonMansion_1F_Text_SimonIntro, PokemonMansion_1F_Text_SimonDefeat
msgbox PokemonMansion_1F_Text_SimonPostBattle, MSGBOX_AUTOCLOSE
end
PokemonMansion_3F_EventScript_Braydon:: @ 81622E5
PokemonMansion_3F_EventScript_Braydon::
trainerbattle_single TRAINER_SCIENTIST_BRAYDON, PokemonMansion_1F_Text_BraydonIntro, PokemonMansion_1F_Text_BraydonDefeat
msgbox PokemonMansion_1F_Text_BraydonPostBattle, MSGBOX_AUTOCLOSE
end
+10 -10
View File
@@ -1,34 +1,34 @@
PokemonMansion_Text_PressSecretSwitchJP:: @ 81775B4
PokemonMansion_Text_PressSecretSwitchJP::
.string "ひみつの スイッチが ある!\p"
.string "おして みますか?$"
PokemonMansion_Text_LetsTryIt:: @ 81775CD
PokemonMansion_Text_LetsTryIt::
.string "おしてみよう! ‥ポチッとな$"
PokemonMansion_Text_GaveUpOnPressingSwitch:: @ 81775DC
PokemonMansion_Text_GaveUpOnPressingSwitch::
.string "おすのは あきらめた$"
PokemonMansion_1F_Text_SimonIntro:: @ 81775E7
PokemonMansion_1F_Text_SimonIntro::
.string "This place is, like, huge!$"
PokemonMansion_1F_Text_SimonDefeat:: @ 8177602
PokemonMansion_1F_Text_SimonDefeat::
.string "Ayah!$"
PokemonMansion_1F_Text_SimonPostBattle:: @ 8177608
PokemonMansion_1F_Text_SimonPostBattle::
.string "I wonder where my partner went.$"
PokemonMansion_1F_Text_BraydonIntro:: @ 8177628
PokemonMansion_1F_Text_BraydonIntro::
.string "My mentor once lived here.$"
PokemonMansion_1F_Text_BraydonDefeat:: @ 8177643
PokemonMansion_1F_Text_BraydonDefeat::
.string "Whew!\n"
.string "Overwhelming!$"
PokemonMansion_1F_Text_BraydonPostBattle:: @ 8177657
PokemonMansion_1F_Text_BraydonPostBattle::
.string "So, you're stuck?\n"
.string "Try jumping off over there!$"
PokemonMansion_1F_Text_MewGaveBirthToMewtwo:: @ 8177685
PokemonMansion_1F_Text_MewGaveBirthToMewtwo::
.string "Diary: Feb. 6\n"
.string "MEW gave birth.\p"
.string "We named the newborn MEWTWO.$"