|
SSBM Decomp
|
#include <placeholder.h>#include <platform.h>#include "mn/types.h"#include <baselib/forward.h>#include <melee/mn/forward.h>Go to the source code of this file.
Data Structures | |
| struct | MnCountData |
Macros | |
| #define | MNCOUNT_VISIBLE_ROWS 10 |
| #define | GET_MNCOUNT(gobj) |
Enumerations | |
| enum | mnCount_row { POWER_COUNT , POWER_TIME , PLAY_TIME , SINGLEPLAYER_TIME , VS_PLAY_TIME , COMBINED_VS_PLAY_TIME , VS_PLAY_MATCH_TOTAL , TIME_MATCH_TOTAL , STOCK_MATCH_TOTAL , COIN_MATCH_TOTAL , BONUS_MATCH_TOTAL , VS_PLAY_CONTESTANTS , MATCH_RESET_COUNTER , TOTAL_DAMAGE , KO_TOTAL , SELFDESTRUCT_TOTAL , AVAILABLE_CHARACTERS , AVAILABLE_MAPS , TROPHY_TOTAL , NAME_TOTAL , LONGEST_TIME , SECOND_LONGEST_TIME , SHORTEST_TIME , SMASH_CHAMP , SMASH_SAP , SLUG_MEISTER , PUNCHING_BAG , KO_KINGPIN , NO_DEFENSE_NELLY , DISASTER_MASTER } |
| #define MNCOUNT_VISIBLE_ROWS 10 |
| #define GET_MNCOUNT | ( | gobj | ) |
| enum mnCount_row |
| u32 mnCount_GetMatchTime | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetKOKingpin | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetNoDefenseNelly | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetDisasterMaster | ( | SelectableCharacterKind | selkind | ) |
| int mnCount_8025035C | ( | s32 | skip_count, |
| u32(* | get_val_func )(SelectableCharacterKind) ) |
| u32 mnCount_GetSmashChamp | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetSmashSap | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetSlugMeister | ( | SelectableCharacterKind | selkind | ) |
| u32 mnCount_GetPunchingBag | ( | SelectableCharacterKind | selkind | ) |
| s32 mnCount_8025072C | ( | CountEntry * | entries, |
| s32 | start_idx, | ||
| bool | mode ) |
| s32 mnCount_8025092C | ( | s32 | rank, |
| u32(* | getVal )(SelectableCharacterKind), | ||
| bool | mode ) |
| SelectableCharacterKind mnCount_GetRowValue_Character | ( | mnCount_row | row | ) |
| unsigned int mnCount_GetRowValue_Number | ( | int | row | ) |
| void mnCount_CreateRow | ( | HSD_GObj * | gobj, |
| int | visible_row, | ||
| mnCount_row | data_row ) |
| void mnCount_HandleUserInput | ( | HSD_GObj * | gobj | ) |
| void mnCount_UpdateArrowIndicators | ( | HSD_GObj * | gobj | ) |
| void fn_802514B8 | ( | HSD_GObj * | gobj | ) |
| void fn_802514D8 | ( | HSD_GObj * | gobj | ) |
| void fn_80251640 | ( | HSD_GObj * | gobj | ) |
| void mnCount_InitUserData | ( | MnCountData * | arg0 | ) |
| void mnCount_Create | ( | void | ) |