diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-19 12:34:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-19 12:34:20 -0500 |
commit | 567589d3ddc30c1a78ce76739f278e4d8f35ef5f (patch) | |
tree | b44bb56f76662182d7b51302c1817592491d0ca0 /data/text/help_system.inc | |
parent | 7984a91c0892e0bd96ace89405d565ec0b43e084 (diff) | |
parent | 3d123182a8fe8182f66d5e265067107bc276b84e (diff) |
Merge pull request #187 from PikalaxALT/leafgreen
Match Pokemon FireRed 1.1 US
Diffstat (limited to 'data/text/help_system.inc')
-rw-r--r-- | data/text/help_system.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/text/help_system.inc b/data/text/help_system.inc index 7a74de349..ccc57332b 100644 --- a/data/text/help_system.inc +++ b/data/text/help_system.inc @@ -980,8 +980,13 @@ gUnknown_81B752C:: @ 81B752C .string " the POKéDEX list.\n" .string "{CIRCLE_2} A caught POKéMON will provide a\n" .string " large amount of data.\n" + .if REVISION < 1 .string "{CIRCLE_3} Select “AREA” to display the TOWN\n" .string " MAP with the POKéMON's habitat(s).$" + .else + .string "{CIRCLE_3} Select “NEXT DATA” to display the\n" + .string " TOWN MAP with its habitat(s).$" + .endif gUnknown_81B7611:: @ 81B7611 .string "{CIRCLE_1} Go up to the PC at home, then press\n" |