diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 17:02:08 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 21:43:32 -0400 |
commit | e770ee77cebcb56facf2b011dfd011435dc16f46 (patch) | |
tree | 1dc59ccb7b330ba283f711b5428b00fdc4670178 /home.asm | |
parent | d5089d3c623e2b147b035cf12569810d604bf47d (diff) |
Replace .tilecoll files with tile ID db data
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |