Replace values that are used as booleans (only having the values 0 or 1) with boolean type aliases (bool8, bool16, bool32) Same as https://github.com/metroidret/mzm/issues/78
Replace values that are used as booleans (only having the values 0 or 1) with boolean type aliases (bool8, bool16, bool32)
Same as metroidret/mzm#78