asm splitting

This commit is contained in:
theo
2020-05-28 20:51:59 -07:00
parent 731ce9b7a5
commit 7afbda2b4d
86 changed files with 146004 additions and 145626 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ typedef struct {
} EntityType;
union SplitWord {
u32 WORD;
u16 LO, HI;
s32 WORD;
s16 LO, HI;
};
typedef struct {
+5 -1
View File
@@ -21,7 +21,11 @@ typedef struct {
u16 roomOriginY;
s16 roomScrollX;
s16 roomScrollY;
u8 filler[8];
u8 unk5;
u8 unk6;
u8 filler[4];
u8 screenShakeMagnitude;
u8 unk7;
u16 screenShakeTime;
u16 filler2[6];
u8 filler3[4];