mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 14:23:44 -07:00
Removes TempClearFlag const and moves others out of .h to .c (felt like they made more sense there)
This commit is contained in:
parent
f18a31b974
commit
5da8ff5020
2 changed files with 2 additions and 4 deletions
|
@ -9,6 +9,8 @@
|
|||
#include "objects/object_tk/object_tk.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_0 | ACTOR_FLAG_3)
|
||||
#define COLLECTFLAG_GRAVEDIGGING_HEART_PIECE 0x19
|
||||
#define ITEMGETINFFLAG_GRAVEDIGGING_HEART_PIECE 0x1000
|
||||
|
||||
bool heartPieceSpawned;
|
||||
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
#ifndef Z_EN_TK_H
|
||||
#define Z_EN_TK_H
|
||||
|
||||
#define COLLECTFLAG_GRAVEDIGGING_HEART_PIECE 0x19
|
||||
#define TEMPCLEARFLAG_GRAVEDIGGING_HEART_PIECE 0x1f
|
||||
#define ITEMGETINFFLAG_GRAVEDIGGING_HEART_PIECE 0x1000
|
||||
|
||||
#include "ultra64.h"
|
||||
#include "global.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue