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
+12 -12
View File
@@ -1,4 +1,4 @@
EventScript_PC:: @ 81A6955
EventScript_PC::
goto_if_questlog EventScript_ReleaseEnd
lockall
goto_if_set FLAG_SYS_PC_STORAGE_DISABLED, EventScript_PCDisabled
@@ -12,12 +12,12 @@ EventScript_PC:: @ 81A6955
end
@ For when the player first arrives on One Island
EventScript_PCDisabled:: @ 81A698E
EventScript_PCDisabled::
msgbox OneIsland_PokemonCenter_1F_Text_UsualPCServicesUnavailable
releaseall
end
EventScript_PCMainMenu:: @ 81A6998
EventScript_PCMainMenu::
message Text_AccessWhichPC
waitmessage
special CreatePCMenu
@@ -25,7 +25,7 @@ EventScript_PCMainMenu:: @ 81A6998
goto EventScript_ChoosePCMenu
end
EventScript_ChoosePCMenu:: @ 81A69A8
EventScript_ChoosePCMenu::
switch VAR_RESULT
case 0, EventScript_AccessPokemonStorage
case 1, EventScript_AccessPlayersPC
@@ -35,7 +35,7 @@ EventScript_ChoosePCMenu:: @ 81A69A8
case SCR_MENU_CANCEL, EventScript_TurnOffPC
end
EventScript_AccessPlayersPC:: @ 81A69F0
EventScript_AccessPlayersPC::
playse SE_PC_LOGIN
msgbox Text_AccessedPlayersPC
special PlayerPC
@@ -43,7 +43,7 @@ EventScript_AccessPlayersPC:: @ 81A69F0
goto EventScript_PCMainMenu
end
EventScript_AccessPokemonStorage:: @ 81A6A05
EventScript_AccessPokemonStorage::
playse SE_PC_LOGIN
call_if_unset FLAG_SYS_NOT_SOMEONES_PC, EventScript_AccessSomeonesPC
call_if_set FLAG_SYS_NOT_SOMEONES_PC, EventScript_AccessBillsPC
@@ -55,15 +55,15 @@ EventScript_AccessPokemonStorage:: @ 81A6A05
goto EventScript_PCMainMenu
end
EventScript_AccessSomeonesPC:: @ 81A6A34
EventScript_AccessSomeonesPC::
msgbox Text_AccessedSomeonesPC
return
EventScript_AccessBillsPC:: @ 81A6A3D
EventScript_AccessBillsPC::
msgbox Text_AccessedBillsPC
return
EventScript_TurnOffPC:: @ 81A6A46
EventScript_TurnOffPC::
setvar VAR_0x8004, 0
playse SE_PC_OFF
special AnimatePcTurnOff
@@ -71,7 +71,7 @@ EventScript_TurnOffPC:: @ 81A6A46
releaseall
end
EventScript_AccessHallOfFame:: @ 81A6A56
EventScript_AccessHallOfFame::
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_TurnOffPC
playse SE_PC_LOGIN
setvar VAR_0x8004, HELPCONTEXT_PC_MISC
@@ -83,7 +83,7 @@ EventScript_AccessHallOfFame:: @ 81A6A56
goto EventScript_ChoosePCMenu
end
EventScript_AccessProfOaksPC:: @ 81A6A7A
EventScript_AccessProfOaksPC::
goto_if_unset FLAG_SYS_POKEDEX_GET, EventScript_TurnOffPC
playse SE_PC_LOGIN
msgbox Text_AccessedProfOaksPC
@@ -96,7 +96,7 @@ EventScript_AccessProfOaksPC:: @ 81A6A7A
goto EventScript_ExitOaksPC
end
EventScript_ExitOaksPC:: @ 81A6AB2
EventScript_ExitOaksPC::
msgbox Text_ClosedLinkToProfOaksPC
goto EventScript_PCMainMenu
end