Skip to content

Commit

Permalink
Fix syntax typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
roukaour committed Aug 23, 2016
1 parent 440166a commit 3fc3bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions maps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ INCLUDE "maps/CeruleanGym.asm"
INCLUDE "maps/CeruleanMart.asm"
INCLUDE "maps/Route10PokeCenter1F.asm"
INCLUDE "maps/PowerPlant.asm"
INCLUDE "maps/FightingDojo.asm"
INCLUDE "maps/SaffronGym.asm"
INCLUDE "maps/SaffronMart.asm"
INCLUDE "maps/SaffronPokeCenter1F.asm"
Expand All @@ -322,6 +321,7 @@ INCLUDE "maps/Route5UndergroundEntrance.asm"
INCLUDE "maps/Route5SaffronCityGate.asm"
INCLUDE "maps/Route5CleanseTagSpeechHouse.asm"
INCLUDE "maps/CeladonChiefHouse.asm"
INCLUDE "maps/Route12Gate.asm"


SECTION "Map Scripts 16", ROMX, BANK[MAP_SCRIPTS_16]
Expand Down Expand Up @@ -569,6 +569,7 @@ INCLUDE "maps/SafariZoneNorthRestHouse.asm"
SECTION "Map Scripts 27", ROMX

INCLUDE "maps/ElmsLab.asm"
INCLUDE "maps/FightingDojo.asm"
INCLUDE "maps/BellchimeTrail.asm"
INCLUDE "maps/LyrasHouse1F.asm"
INCLUDE "maps/LyrasHouse2F.asm"
Expand All @@ -583,4 +584,3 @@ INCLUDE "maps/SinjohRuins.asm"
INCLUDE "maps/SinjohRuinsHouse.asm"
INCLUDE "maps/MystriStage.asm"
INCLUDE "maps/EmbeddedTower.asm"
INCLUDE "maps/Route12Gate.asm"
2 changes: 1 addition & 1 deletion maps/FightingDojo.asm
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ ChuckText_Greeting:
text "There you are!"

para "Taste my 24-hour"
line "training!
line "training!"
done

JasmineText_Greeting:
Expand Down

0 comments on commit 3fc3bda

Please sign in to comment.