summaryrefslogtreecommitdiff
path: root/data/scripts/pc.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-31 13:42:52 -0400
committerGitHub <noreply@github.com>2020-08-31 13:42:52 -0400
commit69ce45f71f49c859ca7adc07902842503c07d405 (patch)
tree06f27893dcbc5a32d898325df733bf33d1aabae6 /data/scripts/pc.inc
parentd7ec1d234b260df869213e195055dd75bcbe5cf3 (diff)
parented714f1d4910e6107f684a0f27566a0fe7c6ec6f (diff)
Merge pull request #799 from GriffinRichards/rename-songs
Give songs meaningful english names
Diffstat (limited to 'data/scripts/pc.inc')
-rw-r--r--data/scripts/pc.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/pc.inc b/data/scripts/pc.inc
index 91b47004d..a8c1cff90 100644
--- a/data/scripts/pc.inc
+++ b/data/scripts/pc.inc
@@ -25,7 +25,7 @@ EventScript_AccessPC:
end
EventScript_AccessPlayersPC:
- playse SE_PC_LOGON
+ playse SE_PC_LOGIN
msgbox Text_AccessedPlayersPC, MSGBOX_DEFAULT
special PlayerPC
waitstate
@@ -33,7 +33,7 @@ EventScript_AccessPlayersPC:
end
EventScript_AccessPokemonStorage:
- playse SE_PC_LOGON
+ playse SE_PC_LOGIN
call_if_unset FLAG_SYS_PC_LANETTE, EventScript_AccessSomeonesPC
call_if_set FLAG_SYS_PC_LANETTE, EventScript_AccessLanettesPC
msgbox Text_StorageSystemOpened, MSGBOX_DEFAULT
@@ -59,7 +59,7 @@ EventScript_TurnOffPC:
EventScript_AccessHallOfFame:
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_TurnOffPC
- playse SE_PC_LOGON
+ playse SE_PC_LOGIN
special AccessHallOfFamePC
waitstate
goto EventScript_AccessPC