doors: doors now have collision.
authorLukas Krickl <lukas@krickl.dev>
Mon, 11 Aug 2025 15:44:56 +0000 (17:44 +0200)
committerLukas Krickl <lukas@krickl.dev>
Mon, 11 Aug 2025 15:44:56 +0000 (17:44 +0200)
commit44bfb2ec07585df2efca537810ecfef652ac8522
tree589617c5ca42e15ac1210ad673751f650b38326a
parent2ef6563a643054ab4a5555f3bbe8703bd07ef234
doors: doors now have collision.

The door animation now only plays when the player touches a door.
This made the code a lot simpler to deal with overall.
src/objanim.s
src/player.s
src/roompatterns.s
src/unit.s