diff options
author | YamaArashi <shadow962@live.com> | 2016-09-10 22:40:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-10 22:40:33 -0700 |
commit | 0f2e0c96a733bbceb8ea8f0e1d40796695ecf2fa (patch) | |
tree | 98f7613d7eb9bc3265fe2f56625884edd70e8250 /data/text | |
parent | e090eef838387bd8b3ebc78ddd9d6c97f249b84a (diff) |
build revision 1 and 2
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.$" |