summaryrefslogtreecommitdiff
path: root/data/collision.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 15:10:49 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 15:10:49 -0400
commitd266f788b4ba251c5a41f47745c941d81e5d7d88 (patch)
tree004892d1cc02111732dcb81ef9734ab13ab49ef5 /data/collision.asm
parent683a62cc1cb7d07b4c88eeec9333c415da8f0bdc (diff)
parentfc123e360b147221b5b44d265cdf38feabe99bbe (diff)
Merge branch 'master' of https://github.com/yenatch/pokered
Diffstat (limited to 'data/collision.asm')
-rw-r--r--data/collision.asm24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/collision.asm b/data/collision.asm
new file mode 100644
index 00000000..78579242
--- /dev/null
+++ b/data/collision.asm
@@ -0,0 +1,24 @@
+Underground_Coll:: INCBIN "gfx/tilesets/underground.tilecoll"
+Overworld_Coll:: INCBIN "gfx/tilesets/overworld.tilecoll"
+RedsHouse1_Coll::
+RedsHouse2_Coll:: INCBIN "gfx/tilesets/reds_house.tilecoll"
+Mart_Coll::
+Pokecenter_Coll:: INCBIN "gfx/tilesets/pokecenter.tilecoll"
+Dojo_Coll::
+Gym_Coll:: INCBIN "gfx/tilesets/gym.tilecoll"
+Forest_Coll:: INCBIN "gfx/tilesets/forest.tilecoll"
+House_Coll:: INCBIN "gfx/tilesets/house.tilecoll"
+ForestGate_Coll::
+Museum_Coll::
+Gate_Coll:: INCBIN "gfx/tilesets/gate.tilecoll"
+Ship_Coll:: INCBIN "gfx/tilesets/ship.tilecoll"
+ShipPort_Coll:: INCBIN "gfx/tilesets/ship_port.tilecoll"
+Cemetery_Coll:: INCBIN "gfx/tilesets/cemetery.tilecoll"
+Interior_Coll:: INCBIN "gfx/tilesets/interior.tilecoll"
+Cavern_Coll:: INCBIN "gfx/tilesets/cavern.tilecoll"
+Lobby_Coll:: INCBIN "gfx/tilesets/lobby.tilecoll"
+Mansion_Coll:: INCBIN "gfx/tilesets/mansion.tilecoll"
+Lab_Coll:: INCBIN "gfx/tilesets/lab.tilecoll"
+Club_Coll:: INCBIN "gfx/tilesets/club.tilecoll"
+Facility_Coll:: INCBIN "gfx/tilesets/facility.tilecoll"
+Plateau_Coll:: INCBIN "gfx/tilesets/plateau.tilecoll"