diff options
Diffstat (limited to 'maps/OlivinePortPassage.asm')
-rw-r--r-- | maps/OlivinePortPassage.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/OlivinePortPassage.asm b/maps/OlivinePortPassage.asm index 08f4532c0..e79db48cc 100644 --- a/maps/OlivinePortPassage.asm +++ b/maps/OlivinePortPassage.asm @@ -25,11 +25,11 @@ OlivinePortPassage_MapEventHeader: .Warps: db 5 - warp_def $0, $f, 10, OLIVINE_CITY - warp_def $0, $10, 11, OLIVINE_CITY - warp_def $4, $f, 4, OLIVINE_PORT_PASSAGE - warp_def $2, $3, 3, OLIVINE_PORT_PASSAGE - warp_def $e, $3, 1, OLIVINE_PORT + warp_def 15, 0, 10, OLIVINE_CITY + warp_def 16, 0, 11, OLIVINE_CITY + warp_def 15, 4, 4, OLIVINE_PORT_PASSAGE + warp_def 3, 2, 3, OLIVINE_PORT_PASSAGE + warp_def 3, 14, 1, OLIVINE_PORT .CoordEvents: db 0 @@ -39,4 +39,4 @@ OlivinePortPassage_MapEventHeader: .ObjectEvents: db 1 - object_event SPRITE_POKEFAN_M, 1, 17, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortPassagePokefanMScript, EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M + object_event 17, 1, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePortPassagePokefanMScript, EVENT_OLIVINE_PORT_PASSAGE_POKEFAN_M |