Skip to content

Make 0x4 available as a param collision

Allow users to select 0x4 as a valid collision type. This collision type is unused in the base SM64 game, but it is treated as accepting parameters which has extra bytes. Without this change, using 0x4 as a custom collision type will crash the game since SM64 will read extra bytes for this collision type and break the collision reading algorithm.

Merge request reports