wip debug / pal building, b_gm mostly done (#2285)

* b_gm mostly done

* wip debug / pal building

* fix configure.py

* fix some debug macros / flags
This commit is contained in:
TakaRikka
2025-01-16 09:37:39 -08:00
committed by GitHub
parent 6de1e50099
commit 0894b6ef34
1524 changed files with 202897 additions and 2955 deletions
+5
View File
@@ -3,6 +3,7 @@
#define F_PC_DELETE_TAG_H_
#include "SSystem/SComponent/c_tag.h"
#include "global.h"
typedef struct layer_class layer_class;
@@ -12,6 +13,10 @@ typedef struct delete_tag_class {
/* 0x00 */ create_tag_class base;
/* 0x14 */ layer_class* layer;
/* 0x18 */ s16 timer;
#if VERSION == VERSION_SHIELD_DEBUG
/* 0x1C */ int unk_0x1c;
#endif
} delete_tag_class;
BOOL fpcDtTg_IsEmpty();