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
5API_CALLABLE(N(SpawnSunEffect)) {
6 fx_sun(FX_SUN_FROM_LEFT, 0.0f, 0.0f, 0.0f, 0.0f, 0);
7 return ApiStatus_DONE2;
8}
@ FX_SUN_FROM_LEFT
Definition effects.h:2364
#define ApiStatus_DONE2
Definition evt.h:118