Use constants for PC locations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
EventScript_PC::
|
||||
lockall
|
||||
setvar VAR_0x8004, 0
|
||||
setvar VAR_0x8004, PC_LOCATION_OTHER
|
||||
special DoPCTurnOnEffect
|
||||
playse SE_PC_ON
|
||||
msgbox Text_BootUpPC, MSGBOX_DEFAULT
|
||||
@@ -51,7 +51,7 @@ EventScript_AccessLanettesPC::
|
||||
return
|
||||
|
||||
EventScript_TurnOffPC::
|
||||
setvar VAR_0x8004, 0
|
||||
setvar VAR_0x8004, PC_LOCATION_OTHER
|
||||
playse SE_PC_OFF
|
||||
special DoPCTurnOffEffect
|
||||
releaseall
|
||||
|
||||
Reference in New Issue
Block a user