diff options
author | dannye <33dannye@gmail.com> | 2021-06-11 17:44:59 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-06-11 17:44:59 -0500 |
commit | d5262b8b07335cc89289d9443ee9501579d1170a (patch) | |
tree | 09d6939914e5b4003098d351ffd99239b7abe644 /src/text | |
parent | 786574f7dde16b756ef6ae81e17a58d65bbb2888 (diff) |
Fix Ninetales typos
Diffstat (limited to 'src/text')
-rw-r--r-- | src/text/text10.asm | 8 | ||||
-rw-r--r-- | src/text/text_offsets.asm | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/text/text10.asm b/src/text/text10.asm index 4a79b12..e000a3b 100644 --- a/src/text/text10.asm +++ b/src/text/text10.asm @@ -869,11 +869,11 @@ VulpixDescription: ; 5a163 (16:6163) line "tip as it grows older." done -NinetailsName: ; 5a1c0 (16:61c0) +NinetalesName: ; 5a1c0 (16:61c0) text "Ninetails" done -NinetailsLureDescription: ; 5a1cb (16:61cb) +NinetalesLureDescription: ; 5a1cb (16:61cb) text "If your opponent has any Benched" line "Pokémon, choose 1 of them and switch" line "it with the Defending Pokémon." @@ -889,7 +889,7 @@ FireBlastDescription: ; 5a23d (16:623d) line "attack." done -Ninetails1Description: ; 5a28a (16:628a) +Ninetales1Description: ; 5a28a (16:628a) text "Very smart and very vengeful." line "Grabbing one of its many tails could" line "result in a 1,000-year curse." @@ -924,7 +924,7 @@ DancingEmbersDescription: ; 5a441 (16:6441) line "damage times the number of heads." done -Ninetails2Description: ; 5a486 (16:6486) +Ninetales2Description: ; 5a486 (16:6486) text "According to an enduring legend," line "9 noble heroes were united and" line "reincarnated as this." diff --git a/src/text/text_offsets.asm b/src/text/text_offsets.asm index ee0f3a2..0d212c2 100644 --- a/src/text/text_offsets.asm +++ b/src/text/text_offsets.asm @@ -2280,17 +2280,17 @@ TextOffsets:: ; 34000 (d:4000) textpointer ConfuseRayName ; 0x08e4 textpointer FoxName ; 0x08e5 textpointer VulpixDescription ; 0x08e6 - textpointer NinetailsName ; 0x08e7 - textpointer NinetailsLureDescription ; 0x08e8 + textpointer NinetalesName ; 0x08e7 + textpointer NinetalesLureDescription ; 0x08e8 textpointer FireBlastName ; 0x08e9 textpointer FireBlastDescription ; 0x08ea - textpointer Ninetails1Description ; 0x08eb + textpointer Ninetales1Description ; 0x08eb textpointer MixUpName ; 0x08ec textpointer MixUpDescription ; 0x08ed textpointer MixUpDescriptionCont ; 0x08ee textpointer DancingEmbersName ; 0x08ef textpointer DancingEmbersDescription ; 0x08f0 - textpointer Ninetails2Description ; 0x08f1 + textpointer Ninetales2Description ; 0x08f1 textpointer GrowlitheName ; 0x08f2 textpointer FlareName ; 0x08f3 textpointer PuppyName ; 0x08f4 |