diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-05 22:50:45 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-05 19:50:45 -0800 |
commit | 94fb9ab2a9ed111c72a80693d8f29ea4bc531898 (patch) | |
tree | 52132446f6fd434cf710b54da5d41a9c0130f437 /data/text | |
parent | 8be8af5dbe3d100a395be8e2bb441f1b983978d6 (diff) |
more labels (#165)
* more labels and match sub_810745C
* formatting
* move BattleStruct to battle.h and combine both loose structs
* oops
* more labels for rom4.c
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/cable_club.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/text/cable_club.inc b/data/text/cable_club.inc index 1d3c7fd92..a4c8bc7c0 100644 --- a/data/text/cable_club.inc +++ b/data/text/cable_club.inc @@ -127,22 +127,22 @@ OldaleTown_PokemonCenter_2F_Text_1A4C38:: @ 81A4C38 .string "Please confirm the number of players\n" .string "and start again.$" -UnknownString_81A4C6E: @ 81A4C6E +TradeRoom_WillLinkBeTerminated: @ 81A4C6E .string "The link will be terminated if you\n" .string "leave the room. Is that okay?$" -UnknownString_81A4CAF: @ 81A4CAF +TradeRoom_TerminatingLink: @ 81A4CAF .string "Terminating link... You will be\n" .string "escorted out of the room. Please wait.$" -UnknownString_81A4CF6: @ 81A4CF6 +CableClub_TooBusyToNotice: @ 81A4CF6 .string "This TRAINER is too busy to notice...$" -UnknownString_81A4D1C: @ 81A4D1C +CableClub_LookAtTrainerCard1: @ 81A4D1C .string "Score! Got to look at {STR_VAR_1}’s\n" .string "TRAINER CARD!$" -UnknownString_81A4D45: @ 81A4D45 +CableClub_LookAtTrainerCard2: @ 81A4D45 .string "Score! Got to look at {STR_VAR_1}’s\n" .string "TRAINER CARD! It’s a {STR_VAR_2} card!$" |