ObjMure2 OK and documented (#1525)

* data

* OK

* small docs

* docs

* Reloc

* Format

* this could have been a constexpr

* fix bss

* the rest of the fixes

* format

* revert makefile and clangformat

* comments
This commit is contained in:
louist103
2024-01-14 13:36:22 -05:00
committed by GitHub
parent 1611c22212
commit b2c3cc6a11
10 changed files with 219 additions and 36 deletions
+5
View File
@@ -42,6 +42,11 @@ typedef struct {
/* 0x8 */ s32 z;
} Vec3i; // size = 0xC
typedef struct {
/* 0x0 */ s16 distance;
/* 0x2 */ s16 angle;
} VecPolarS; // size = 0x4
typedef struct {
/* 0x0 */ f32 distance;
/* 0x4 */ s16 angle;