1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-08 15:30:14 +00:00

en_reeba OK (#434)

* leever progress

* leever progress

* leever progress

* 2 non matchings

* test

* merge master, match two functions

* progress

* OK

* revert permissions change

* remove unwanted file

* review

* use decr

* merge

* merge and review

* early return

* vt
This commit is contained in:
fig02 2020-10-04 09:17:44 -04:00 committed by GitHub
parent 5d39ae1cc7
commit 269aa0f36f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 649 additions and 1907 deletions

View file

@ -8,7 +8,14 @@ struct EnEncount1;
typedef struct EnEncount1 {
/* 0x0000 */ Actor actor;
/* 0x014C */ char unk_14C[0x24];
/* 0x014C */ char unk_14C[0x6];
/* 0x0152 */ s16 unk_152;
/* 0x0154 */ char unk_154[0xA];
/* 0x015E */ s16 numLeeversDead;
/* 0x0160 */ char unk_160[0x4];
/* 0x0164 */ s16 unk_164;
/* 0x0166 */ char unk_166[0x6];
/* 0x016C */ UNK_TYPE unk_16C;
} EnEncount1; // size = 0x0170
extern const ActorInit En_Encount1_InitVars;