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 /scripts/CeladonCity.asm | |
| 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 'scripts/CeladonCity.asm')
| -rw-r--r-- | scripts/CeladonCity.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/CeladonCity.asm b/scripts/CeladonCity.asm index ee62c78b..60ca58c3 100644 --- a/scripts/CeladonCity.asm +++ b/scripts/CeladonCity.asm @@ -65,20 +65,20 @@ CeladonCityGramps3Text: jp TextScriptEnd .Text: - text_far _CeledonCityGramps3Text + text_far _CeladonCityGramps3Text text_end .ReceivedTM41Text: - text_far _CeledonCityGramps3ReceivedTM41Text + text_far _CeladonCityGramps3ReceivedTM41Text sound_get_item_1 text_end .TM41ExplanationText: - text_far _CeledonCityGramps3TM41ExplanationText + text_far _CeladonCityGramps3TM41ExplanationText text_end .TM41NoRoomText: - text_far _CeledonCityGramps3TM41NoRoomText + text_far _CeladonCityGramps3TM41NoRoomText text_end CeladonCityFisherText: |
