diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 22:17:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 22:17:13 -0500 |
commit | b97a1acf3d676ca1c776e37ff4cfa48164ffc92b (patch) | |
tree | 59b5db70690a9f9041e4964adae1722b4d178a1b /maps/Route22.asm | |
parent | 82a05a1752b476caab8951fe03f539dcc1a63669 (diff) | |
parent | b9a68fec2589eb6969be63e6ed1eb3fca312c307 (diff) |
Merge pull request #445 from roukaour/master
Rename Pokémon animation files; consistent (x, y) coords; document design flaws
Diffstat (limited to 'maps/Route22.asm')
-rw-r--r-- | maps/Route22.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route22.asm b/maps/Route22.asm index 8e349ec34..3c5aead91 100644 --- a/maps/Route22.asm +++ b/maps/Route22.asm @@ -21,14 +21,14 @@ Route22_MapEventHeader: .Warps: db 1 - warp_def $5, $d, 1, VICTORY_ROAD_GATE + warp_def 13, 5, 1, VICTORY_ROAD_GATE .CoordEvents: db 0 .BGEvents: db 1 - bg_event 7, 15, BGEVENT_READ, VictoryRoadEntranceSign + bg_event 15, 7, BGEVENT_READ, VictoryRoadEntranceSign .ObjectEvents: db 0 |