This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
kirby64_the_crystal_shards:level_settings_blocks [2021/04/09 18:11] someone2639 [Normal Groups] edit struct definition since it's the only resource on the topic |
kirby64_the_crystal_shards:level_settings_blocks [2021/04/09 18:18] (current) someone2639 old revision restored (2020/09/15 11:30) |
||
|---|---|---|---|
| Line 119: | Line 119: | ||
| struct Norm_Group | struct Norm_Group | ||
| { | { | ||
| - | /*0x0*/ u8 Normal_Index; | + | /*0x0*/ u16 Normal_Index; |
| - | /*0x1*/ u8 Left_Child; | + | /*0x2*/ u16 Left_Child; |
| - | /*0x2*/ u8 Right_Child; | + | /*0x4*/ u16 Right_Child; |
| - | /*0x3*/ u8 Tri_Cell_Index | + | /*0x6*/ u16 Tri_Cell_Index |
| }; | }; | ||
| </code> | </code> | ||