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
@@ -1,35 +1,35 @@
PalletTown_PlayersHouse_2F_MapScripts:: @ 8168CA3
PalletTown_PlayersHouse_2F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, PalletTown_PlayersHouse_2F_OnTransition
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, PalletTown_PlayersHouse_2F_OnWarp
.byte 0
PalletTown_PlayersHouse_2F_OnTransition:: @ 8168CAE
PalletTown_PlayersHouse_2F_OnTransition::
compare VAR_MAP_SCENE_PALLET_TOWN_PLAYERS_HOUSE_2F, 0
call_if_eq PalletTown_PlayersHouse_2F_EventScript_SetRespawn
end
PalletTown_PlayersHouse_2F_EventScript_SetRespawn:: @ 8168CBA
PalletTown_PlayersHouse_2F_EventScript_SetRespawn::
setrespawn SPAWN_PALLET_TOWN
return
PalletTown_PlayersHouse_2F_OnWarp:: @ 8168CBE
PalletTown_PlayersHouse_2F_OnWarp::
map_script_2 VAR_MAP_SCENE_PALLET_TOWN_PLAYERS_HOUSE_2F, 0, PalletTown_PlayersHouse_2F_FirstWarpIn
.2byte 0
PalletTown_PlayersHouse_2F_FirstWarpIn:: @ 8168CC8
PalletTown_PlayersHouse_2F_FirstWarpIn::
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
setvar VAR_MAP_SCENE_PALLET_TOWN_PLAYERS_HOUSE_2F, 1
end
PalletTown_PlayersHouse_2F_EventScript_NES:: @ 8168CD2
PalletTown_PlayersHouse_2F_EventScript_NES::
msgbox PalletTown_PlayersHouse_2F_Text_PlayedWithNES, MSGBOX_SIGN
end
PalletTown_PlayersHouse_2F_EventScript_Sign:: @ 8168CDB
PalletTown_PlayersHouse_2F_EventScript_Sign::
msgbox PalletTown_PlayersHouse_2F_Text_PressLRForHelp, MSGBOX_SIGN
end
PalletTown_PlayersHouse_2F_EventScript_PC:: @ 8168CE4
PalletTown_PlayersHouse_2F_EventScript_PC::
goto_if_questlog EventScript_ReleaseEnd
lockall
setvar VAR_0x8004, HELPCONTEXT_BEDROOM_PC
@@ -44,7 +44,7 @@ PalletTown_PlayersHouse_2F_EventScript_PC:: @ 8168CE4
releaseall
end
EventScript_PalletTown_PlayersHouse_2F_ShutDownPC:: @ 8168D17
EventScript_PalletTown_PlayersHouse_2F_ShutDownPC::
setvar VAR_0x8004, 1
playse SE_PC_OFF
special AnimatePcTurnOff
@@ -1,9 +1,9 @@
PalletTown_PlayersHouse_2F_Text_PlayedWithNES:: @ 818D50B
PalletTown_PlayersHouse_2F_Text_PlayedWithNES::
.string "{PLAYER} played with the NES.\p"
.string "…Okay!\n"
.string "It's time to go!$"
PalletTown_PlayersHouse_2F_Text_PressLRForHelp:: @ 818D53B
PalletTown_PlayersHouse_2F_Text_PressLRForHelp::
.string "It's a posted notice…\p"
.string "If you're confused, ask for HELP!\n"
.string "Press the L or R Button!$"