diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2023-06-23 21:26:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-24 14:26:36 +1000 |
| commit | 5619dc5b5e3a1507feb7828ccfd70fe67268ece4 (patch) | |
| tree | fbe6c35e740d095b949a809c11f32ea662b6d51b /src/code/z_lifemeter.c | |
| parent | aa9e368561ae13106daa14da4e2bf0656bfc70da (diff) | |
Load Docs (#1222)
* Sync with OoT
* Macro cleanup
* Some cleanup/rename load system name to Fragment
* Format
* bss
* Some clarifying comments regarding fragments
* PR suggestions
* size_t and numRelocations
Diffstat (limited to 'src/code/z_lifemeter.c')
| -rw-r--r-- | src/code/z_lifemeter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_lifemeter.c b/src/code/z_lifemeter.c index 5d1299bbf..d9abe151d 100644 --- a/src/code/z_lifemeter.c +++ b/src/code/z_lifemeter.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "global.h" #include "overlays/kaleido_scope/ovl_kaleido_scope/z_kaleido_scope.h" #include "interface/parameter_static/parameter_static.h" |
