SSBM Decomp
Loading...
Searching...
No Matches
StageParam Struct Reference

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.

Detailed Description

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).

Field Documentation

◆ stkind

StKind StageParam::stkind

The StKind this row describes; ground.c lists it as stageid.

◆ x4

s32 StageParam::x4

◆ x8

s32 StageParam::x8

◆ xC

u32 StageParam::xC

◆ x10

u32 StageParam::x10

◆ x14

s16 StageParam::x14

◆ x16

s16 StageParam::x16

◆ x18

s16 StageParam::x18

◆ x1A

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.


The documentation for this struct was generated from the following file: