Fix Celedon typo

This commit is contained in:
dannye 2023-11-19 12:33:30 -06:00
parent dc705d25c5
commit 9f2d6aa0a8
3 changed files with 9 additions and 9 deletions

View file

@ -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:

View file

@ -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