diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-24 14:42:46 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-24 20:46:09 -0500 |
commit | c0be66fc2e0ace7a9004fcbebe3a7595c30cda87 (patch) | |
tree | 947ee58af189e0ff488e1eb556d951d1393dcd5f /data/text | |
parent | 85e5c57e8c86cca00e8bfc7d54e21d08c9e62e69 (diff) |
Document Viridian City scripts and adjacent routes
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/aide.inc | 15 | ||||
-rw-r--r-- | data/text/fame_checker.inc | 2 |
2 files changed, 16 insertions, 1 deletions
diff --git a/data/text/aide.inc b/data/text/aide.inc new file mode 100644 index 000000000..70bf4aa70 --- /dev/null +++ b/data/text/aide.inc @@ -0,0 +1,15 @@ +Aide_Text_HaventCaughtEnoughMonsForItem:: @ 81A58A7 + .string "Let's see…\n" + .string "Uh-oh! You have caught only\l" + .string "{STR_VAR_3} kinds of POKéMON!\p" + .string "You need {STR_VAR_1} kinds\n" + .string "if you want the {STR_VAR_2}.$" + +Aide_Text_GetEnoughMonsComeBackForItem:: @ 81A5909 + .string "…Oh. I see.\p" + .string "When you get {STR_VAR_1} kinds of POKéMON,\n" + .string "come back for the {STR_VAR_2}.$" + +Aide_Text_DontHaveAnyRoomForItem:: @ 81A594D + .string "Oh! I see you don't have any\n" + .string "room for the {STR_VAR_2}.$" diff --git a/data/text/fame_checker.inc b/data/text/fame_checker.inc index ded2719f6..7a651e229 100644 --- a/data/text/fame_checker.inc +++ b/data/text/fame_checker.inc @@ -1461,7 +1461,7 @@ gUnknown_81B1A31:: @ 81B1A31 .string "be the elder of a famous clan of\l" .string "dragon masters.$" -gUnknown_81B1AB9:: @ 81B1AB9 +PokemonJournal_Text_SpecialFeatureProfOak:: @ 81B1AB9 .string "POKéMON JOURNAL\p" .string "Special Feature: PROF. OAK,\n" .string "the POKéMON Researcher!\p" |