SSBM Decomp
|
Go to the source code of this file.
Functions | |
void | db_GetGameLaunchButtonState (void) |
void | db_Setup (void) |
HSD_Pad | db_ButtonsDown (int player) |
HSD_Pad | db_ButtonsPressed (int player) |
HSD_Pad | db_ButtonsRepeat (int player) |
void | db_PrintEntityCounts (void) |
void | db_PrintThreadInfo (void) |
void | db_RunEveryFrame (void) |
void | fn_SetupItemAndPokemonMenu (void) |
void | fn_80225A54 (int arg0) |
u32 | db_ShowEnemyStompRange (void) |
u32 | db_ShowItemPickupRange (void) |
u32 | db_ShowCoinPickupRange (void) |
void | fn_EnableShowCoinPickupRange (void) |
void | fn_DisableShowCoinPickupRange (void) |
void | fn_EnableShowEnemyStompRange (void) |
void | fn_DisableShowEnemyStompRange (void) |
void | fn_EnableShowItemPickupRange (void) |
void | fn_DisableShowItemPickupRange (void) |
s32 | db_GetCurrentlySelectedPokemon (void) |
void | db_DisableItemSpawns (void) |
void | db_EnableItemSpawns (void) |
s32 | db_AreItemSpawnsEnabled (void) |
void | db_80225D64 (Item_GObj *item, Fighter_GObj *owner) |
void | fn_ToggleItemCollisionBubbles (void) |
void | db_80225DD8 (Item_GObj *item, Fighter_GObj *owner) |
void | fn_80225E6C (Fighter_GObj *owner, Fighter *) |
void | db_HandleItemPokemonMenuInput (int player) |
void | fn_ShowOrCreateItemAndPokemonMenu (int player) |
void | fn_UpdateItemAndPokemonMenu (int player) |
void | db_CheckAndSpawnItem (int player) |
void | fn_CheckItemAndPokemonMenu (int player) |
void | fn_SetupCpuHandicapInfo (void) |
void | fn_UpdateCpuHandicapInfo (void) |
void | fn_CheckCpuHandicapInfo (int arg0) |
void | fn_SetupAnimationInfo (void) |
void | fn_ToggleMiscFighterVisuals (void) |
u8 | fn_8022697C (Fighter_GObj *owner) |
void | fn_UpdateAnimationInfo (void) |
void | fn_CheckAnimationInfo (int player) |
void | fn_SetupMiscStageVisuals (void) |
void | fn_CheckMiscStageEffects (int arg0) |
static void | fn_802270C4 (int arg0) |
static void | fn_8022713C (int arg0) |
void | fn_SetupCameraInfo (void) |
static void | fn_80227188 (void) |
void | fn_CheckCameraInfo (int player, int buttons_down, int buttons_pressed, f32 cstick_x, f32 cstick_y) |
static void | fn_802277E8 (HSD_GObj *, int) |
static void | fn_80227904 (HSD_GObj *camera, int port) |
static void | fn_802279E8 (HSD_GObj *camera, Vec3 *camera_pos, Vec3 *camera_interest, float cstick_x, float cstick_y) |
static void | fn_80227B64 (HSD_GObj *camera, float x, float y) |
static void | fn_80227BA8 (HSD_GObj *camera, Vec3 *, float, float) |
static void | fn_80227CAC (HSD_GObj *camera, float cstick_y) |
static void | fn_80227D38 (HSD_GObj *camera, Vec3 *, float) |
static void | fn_80227EB0 (HSD_GObj *camera, Vec3 *, Vec3 *, float, float) |
static void | fn_80227FE0 (HSD_GObj *camera, float x, float y) |
static void | fn_80228124 (HSD_GObj *camera, Vec3 *, float, float) |
void | fn_SetupSoundInfo (void) |
void | fn_UpdateSoundInfo (void) |
void | fn_CheckSoundInfo (int player) |
void | fn_CheckMiscVisualEffects (int player) |
void | fn_Setup5xSpeed (UNK_PARAMS) |
void | fn_Check5xSpeed (int player) |
void | fn_Toggle5xSpeed (void) |
void | db_InitScreenshot (void) |
void | db_CheckScreenshot (void) |
void | db_TakeScreenshotIfPending (void) |
static int | fn_802289F8 (char *arg0, int arg1, int arg2) |
void | db_ClearFPUExceptions (void) |
static void | fn_HSDPanicHandler (OSContext *ctx) |
static void | fn_OSErrorHandler (u16 error, OSContext *ctx,...) |
void | db_SetupCrashHandler (void) |
void | fn_SetupBonusInfo (void) |
static void | fn_80228D18 (void) |
static void | fn_80228D38 (void) |
static void | fn_80228E54 (int arg0, int arg1, int arg2) |
static void | fn_8022900C (int arg0) |
void | fn_CheckBonusInfo (int arg0) |
void | fn_SetupObjAllocLimiter (void) |
void | fn_UpdateObjAllocLimiter (int arg0) |
Variables | |
char | db_build_timestamp [] |
int | g_debugLevel |
u16 | db_gameLaunchButtonState |
char ** | db_bonus_names |
char ** | db_motionstate_names |
char ** | db_submotion_names |
bool | db_804D6B20 |
int | db_MiscVisualEffectsStatus |
void db_GetGameLaunchButtonState | ( | void | ) |
void db_Setup | ( | void | ) |
HSD_Pad db_ButtonsDown | ( | int | player | ) |
HSD_Pad db_ButtonsPressed | ( | int | player | ) |
HSD_Pad db_ButtonsRepeat | ( | int | player | ) |
void db_PrintEntityCounts | ( | void | ) |
void db_PrintThreadInfo | ( | void | ) |
void db_RunEveryFrame | ( | void | ) |
void fn_SetupItemAndPokemonMenu | ( | void | ) |
void fn_80225A54 | ( | int | arg0 | ) |
u32 db_ShowEnemyStompRange | ( | void | ) |
u32 db_ShowItemPickupRange | ( | void | ) |
u32 db_ShowCoinPickupRange | ( | void | ) |
void fn_EnableShowCoinPickupRange | ( | void | ) |
void fn_DisableShowCoinPickupRange | ( | void | ) |
void fn_EnableShowEnemyStompRange | ( | void | ) |
void fn_DisableShowEnemyStompRange | ( | void | ) |
void fn_EnableShowItemPickupRange | ( | void | ) |
void fn_DisableShowItemPickupRange | ( | void | ) |
s32 db_GetCurrentlySelectedPokemon | ( | void | ) |
void db_DisableItemSpawns | ( | void | ) |
void db_EnableItemSpawns | ( | void | ) |
s32 db_AreItemSpawnsEnabled | ( | void | ) |
void db_80225D64 | ( | Item_GObj * | item, |
Fighter_GObj * | owner | ||
) |
void fn_ToggleItemCollisionBubbles | ( | void | ) |
void db_80225DD8 | ( | Item_GObj * | item, |
Fighter_GObj * | owner | ||
) |
void fn_80225E6C | ( | Fighter_GObj * | owner, |
Fighter * | fp | ||
) |
void db_HandleItemPokemonMenuInput | ( | int | player | ) |
void fn_ShowOrCreateItemAndPokemonMenu | ( | int | player | ) |
void fn_UpdateItemAndPokemonMenu | ( | int | player | ) |
void db_CheckAndSpawnItem | ( | int | player | ) |
void fn_CheckItemAndPokemonMenu | ( | int | player | ) |
void fn_SetupCpuHandicapInfo | ( | void | ) |
void fn_UpdateCpuHandicapInfo | ( | void | ) |
void fn_CheckCpuHandicapInfo | ( | int | arg0 | ) |
void fn_SetupAnimationInfo | ( | void | ) |
void fn_ToggleMiscFighterVisuals | ( | void | ) |
u8 fn_8022697C | ( | Fighter_GObj * | owner | ) |
void fn_UpdateAnimationInfo | ( | void | ) |
void fn_CheckAnimationInfo | ( | int | player | ) |
void fn_SetupMiscStageVisuals | ( | void | ) |
void fn_CheckMiscStageEffects | ( | int | arg0 | ) |
|
static |
|
static |
void fn_SetupCameraInfo | ( | void | ) |
|
static |
void fn_CheckCameraInfo | ( | int | player, |
int | buttons_down, | ||
int | buttons_pressed, | ||
f32 | cstick_x, | ||
f32 | cstick_y | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
void fn_SetupSoundInfo | ( | void | ) |
void fn_UpdateSoundInfo | ( | void | ) |
void fn_CheckSoundInfo | ( | int | player | ) |
void fn_CheckMiscVisualEffects | ( | int | player | ) |
void fn_Setup5xSpeed | ( | UNK_PARAMS | ) |
void fn_Check5xSpeed | ( | int | player | ) |
void fn_Toggle5xSpeed | ( | void | ) |
void db_InitScreenshot | ( | void | ) |
void db_CheckScreenshot | ( | void | ) |
void db_TakeScreenshotIfPending | ( | void | ) |
|
static |
void db_ClearFPUExceptions | ( | void | ) |
|
static |
|
static |
void db_SetupCrashHandler | ( | void | ) |
void fn_SetupBonusInfo | ( | void | ) |
|
static |
|
static |
|
static |
|
static |
void fn_CheckBonusInfo | ( | int | arg0 | ) |
void fn_SetupObjAllocLimiter | ( | void | ) |
void fn_UpdateObjAllocLimiter | ( | int | arg0 | ) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |