Document pc.inc and prof_birch.inc
This commit is contained in:
@@ -4,63 +4,63 @@ EventScript_PC:: @ 8271D92
|
||||
special DoPCTurnOnEffect
|
||||
playse SE_PC_ON
|
||||
msgbox Text_BootUpPC, MSGBOX_DEFAULT
|
||||
goto EventScript_271DAC
|
||||
goto EventScript_PCMainMenu
|
||||
end
|
||||
|
||||
EventScript_271DAC:: @ 8271DAC
|
||||
EventScript_PCMainMenu:: @ 8271DAC
|
||||
message gText_WhichPCShouldBeAccessed
|
||||
waitmessage
|
||||
special ScriptMenu_CreatePCMultichoice
|
||||
waitstate
|
||||
goto EventScript_271DBC
|
||||
goto EventScript_AccessPC
|
||||
end
|
||||
|
||||
EventScript_271DBC:: @ 8271DBC
|
||||
EventScript_AccessPC:: @ 8271DBC
|
||||
switch VAR_RESULT
|
||||
case 0, EventScript_271E0E
|
||||
case 1, EventScript_271DF9
|
||||
case 2, EventScript_271E54
|
||||
case 3, EventScript_271E47
|
||||
case MULTI_B_PRESSED, EventScript_271E47
|
||||
case 0, EventScript_AccessPokemonStorage
|
||||
case 1, EventScript_AccessPlayersPC
|
||||
case 2, EventScript_AccessHallOfFame
|
||||
case 3, EventScript_TurnOffPC
|
||||
case MULTI_B_PRESSED, EventScript_TurnOffPC
|
||||
end
|
||||
|
||||
EventScript_271DF9:: @ 8271DF9
|
||||
EventScript_AccessPlayersPC:: @ 8271DF9
|
||||
playse SE_PC_LOGIN
|
||||
msgbox gText_AccessedPlayersPC, MSGBOX_DEFAULT
|
||||
special PlayerPC
|
||||
waitstate
|
||||
goto EventScript_271DAC
|
||||
goto EventScript_PCMainMenu
|
||||
end
|
||||
|
||||
EventScript_271E0E:: @ 8271E0E
|
||||
EventScript_AccessPokemonStorage:: @ 8271E0E
|
||||
playse SE_PC_LOGIN
|
||||
call_if_unset FLAG_SYS_PC_LANETTE, EventScript_271E35
|
||||
call_if_set FLAG_SYS_PC_LANETTE, EventScript_271E3E
|
||||
call_if_unset FLAG_SYS_PC_LANETTE, EventScript_AccessSomeonesPC
|
||||
call_if_set FLAG_SYS_PC_LANETTE, EventScript_AccessLanettesPC
|
||||
msgbox gText_StorageSystemOpened, MSGBOX_DEFAULT
|
||||
special ShowPokemonStorageSystemPC
|
||||
waitstate
|
||||
goto EventScript_271DAC
|
||||
goto EventScript_PCMainMenu
|
||||
end
|
||||
|
||||
EventScript_271E35:: @ 8271E35
|
||||
EventScript_AccessSomeonesPC:: @ 8271E35
|
||||
msgbox gText_AccessedSomeonesPC, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
EventScript_271E3E:: @ 8271E3E
|
||||
EventScript_AccessLanettesPC:: @ 8271E3E
|
||||
msgbox gText_AccessedLanettesPC, MSGBOX_DEFAULT
|
||||
return
|
||||
|
||||
EventScript_271E47:: @ 8271E47
|
||||
EventScript_TurnOffPC:: @ 8271E47
|
||||
setvar VAR_0x8004, 0
|
||||
playse SE_PC_OFF
|
||||
special DoPCTurnOffEffect
|
||||
releaseall
|
||||
end
|
||||
|
||||
EventScript_271E54:: @ 8271E54
|
||||
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_271E47
|
||||
EventScript_AccessHallOfFame:: @ 8271E54
|
||||
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_TurnOffPC
|
||||
playse SE_PC_LOGIN
|
||||
special AccessHallOfFamePC
|
||||
waitstate
|
||||
goto EventScript_271DBC
|
||||
goto EventScript_AccessPC
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user