Arms_Hook OK (#210)

* Arms_Hook OK

* cleanup

* decr

* remove redundant include

* missed some things

* rename things

Co-authored-by: dark-samus <mathmcclintic@gmail.com>
This commit is contained in:
fig02
2020-06-17 15:44:22 -04:00
committed by GitHub
parent 4940621679
commit 67d13fe190
21 changed files with 341 additions and 906 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
#ifndef _COLOR_H_
#define _COLOR_H_
typedef union {
struct {
u8 r, g, b;
};
u32 rgb;
typedef struct {
u8 r, g, b;
} Color_RGB8;
typedef union {
+3 -1
View File
@@ -241,7 +241,9 @@ typedef struct Player {
/* 0x01B4 */ SkelAnime skelAnime;
/* 0x01F8 */ char unk_1F8[0x1B4];
/* 0x03AC */ Actor* heldActor;
/* 0x03B0 */ char unk_3B0[0x084];
/* 0x03B0 */ char unk_3B0[0x018];
/* 0x03C8 */ Vec3f unk_3C8;
/* 0x03D4 */ char unk_3D4[0x060];
/* 0x0434 */ u8 getItemId;
/* 0x0435 */ char unk_435[0x001];
/* 0x0436 */ u16 getItemDirection;