|
SSBM Decomp
|
One row of GroundParam::stage_params, describing a single StKind. More...
#include <types.h>
Data Fields | |
| StKind | stkind |
The StKind this row describes; ground.c lists it as stageid. | |
| s32 | x4 |
| s32 | x8 |
| u32 | xC |
| u32 | x10 |
| s16 | x14 |
| s16 | x16 |
| s16 | x18 |
| s16 | x1A [(0x64 - 0x1A)/2] |
| Read as ((s16*) param)[0xD + j] by Ground_801C28CC; an s16 array rather than padding. | |
One row of GroundParam::stage_params, describing a single StKind.
An archive carries one row per StKind built on its ground; ground.c calls these rows stage params and sources them from StageParam.csv / StageItem.csv (stdata.c).
| s32 StageParam::x4 |
| s32 StageParam::x8 |
| u32 StageParam::xC |
| u32 StageParam::x10 |
| s16 StageParam::x14 |
| s16 StageParam::x16 |
| s16 StageParam::x18 |
| s16 StageParam::x1A[(0x64 - 0x1A)/2] |
Read as ((s16*) param)[0xD + j] by Ground_801C28CC; an s16 array rather than padding.
Same 74 bytes either way.