Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
UnkFunc1.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
#include "
npc.h
"
3
4
API_CALLABLE(N(UnkFunc1)) {
5
increment_status_bar_disabled
();
6
set_screen_overlay_params_back
(
OVERLAY_SCREEN_COLOR
, 255.0f);
7
return
ApiStatus_DONE2
;
8
}
OVERLAY_SCREEN_COLOR
@ OVERLAY_SCREEN_COLOR
Definition
enums.h:2388
ApiStatus_DONE2
#define ApiStatus_DONE2
Definition
evt.h:118
set_screen_overlay_params_back
void set_screen_overlay_params_back(u8, f32)
Definition
screen_overlays.c:363
increment_status_bar_disabled
void increment_status_bar_disabled(void)
Definition
inventory.c:1654
npc.h
src
world
common
todo
UnkFunc1.inc.c
Generated by
1.10.0