diff options
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/cable_club.s | 4 | ||||
-rw-r--r-- | data/text/tv.s | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/text/cable_club.s b/data/text/cable_club.s index 54f9bda5a..1d3c7fd92 100644 --- a/data/text/cable_club.s +++ b/data/text/cable_club.s @@ -13,7 +13,11 @@ OldaleTown_PokemonCenter_2F_Text_1A457E:: @ 81A457E OldaleTown_PokemonCenter_2F_Text_1A45FE:: @ 81A45FE .string "Welcome to the POKéMON CABLE CLUB\n" + .if REVISION >= 1 + .string "RECORD CORNER.\p" + .else .string "RECORD CENTER.\p" + .endif .string "You may mix your records as a TRAINER\n" .string "with the records of your friends.\p" .string "Would you like to mix records?$" diff --git a/data/text/tv.s b/data/text/tv.s index fc26766b1..d2cc1a6fa 100644 --- a/data/text/tv.s +++ b/data/text/tv.s @@ -906,7 +906,11 @@ UnknownString_81AB381:: @ 81AB381 .string "Hello!\p" .string "It’s time for TODAY’S SMART SHOPPER.\p" .string "INTERVIEWER: How are you, viewers?\p" + .if REVISION >= 1 + .string "Today we’re visiting a shop\n" + .else .string "Today we’re visiting the POKéMON MART\n" + .endif .string "in {STR_VAR_2}.\p" .string "Let’s check on what the hot sellers\n" .string "have been recently.$" |