leoetlino / project-restoration

A Majora's Mask 3D patch that restores some mechanics from the original game to get the best of both worlds
https://zora.re/storation
GNU General Public License v2.0
694 stars 24 forks source link

Update common_data.h and main.cpp #174

Closed PhlexPlexico closed 3 years ago

PhlexPlexico commented 3 years ago

Some more decomp'd things like the RespawnData.

Increased assert size due to the fact that sub13s[8] contains respawn data.

Created RespawnData struct.

Found some BitFields that indicate counters for items.

Found bitfiled for sword and shield.

Include enums for sword and shield.

I mean, it built with no errors so I hope it's okay!