Skip to content

Commit

Permalink
Syntax Error
Browse files Browse the repository at this point in the history
Crowdmap doesnt like XY triggers
  • Loading branch information
PiaCarrot committed May 10, 2018
1 parent c2b35cc commit 8df2d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maps/Route61.asm
Expand Up @@ -100,8 +100,8 @@ Route61_MapEventHeader::
warp_def 5, 31, 7, GOLDEN_ISLAND_GATE_HOUSE

.CoordEvents: db 2
xy_trigger 1, 35, 42, Route61BridgeOverheadTrigger, , ,
xy_trigger 0, 35, 43, Route61BridgeUnderfootTrigger, , ,
xy_trigger 1, 35, 42, Route61BridgeOverheadTrigger
xy_trigger 0, 35, 43, Route61BridgeUnderfootTrigger

.BGEvents: db 1
signpost 42, 38, SIGNPOST_READ, Route61Sign
Expand Down

0 comments on commit 8df2d9f

Please sign in to comment.