1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-12 01:40:47 +00:00

Reduce overlay dependencies on global.h (7) (#2472)

* z64env_flags, z64quest_hint_commands

* z64cutscene_spline, z64save.h moved from z64.h

* bss

* pr suggestion

* bss

* suggestions
This commit is contained in:
mzxrules 2025-02-16 15:33:55 -05:00 committed by GitHub
parent 137e178790
commit 652478c338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
294 changed files with 688 additions and 197 deletions

View file

@ -1,5 +1,7 @@
#include "ultra64.h"
#include "global.h"
#include "seqcmd.h"
#include "sequence.h"
#include "versions.h"
#define ABS_ALT(x) ((x) < 0 ? -(x) : (x))

View file

@ -20,6 +20,7 @@
#include "ultra64.h"
#include "global.h"
#include "ultra64/abi.h"
#include "seqcmd.h"
// Direct audio command (skips the queueing system)
#define SEQCMD_SET_SEQPLAYER_VOLUME_NOW(seqPlayerIndex, duration, volume) \