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/SilverCaveOutside.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/SilverCaveOutside.asm')
-rw-r--r-- | maps/SilverCaveOutside.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/maps/SilverCaveOutside.asm b/maps/SilverCaveOutside.asm index 798363c52..52f1c1b16 100644 --- a/maps/SilverCaveOutside.asm +++ b/maps/SilverCaveOutside.asm @@ -29,17 +29,17 @@ SilverCaveOutside_MapEventHeader: .Warps: db 2 - warp_def $13, $17, 1, SILVER_CAVE_POKECENTER_1F - warp_def $b, $12, 1, SILVER_CAVE_ROOM_1 + warp_def 23, 19, 1, SILVER_CAVE_POKECENTER_1F + warp_def 18, 11, 1, SILVER_CAVE_ROOM_1 .CoordEvents: db 0 .BGEvents: db 3 - bg_event 19, 24, BGEVENT_READ, MtSilverPokecenterSign - bg_event 13, 17, BGEVENT_READ, MtSilverSign - bg_event 25, 9, BGEVENT_ITEM, SilverCaveOutsideHiddenFullRestore + bg_event 24, 19, BGEVENT_READ, MtSilverPokecenterSign + bg_event 17, 13, BGEVENT_READ, MtSilverSign + bg_event 9, 25, BGEVENT_ITEM, SilverCaveOutsideHiddenFullRestore .ObjectEvents: db 0 |