diff options
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" |