scawful / Oracle-of-Secrets

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

Remove "hole" effect from minecart tile properties #40

Closed scawful closed 2 months ago

scawful commented 7 months ago

Link currently falls into the $B6 tile ID which is used for intersecting minecart track pieces, where the player can press any directional button on the cart and the cart will move that direction. If Link is not on the cart, he falls into the track as if it were a hole or a somaria platform.

This should be fixed to be the same behavior as tile type $00 or a new tile type should be picked out (If we plan on using somaria platforms elsewhere in the game)