NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
d_a_player_com.hpp
1#pragma once
2#include <game/bases/d_a_player_manager.hpp>
4
5/// @unofficial
6namespace daPyCom_c {
7
8/// @unofficial
10 PLAYER_MARIO,
11 PLAYER_LUIGI,
12 PLAYER_BLUE_TOAD,
13 PLAYER_YELLOW_TOAD
14};
15
16}
PLAYER_CHARACTER_e
The identifiers for each character.
static const PLAYER_CHARACTER_e sc_PLAYER_ORDER[]