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 (5) (#2466)

* remove global.h dependency from all actors

* fix compiler error

* fix another build issue

* fix bss
This commit is contained in:
mzxrules 2025-02-12 15:50:46 -05:00 committed by GitHub
parent 1d2c912fbb
commit 494aecc9fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
437 changed files with 2743 additions and 506 deletions

View file

@ -6,6 +6,18 @@
#include "z_eff_ss_fhg_flash.h"
#include "overlays/actors/ovl_Boss_Ganondrof/z_boss_ganondrof.h"
#include "libc64/qrand.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "rand.h"
#include "segmented_address.h"
#include "sys_matrix.h"
#include "z64effect.h"
#include "z64play.h"
#include "z64player.h"
#include "z64skin.h"
#include "assets/objects/object_fhg/object_fhg.h"
#define rAlpha regs[0]