1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-11 17:30:25 +00:00

[includes] z_collision_check.c (#2252)

* [includes] z_collision_check.c

* bss
This commit is contained in:
Dragorn421 2024-10-07 11:16:04 +02:00 committed by GitHub
parent 1d0e243806
commit 93f22fcc42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 5 deletions

View file

@ -5,6 +5,7 @@
*/
#include "z_eff_ss_hitmark.h"
#include "global.h"
#include "assets/objects/gameplay_keep/gameplay_keep.h"
#define rTexIndex regs[0]

View file

@ -2,7 +2,7 @@
#define Z_EFF_SS_HITMARK_H
#include "ultra64.h"
#include "global.h"
#include "z64math.h"
typedef struct EffectSsHitMarkInitParams {
/* 0x00 */ s32 type;