diff options
| author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
|---|---|---|
| committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2019-02-26 12:52:54 -0500 |
| commit | 4f17a2c863042cfd480f7604c4d86e232627263e (patch) | |
| tree | 6e497b69a442cdff6a5ef645584514c156fed05e /data/maps/attributes/Route2Gate2F.asm | |
| parent | fc14cab189eac0d5506c894d656d4f8f8fd83745 (diff) | |
Sort maps into placeholder and non-placeholder.
Diffstat (limited to 'data/maps/attributes/Route2Gate2F.asm')
| -rw-r--r-- | data/maps/attributes/Route2Gate2F.asm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/data/maps/attributes/Route2Gate2F.asm b/data/maps/attributes/Route2Gate2F.asm deleted file mode 100644 index 88bcd9b..0000000 --- a/data/maps/attributes/Route2Gate2F.asm +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDE "constants.asm" - -SECTION "data/maps/attributes/Route2Gate2F.asm", ROMX - map_attributes Route2Gate2F, ROUTE_2_GATE_2F, 0 - -Route2Gate2F_MapEvents:: - dw $4000 ; unknown - - db 1 ; warp events - warp_event 5, 0, 5, ROUTE_2_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 2, 2, SPRITE_LASS, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - object_event 5, 4, SPRITE_TWIN, SLOW_STEP_DOWN, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0 - -Route2Gate2F_Blocks:: INCBIN "maps/blk/Route2Gate2F.blk"
\ No newline at end of file |
