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/Route10North.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/Route10North.asm')
-rw-r--r-- | maps/Route10North.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/Route10North.asm b/maps/Route10North.asm index 48aaa4bdc..918d3af57 100644 --- a/maps/Route10North.asm +++ b/maps/Route10North.asm @@ -21,16 +21,16 @@ Route10North_MapEventHeader: .Warps: db 2 - warp_def $1, $b, 1, ROUTE_10_POKECENTER_1F - warp_def $9, $3, 1, POWER_PLANT + warp_def 11, 1, 1, ROUTE_10_POKECENTER_1F + warp_def 3, 9, 1, POWER_PLANT .CoordEvents: db 0 .BGEvents: db 2 - bg_event 11, 5, BGEVENT_READ, PowerPlantSign - bg_event 1, 12, BGEVENT_READ, Route10PokecenterSign + bg_event 5, 11, BGEVENT_READ, PowerPlantSign + bg_event 12, 1, BGEVENT_READ, Route10PokecenterSign .ObjectEvents: db 0 |