You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Name a lot of text labels according to our conventions
This commit is contained in:
@@ -106,7 +106,7 @@ LinkReceptionistScript_Trade:
|
||||
|
||||
.FriendNotReady:
|
||||
special WaitForOtherPlayerToExit
|
||||
writetext Text_FriendNotReady
|
||||
writetext YourFriendIsNotReadyText
|
||||
closetext
|
||||
end
|
||||
|
||||
@@ -208,7 +208,7 @@ LinkReceptionistScript_Battle:
|
||||
|
||||
.FriendNotReady:
|
||||
special WaitForOtherPlayerToExit
|
||||
writetext Text_FriendNotReady
|
||||
writetext YourFriendIsNotReadyText
|
||||
closetext
|
||||
end
|
||||
|
||||
@@ -341,7 +341,7 @@ LinkReceptionistScript_TimeCapsule:
|
||||
|
||||
.FriendNotReady:
|
||||
special WaitForOtherPlayerToExit
|
||||
writetext Text_FriendNotReady
|
||||
writetext YourFriendIsNotReadyText
|
||||
closetext
|
||||
end
|
||||
|
||||
@@ -853,7 +853,7 @@ Text_TimeCapsuleReceptionistIntro:
|
||||
line "trade across time?"
|
||||
done
|
||||
|
||||
Text_FriendNotReady:
|
||||
YourFriendIsNotReadyText:
|
||||
text "Your friend is not"
|
||||
line "ready."
|
||||
prompt
|
||||
|
||||
Reference in New Issue
Block a user