scawful / Oracle-of-Secrets

Custom Code for the Legend of Zelda: Oracle of Secrets ROM hack
12 stars 0 forks source link

Create minecart track object #9

Closed scawful closed 6 months ago

scawful commented 1 year ago

Minecart track objects use custom object handler under the object ID 0x31.

https://github.com/scawful/Oracle-of-Secrets/blob/master/Dungeons/Objects/object_handler.asm

Custom collision is provided for the blockset here

https://github.com/scawful/Oracle-of-Secrets/blob/master/Dungeons/Objects/Collision/CollisionTablesExpanded.asm

scawful commented 6 months ago

All track objects planned have been implemented.