Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
RemoveChillOut.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "map.h"
3#include "hud_element.h"
4
5API_CALLABLE(N(RemoveChillOut)) {
6 Actor* actor = get_actor(script->owner1.actorID);
8
9 actor->chillOutTurns = 0;
10 actor->chillOutAmount = 0;
12
13 return ApiStatus_DONE2;
14}
s8 chillOutAmount
s32 HudElemID
s16 hudElementDataIndex
#define ApiStatus_DONE2
Definition evt.h:118
Actor * get_actor(s32 actorID)
Definition actor_api.c:155
void remove_status_chill_out(s32)