diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2024-06-23 17:51:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-23 12:51:44 -0400 |
| commit | 3682a13ec55f84eecf8b16aa7e32bda7bcf9bdfc (patch) | |
| tree | 45b87f464a1b6adffe36dd25711c611ac8c046ca /src/code/z_message.c | |
| parent | 4c201ff47f65571d8d1d719229431d46995d8a7e (diff) | |
Format gbi.h, move ucode defines to makefile (#1650)
* Format gbi.h, move ucode defines to makefile, correct usage of gDPSetDither
* UCODE_DEFS -> GBI_DEFINES, add GBI_DOWHILE toggle
* Define GBI_DOWHILE for bss calculations
* Makefile thing
Diffstat (limited to 'src/code/z_message.c')
| -rw-r--r-- | src/code/z_message.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_message.c b/src/code/z_message.c index 8cb55ef1f..b4bda662a 100644 --- a/src/code/z_message.c +++ b/src/code/z_message.c @@ -1,3 +1,4 @@ +#include "prevent_bss_reordering.h" #include "z64message.h" #include "global.h" |
