HarbourMasters / 2ship2harkinian

Creative Commons Zero v1.0 Universal
885 stars 71 forks source link

Convert u16 to ItemId for persistent masks #855

Closed Eblo closed 1 week ago

Eblo commented 1 week ago

There are no reported bugs with this, but it probably needs changed anyway. The argument passed in to this hook is of type u16*, while the enhancement file converts it to an ItemId*. ItemId is an enum that goes up to 255, meaning it could be 8 bits instead of a full 16 bits.

Build Artifacts