Skip to content

Commit

Permalink
More grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Oct 4, 2024
1 parent 69d5cdf commit 94ab6f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions maps/MountMoonPokecenter1F.asm
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,20 @@ MountMoonPokecenter1FLassScript:
jumptextfaceplayer MountMoonPokecenter1FLassText

MountMoonPokecenter1FHikerText:
text "Oh my!"
line "I remember there"
text "Oh my! I remember"
line "there was nothing"

para "was nothing built"
line "here when I "
cont "climbed the"
cont "mountain."
para "built here when I"
line "climbed the moun-"
cont "tain."

para "Things change, and"
line "it's getting more"
cont "and more con-"
cont "venient."
cont "convenient."
done

MountMoonPokecenter1FLassText:
text "Many Trainers are"
text "Many trainers are"
line "visiting the"
cont "mountain."

Expand Down Expand Up @@ -66,5 +64,5 @@ MountMoonPokecenter1F_MapEvents:

def_object_events
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, MountMoonPokecenter1FNurseScript, -1
object_event 2, 5, SPRITE_POKEFAN_M, SPRITEMOVEDATA_WANDER, 1, 1, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, MountMoonPokecenter1FHikerScript, -1
object_event 2, 5, SPRITE_POKEFAN_M, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 1, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, MountMoonPokecenter1FHikerScript, -1
object_event 7, 4, SPRITE_LASS, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, MountMoonPokecenter1FLassScript, -1
2 changes: 1 addition & 1 deletion maps/Route17.asm
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ BikerAidenBeatenText:
done

BikerAidenAfterBattleText:
text "Awesome Bike!"
text "Awesome bike!"
line "Treat it well!"
done

Expand Down

0 comments on commit 94ab6f7

Please sign in to comment.