furniture ok

This commit is contained in:
theo3
2021-12-16 21:12:43 -08:00
parent dc326a58d4
commit 28bf8b929f
7 changed files with 429 additions and 1121 deletions
+2
View File
@@ -130,6 +130,7 @@ typedef struct Entity {
/*0x62*/ u8 spriteOffsetX;
/*0x63*/ s8 spriteOffsetY;
/*0x64*/ u32* myHeap;
#ifndef NENT_DEPRECATED
/*0x68*/ union SplitHWord field_0x68;
/*0x6a*/ union SplitHWord field_0x6a;
/*0x6c*/ union SplitHWord field_0x6c;
@@ -144,6 +145,7 @@ typedef struct Entity {
/*0x82*/ union SplitHWord field_0x82;
/*0x84*/ union SplitHWord cutsceneBeh;
/*0x86*/ union SplitHWord field_0x86;
#endif
} Entity;
typedef struct LinkedList {
+2
View File
@@ -50,6 +50,8 @@
#define BOOLCAST(x) ((-(x) | (x)) >> 31)
#define static_assert(cond) extern char assertion[(cond) ? 1 : -1]
#define super (&this->base)
#if NON_MATCHING
#define ASM_FUNC(path, decl)
#else