NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
dInfo_c::StartGameInfo Struct Reference

Description

Definition at line 24 of file d_info.hpp.

Public Attributes

u32 mReplayDuration
 
u8 mMovieType
 
u8 mEntrance
 
u8 mArea
 
bool mIsReplay
 
u32 mScreenType
 
u8 mWorld1
 
u8 mLevel1
 
u8 mWorld2
 
u8 mLevel2
 

Member Data Documentation

◆ mReplayDuration

u32 dInfo_c::StartGameInfo::mReplayDuration

Definition at line 25 of file d_info.hpp.

◆ mMovieType

u8 dInfo_c::StartGameInfo::mMovieType

Definition at line 26 of file d_info.hpp.

◆ mEntrance

u8 dInfo_c::StartGameInfo::mEntrance

Definition at line 27 of file d_info.hpp.

◆ mArea

u8 dInfo_c::StartGameInfo::mArea

Definition at line 28 of file d_info.hpp.

◆ mIsReplay

bool dInfo_c::StartGameInfo::mIsReplay

Definition at line 29 of file d_info.hpp.

◆ mScreenType

u32 dInfo_c::StartGameInfo::mScreenType

Definition at line 30 of file d_info.hpp.

◆ mWorld1

u8 dInfo_c::StartGameInfo::mWorld1

Definition at line 31 of file d_info.hpp.

◆ mLevel1

u8 dInfo_c::StartGameInfo::mLevel1

Definition at line 32 of file d_info.hpp.

◆ mWorld2

u8 dInfo_c::StartGameInfo::mWorld2

Definition at line 33 of file d_info.hpp.

◆ mLevel2

u8 dInfo_c::StartGameInfo::mLevel2

Definition at line 34 of file d_info.hpp.