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