|
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 |
| u8 | pad [0x64 - 0x1A] |
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 |
| u8 StageParam::pad[0x64 - 0x1A] |