diff options
| author | dannye <33dannye@gmail.com> | 2023-11-19 12:33:30 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-19 12:33:30 -0600 |
| commit | 9f2d6aa0a877b57eb65bce4bf3cde8a3f960bcc8 (patch) | |
| tree | 28b6f1337f75cc1fed5aa2bd4a5b2d13d2a12f7c /text | |
| parent | Correct wTilePlayerStandingOn "unused?" comment (#433) (diff) | |
| download | pokeyellow-9f2d6aa0a877b57eb65bce4bf3cde8a3f960bcc8.tar.gz pokeyellow-9f2d6aa0a877b57eb65bce4bf3cde8a3f960bcc8.tar.xz pokeyellow-9f2d6aa0a877b57eb65bce4bf3cde8a3f960bcc8.zip | |
Fix Celedon typo
Diffstat (limited to 'text')
| -rw-r--r-- | text/CeladonCity.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/text/CeladonCity.asm b/text/CeladonCity.asm index 8baaf8d3..d1ea4147 100644 --- a/text/CeladonCity.asm +++ b/text/CeladonCity.asm @@ -28,7 +28,7 @@ _CeladonCityGramps2Text:: cont "coins for prizes!" done -_CeledonCityGramps3Text:: +_CeladonCityGramps3Text:: text "Hello, there!" para "I've seen you," @@ -39,14 +39,14 @@ _CeledonCityGramps3Text:: line "dropping by!" prompt -_CeledonCityGramps3ReceivedTM41Text:: +_CeladonCityGramps3ReceivedTM41Text:: text "<PLAYER> received" line "@" text_ram wStringBuffer text "!@" text_end -_CeledonCityGramps3TM41ExplanationText:: +_CeladonCityGramps3TM41ExplanationText:: text "TM41 teaches" line "SOFTBOILED!" @@ -57,7 +57,7 @@ _CeledonCityGramps3TM41ExplanationText:: line "CHANSEY!" done -_CeledonCityGramps3TM41NoRoomText:: +_CeladonCityGramps3TM41NoRoomText:: text "Oh, your pack is" line "full of items!" done |
