diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-19 16:58:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-19 16:58:51 -0500 |
commit | 407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (patch) | |
tree | 3d98eec0219fa3332fcb9fe808c5fbd91b3ca64f /data/text | |
parent | 055e5d2bbff31a98bcdffec0d7392e7ce77bcd46 (diff) | |
parent | c365f58833d60606b2a759b190b1f35f09f7ee66 (diff) |
Merge pull request #233 from PikalaxALT/item_menu
item_menu
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/teachy_tv.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/teachy_tv.inc b/data/text/teachy_tv.inc index 3989aa5d1..ae0731142 100644 --- a/data/text/teachy_tv.inc +++ b/data/text/teachy_tv.inc @@ -19,7 +19,7 @@ gTeachyTvString_RegisterItem:: @ 841B81B gTeachyTvString_Cancel:: @ 841B836 .string "CANCEL$" -gTeachyTvText_PokeDudeSaysHello:: @ 841B83D +gTeachyTvText_PokedudeSaysHello:: @ 841B83D .string "Hey, all you TRAINERS out there!\n" .string "HELLO, TRAINERS!\p" .string "……… ……… ………\p" @@ -164,7 +164,7 @@ gTeachyTvText_TMsScript1:: @ 841C459 .string "You can check them out in detail,\n" .string "too.$" -gPokeDudeText_TMTypes:: @ 841C587 +gPokedudeText_TMTypes:: @ 841C587 .string "POKé DUDE: NORMAL, WATER, GRASS…\n" .string "TMs also come in types.\p" .string "Check the type and teach it to\n" @@ -175,7 +175,7 @@ gPokeDudeText_TMTypes:: @ 841C587 .string "GRASS-type POKéMON can learn.\p" .string "There's one other thing!$" -gPokeDudeText_ReadTMDescription:: @ 841C693 +gPokedudeText_ReadTMDescription:: @ 841C693 .string "Don't just look at the type, read\n" .string "the description, too.\p" .string "It will contain hints about what\n" |