SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
GameDataConst Class Reference

Static Public Member Functions

static u32 getPowerStarNumToOpenGalaxy (const char *)
 
static bool isPowerStarGreen (const char *, s32)
 
static bool isPowerStarRed (const char *, s32)
 
static bool isPowerStarLuigiHas (const char *, s32)
 
static bool isGrandStar (const char *, s32)
 
static bool isGalaxyLuigiArrested (const char *, s32)
 
static bool isQuestionGalaxy (const char *)
 
static bool isGalaxyAppearGreenDriver (const char *)
 
static u32 getIncludedGrandGalaxyId (const char *)
 
static bool isPowerStarSpecial (const char *, s32, const char *)
 

Detailed Description

Definition at line 8 of file GameDataConst.hpp.

Member Function Documentation

◆ getPowerStarNumToOpenGalaxy()

u32 GameDataConst::getPowerStarNumToOpenGalaxy ( const char * pGalaxy)
static

Definition at line 7 of file GameDataConst.cpp.

◆ isPowerStarGreen()

bool GameDataConst::isPowerStarGreen ( const char * pName,
s32 a2 )
static

Definition at line 17 of file GameDataConst.cpp.

◆ isPowerStarRed()

bool GameDataConst::isPowerStarRed ( const char * pName,
s32 a2 )
static

Definition at line 21 of file GameDataConst.cpp.

◆ isPowerStarLuigiHas()

bool GameDataConst::isPowerStarLuigiHas ( const char * pName,
s32 a2 )
static

Definition at line 25 of file GameDataConst.cpp.

◆ isGrandStar()

bool GameDataConst::isGrandStar ( const char * pName,
s32 a2 )
static

Definition at line 29 of file GameDataConst.cpp.

◆ isGalaxyLuigiArrested()

bool GameDataConst::isGalaxyLuigiArrested ( const char * pGalaxy,
s32 starId )
static

Definition at line 33 of file GameDataConst.cpp.

◆ isGalaxyAppearGreenDriver()

bool GameDataConst::isGalaxyAppearGreenDriver ( const char * pGalaxyName)
static

Definition at line 45 of file GameDataConst.cpp.

◆ getIncludedGrandGalaxyId()

u32 GameDataConst::getIncludedGrandGalaxyId ( const char * pGalaxy)
static

Definition at line 51 of file GameDataConst.cpp.