From 0f2e0c96a733bbceb8ea8f0e1d40796695ecf2fa Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sat, 10 Sep 2016 22:40:33 -0700 Subject: build revision 1 and 2 --- data/text/cable_club.s | 4 ++++ data/text/tv.s | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'data/text') 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.$" -- cgit v1.2.3