aboutsummaryrefslogtreecommitdiffstats
path: root/data/mapObjects/ViridianForestNorthGate.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 18:19:56 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-03 18:19:56 -0400
commit55bb99580eeccc92106437c4ad86edb8ca89ecda (patch)
tree5aa22f9fc5526c2d1461f01f5859de7dd573c2f3 /data/mapObjects/ViridianForestNorthGate.asm
parentFactor out graphics INCBINs from main.asm to gfx/*.asm (diff)
downloadpokeyellow-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/ViridianForestNorthGate.asm')
-rwxr-xr-xdata/mapObjects/ViridianForestNorthGate.asm20
1 files changed, 0 insertions, 20 deletions
diff --git a/data/mapObjects/ViridianForestNorthGate.asm b/data/mapObjects/ViridianForestNorthGate.asm
deleted file mode 100755
index 81e7fece..00000000
--- a/data/mapObjects/ViridianForestNorthGate.asm
+++ /dev/null
@@ -1,20 +0,0 @@
-ViridianForestNorthGate_Object:
- db $a ; border block
-
- db 4 ; warps
- warp 4, 0, 1, -1
- warp 5, 0, 1, -1
- warp 4, 7, 0, VIRIDIAN_FOREST
- warp 5, 7, 0, VIRIDIAN_FOREST
-
- db 0 ; signs
-
- db 2 ; objects
- object SPRITE_BLACK_HAIR_BOY_2, 3, 2, STAY, NONE, 1 ; person
- object SPRITE_OLD_PERSON, 2, 5, STAY, NONE, 2 ; person
-
- ; warp-to
- warp_to 4, 0, VIRIDIAN_FOREST_NORTH_GATE_WIDTH
- warp_to 5, 0, VIRIDIAN_FOREST_NORTH_GATE_WIDTH
- warp_to 4, 7, VIRIDIAN_FOREST_NORTH_GATE_WIDTH ; VIRIDIAN_FOREST
- warp_to 5, 7, VIRIDIAN_FOREST_NORTH_GATE_WIDTH ; VIRIDIAN_FOREST