Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
MashCommandFree.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
3
void
N(
free
)(void) {
4
hud_element_free
(
gActionCommandStatus
.
hudElemIDs
[0]);
5
hud_element_free
(
gActionCommandStatus
.
hudElemIDs
[1]);
6
hud_element_free
(
gActionCommandStatus
.
hudElemIDs
[2]);
7
}
free
void N free(void)
Definition
MashCommandFree.inc.c:3
gActionCommandStatus
BSS ActionCommandStatus gActionCommandStatus
Definition
action_cmd.c:91
ActionCommandStatus::hudElemIDs
HudElemID hudElemIDs[16]
Definition
action_cmd.h:83
hud_element_free
void hud_element_free(s32 id)
Definition
hud_element.c:1980
src
battle
action_cmd
common
MashCommandFree.inc.c
Generated by
1.10.0