mirror of https://github.com/zeldaret/oot.git
Beginning
This commit is contained in:
parent
af62b0e7d7
commit
c6a7cb2c8e
|
@ -302,9 +302,9 @@ typedef struct
|
|||
typedef struct
|
||||
{
|
||||
/* 0x00 */ ColliderBodyInfo body;
|
||||
/* 0x06 */ ColliderBodyInfoInner inner;
|
||||
/* 0x20 */ ColliderDimensions dim;
|
||||
} ColliderCylinderInit; // size = 0x2C
|
||||
/* 0x08 */ ColliderBodyInfoInner inner;
|
||||
/* 0x22 */ ColliderDimensions dim;
|
||||
} ColliderCylinderInit; // size = 0x2E
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
|
@ -374,6 +374,16 @@ D_060006D0 = 0x060006D0;
|
|||
D_06000000 = 0x06000000;
|
||||
D_06000350 = 0x06000350;
|
||||
|
||||
// z_en_ru2
|
||||
D_060004CC = 0x060004CC;
|
||||
D_0600C700 = 0x0600C700;
|
||||
D_0600D3DC = 0x0600D3DC;
|
||||
D_0600DCAC = 0x0600DCAC;
|
||||
D_06000DE8 = 0x06000DE8;
|
||||
D_0600E630 = 0x0600E630;
|
||||
D_0600F03C = 0x0600F03C;
|
||||
D_0600F8B8 = 0x0600F8B8;
|
||||
|
||||
// z_bg_mjin
|
||||
D_06000140 = 0x06000140;
|
||||
D_06000330 = 0x06000330;
|
||||
|
|
Loading…
Reference in New Issue