Removes TempClearFlag const and moves others out of .h to .c (felt like they made more sense there)

This commit is contained in:
Christopher Leggett 2022-05-29 16:47:55 -04:00
commit 5da8ff5020
No known key found for this signature in database
GPG key ID: 7093AE5FF7037D79
2 changed files with 2 additions and 4 deletions

View file

@ -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;

View file

@ -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"