diff options
Diffstat (limited to 'data/maps/attributes/Route1Gate2F.asm')
-rw-r--r-- | data/maps/attributes/Route1Gate2F.asm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/maps/attributes/Route1Gate2F.asm b/data/maps/attributes/Route1Gate2F.asm deleted file mode 100644 index dcfa07a..0000000 --- a/data/maps/attributes/Route1Gate2F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route1Gate2F.asm", ROMX - map_attributes Route1Gate2F, ROUTE_1_GATE_2F, 0 - -Route1Gate2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 5, 0, 5, ROUTE_1_GATE_1F, wOverworldMapBlocks + 13 - - db 2 ; bg events - bg_event 1, 0, 0, 1 - bg_event 3, 0, 0, 2 - - db 2 ; person events - object_event 3, 3, SPRITE_LASS, FACE_UP, 1, 1, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 6, 4, SPRITE_TWIN, FACE_LEFT, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route1Gate2F_Blocks:: INCBIN "maps/blk/Route1Gate2F.blk" |