mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-12 06:22:35 -04:00
En_jc_mato matching (#119)
* starting actor * close to being done * updating txt files * z_en_jc_mato OK * Merge branch 'master' into en_jc_mato * fixing some suggestions * adding names * changing name to movement
This commit is contained in:
+10
-4
@@ -338,7 +338,9 @@ typedef struct {
|
||||
|
||||
// Extra information in the save context that is not saved
|
||||
typedef struct {
|
||||
/* 0x000 */ UNK_TYPE1 pad0[0xC];
|
||||
/* 0x000 */ UNK_TYPE1 pad0[0x4];
|
||||
/* 0x004 */ s16 unk04;
|
||||
/* 0x006 */ UNK_TYPE1 pad06[0x6];
|
||||
/* 0x00C */ s32 sceneSetupIndex;
|
||||
/* 0x010 */ s32 unk10;
|
||||
/* 0x014 */ UNK_TYPE1 pad14[0x10];
|
||||
@@ -379,7 +381,8 @@ typedef struct {
|
||||
/* 0x0000 */ UNK_TYPE1 pad0[0x1];
|
||||
/* 0x0001 */ u8 unk1;
|
||||
/* 0x0002 */ u8 unk2;
|
||||
/* 0x0003 */ UNK_TYPE1 pad3[0x2];
|
||||
/* 0x0003 */ u8 unk3;
|
||||
/* 0x0004 */ u8 unk4;
|
||||
/* 0x0005 */ u8 unk5;
|
||||
/* 0x0006 */ UNK_TYPE1 pad6[0x2C8C];
|
||||
/* 0x0006 */ s16 unk_A00;
|
||||
@@ -799,10 +802,13 @@ typedef struct {
|
||||
/* 0x250 */ s16 unk250;
|
||||
/* 0x252 */ s16 lifeSizeChange;
|
||||
/* 0x254 */ s16 lifeSizeChangeDirection; // 1 means shrinking, 0 growing
|
||||
/* 0x256 */ UNK_TYPE1 pad256[0x1A];
|
||||
/* 0x256 */ UNK_TYPE1 pad256[0x06];
|
||||
/* 0x25C */ u16 unk25C;
|
||||
/* 0x25E */ UNK_TYPE1 pad25E[0x12];
|
||||
/* 0x270 */ s16 lifeAlpha;
|
||||
/* 0x272 */ UNK_TYPE1 pad272[0xD6];
|
||||
} InterfaceContext; // size = 0x348
|
||||
}
|
||||
InterfaceContext; // size = 0x348
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ UNK_TYPE1 unk0;
|
||||
|
||||
Reference in New Issue
Block a user