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/Route11Gate2F.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/Route11Gate2F.asm')
| -rwxr-xr-x | data/mapObjects/Route11Gate2F.asm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/mapObjects/Route11Gate2F.asm b/data/mapObjects/Route11Gate2F.asm deleted file mode 100755 index bf305bba..00000000 --- a/data/mapObjects/Route11Gate2F.asm +++ /dev/null @@ -1,16 +0,0 @@ -Route11Gate2F_Object: - db $a ; border block - - db 1 ; warps - warp 7, 7, 4, ROUTE_11_GATE_1F - - db 2 ; signs - sign 1, 2, 3 ; Route11GateUpstairsText3 - sign 6, 2, 4 ; Route11GateUpstairsText4 - - db 2 ; objects - object SPRITE_BUG_CATCHER, 4, 2, WALK, 2, 1 ; person - object SPRITE_OAK_AIDE, 2, 6, STAY, NONE, 2 ; person - - ; warp-to - warp_to 7, 7, ROUTE_11_GATE_2F_WIDTH ; ROUTE_11_GATE_1F |
