mm
mm copied to clipboard
`z_parameter`: Hud Visibility
This bit of code is a little bit of a mess. This controls what is and isn't shown on the hud, and updates all the hud icon alpha's accordingly. Any suggestions for documentation is welcome. I'll likely be opening a similar PR in OoT soon so that both projects can brainstorm ideas for this.
A few additional comments:
-
The code for hud-mode in
Interface_Update
is not included, but can be seen here for additional context: https://github.com/engineer124/mm/blob/3a27f65cddf4eef5092169c0a8ccb6e56c7a6df9/src/code/z_parameter.c#L6295-L6400 -
The OoT PR for this system has been opened: https://github.com/zeldaret/oot/pull/1323
-
Docs have been slightly updated since opening this PR