Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
SpawnSunEffect.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
#include "
npc.h
"
3
#include "
effects.h
"
4
5
API_CALLABLE(N(SpawnSunEffect)) {
6
fx_sun(
FX_SUN_FROM_LEFT
, 0.0f, 0.0f, 0.0f, 0.0f, 0);
7
return
ApiStatus_DONE2
;
8
}
effects.h
FX_SUN_FROM_LEFT
@ FX_SUN_FROM_LEFT
Definition
effects.h:2364
ApiStatus_DONE2
#define ApiStatus_DONE2
Definition
evt.h:118
npc.h
src
world
common
todo
SpawnSunEffect.inc.c
Generated by
1.10.0