diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-03 18:19:56 -0400 |
| commit | 55bb99580eeccc92106437c4ad86edb8ca89ecda (patch) | |
| tree | 5aa22f9fc5526c2d1461f01f5859de7dd573c2f3 /data/mapObjects/Route12Gate2F.asm | |
| parent | Factor out graphics INCBINs from main.asm to gfx/*.asm (diff) | |
| download | pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.tar.gz pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.tar.xz pokeyellow-55bb99580eeccc92106437c4ad86edb8ca89ecda.zip | |
data/mapHeaders -> data/maps/headers; data/mapObjects -> data/maps/objects
To do: Polished Map support for loading the objects
Diffstat (limited to 'data/mapObjects/Route12Gate2F.asm')
| -rwxr-xr-x | data/mapObjects/Route12Gate2F.asm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/data/mapObjects/Route12Gate2F.asm b/data/mapObjects/Route12Gate2F.asm deleted file mode 100755 index cc6c1c19..00000000 --- a/data/mapObjects/Route12Gate2F.asm +++ /dev/null @@ -1,15 +0,0 @@ -Route12Gate2F_Object: - db $a ; border block - - db 1 ; warps - warp 7, 7, 4, ROUTE_12_GATE_1F - - db 2 ; signs - sign 1, 2, 2 ; Route12GateUpstairsText2 - sign 6, 2, 3 ; Route12GateUpstairsText3 - - db 1 ; objects - object SPRITE_BRUNETTE_GIRL, 3, 4, WALK, 1, 1 ; person - - ; warp-to - warp_to 7, 7, ROUTE_12_GATE_2F_WIDTH ; ROUTE_12_GATE_1F |
