summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-27 17:02:08 -0400
committerRangi <35663410+Rangi42@users.noreply.github.com>2020-06-27 21:43:32 -0400
commite770ee77cebcb56facf2b011dfd011435dc16f46 (patch)
tree1dc59ccb7b330ba283f711b5428b00fdc4670178 /home.asm
parentd5089d3c623e2b147b035cf12569810d604bf47d (diff)
Replace .tilecoll files with tile ID db data
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home.asm b/home.asm
index 98ddef68..cd5352cb 100644
--- a/home.asm
+++ b/home.asm
@@ -910,7 +910,7 @@ InterlaceMergeSpriteBuffers::
jp CopyVideoData
-INCLUDE "data/collision.asm"
+INCLUDE "data/collision_tile_ids.asm"
INCLUDE "home/copy2.asm"
INCLUDE "home/text.asm"
INCLUDE "home/vcopy.asm"