Remove address comments

This commit is contained in:
GriffinR
2021-07-20 15:18:31 -04:00
parent bea170e8e9
commit 06351bf63c
576 changed files with 17798 additions and 17798 deletions

View File

@@ -1,4 +1,4 @@
EventScript_PC:: @ 8271D92
EventScript_PC::
lockall
setvar VAR_0x8004, 0
special DoPCTurnOnEffect
@@ -7,7 +7,7 @@ EventScript_PC:: @ 8271D92
goto EventScript_PCMainMenu
end
EventScript_PCMainMenu:: @ 8271DAC
EventScript_PCMainMenu::
message gText_WhichPCShouldBeAccessed
waitmessage
special ScriptMenu_CreatePCMultichoice
@@ -15,7 +15,7 @@ EventScript_PCMainMenu:: @ 8271DAC
goto EventScript_AccessPC
end
EventScript_AccessPC:: @ 8271DBC
EventScript_AccessPC::
switch VAR_RESULT
case 0, EventScript_AccessPokemonStorage
case 1, EventScript_AccessPlayersPC
@@ -24,7 +24,7 @@ EventScript_AccessPC:: @ 8271DBC
case MULTI_B_PRESSED, EventScript_TurnOffPC
end
EventScript_AccessPlayersPC:: @ 8271DF9
EventScript_AccessPlayersPC::
playse SE_PC_LOGIN
msgbox gText_AccessedPlayersPC, MSGBOX_DEFAULT
special PlayerPC
@@ -32,7 +32,7 @@ EventScript_AccessPlayersPC:: @ 8271DF9
goto EventScript_PCMainMenu
end
EventScript_AccessPokemonStorage:: @ 8271E0E
EventScript_AccessPokemonStorage::
playse SE_PC_LOGIN
call_if_unset FLAG_SYS_PC_LANETTE, EventScript_AccessSomeonesPC
call_if_set FLAG_SYS_PC_LANETTE, EventScript_AccessLanettesPC
@@ -42,22 +42,22 @@ EventScript_AccessPokemonStorage:: @ 8271E0E
goto EventScript_PCMainMenu
end
EventScript_AccessSomeonesPC:: @ 8271E35
EventScript_AccessSomeonesPC::
msgbox gText_AccessedSomeonesPC, MSGBOX_DEFAULT
return
EventScript_AccessLanettesPC:: @ 8271E3E
EventScript_AccessLanettesPC::
msgbox gText_AccessedLanettesPC, MSGBOX_DEFAULT
return
EventScript_TurnOffPC:: @ 8271E47
EventScript_TurnOffPC::
setvar VAR_0x8004, 0
playse SE_PC_OFF
special DoPCTurnOffEffect
releaseall
end
EventScript_AccessHallOfFame:: @ 8271E54
EventScript_AccessHallOfFame::
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_TurnOffPC
playse SE_PC_LOGIN
special AccessHallOfFamePC