Skip to content

Commit

Permalink
Fix Celedon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Nov 19, 2023
1 parent dc705d2 commit 9f2d6aa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion data/maps/objects/Route19.asm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Route19_Object:

def_object_events
object_event 8, 7, SPRITE_COOLTRAINER_M, STAY, LEFT, TEXT_ROUTE19_COOLTRAINER_M1, OPP_SWIMMER, 2
object_event 13, 7, SPRITE_COOLTRAINER_M,STAY, LEFT, TEXT_ROUTE19_COOLTRAINER_M2, OPP_SWIMMER, 3
object_event 13, 7, SPRITE_COOLTRAINER_M, STAY, LEFT, TEXT_ROUTE19_COOLTRAINER_M2, OPP_SWIMMER, 3
object_event 13, 25, SPRITE_SWIMMER, STAY, LEFT, TEXT_ROUTE19_SWIMMER1, OPP_SWIMMER, 4
object_event 4, 27, SPRITE_SWIMMER, STAY, RIGHT, TEXT_ROUTE19_SWIMMER2, OPP_SWIMMER, 5
object_event 16, 31, SPRITE_SWIMMER, STAY, UP, TEXT_ROUTE19_SWIMMER3, OPP_SWIMMER, 6
Expand Down
8 changes: 4 additions & 4 deletions scripts/CeladonCity.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions text/CeladonCity.asm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ _CeladonCityGramps2Text::
cont "coins for prizes!"
done

_CeledonCityGramps3Text::
_CeladonCityGramps3Text::
text "Hello, there!"

para "I've seen you,"
Expand All @@ -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!"

Expand All @@ -57,7 +57,7 @@ _CeledonCityGramps3TM41ExplanationText::
line "CHANSEY!"
done

_CeledonCityGramps3TM41NoRoomText::
_CeladonCityGramps3TM41NoRoomText::
text "Oh, your pack is"
line "full of items!"
done
Expand Down

0 comments on commit 9f2d6aa

Please sign in to comment.