summaryrefslogtreecommitdiff
path: root/data/scripts/pc.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-29 01:47:36 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-29 01:47:36 -0400
commit038abf80ba30a277420e0381312c0cfc2296811e (patch)
treeab951530e74209c0da170bc74ddd8b5a456bab9a /data/scripts/pc.inc
parentd7ec1d234b260df869213e195055dd75bcbe5cf3 (diff)
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