papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
fx_api.c File Reference

Functions

void show_start_recovery_shimmer (f32 x, f32 y, f32 z, s32 amt)
 
void show_recovery_shimmer (f32 x, f32 y, f32 z, s32 amt)
 

Variables

EvtScript EVS_UpdateMotionBlurParams
 

Function Documentation

◆ show_recovery_shimmer()

void show_recovery_shimmer ( f32 x,
f32 y,
f32 z,
s32 amt )

◆ show_start_recovery_shimmer()

void show_start_recovery_shimmer ( f32 x,
f32 y,
f32 z,
s32 amt )

Variable Documentation

◆ EVS_UpdateMotionBlurParams

EvtScript EVS_UpdateMotionBlurParams
Initial value:
= {
}
ApiStatus InterpMotionBlurParams(Evt *script, b32 isInitialCall)
#define End
Signals the end of EVT script data. A script missing this will likely crash on load.
Definition macros.h:225
#define Call(FUNC, ARGS...)
Calls a given C EVT API function with any number of arguments.
Definition macros.h:588
#define Return
Kills the current EVT thread.
Definition macros.h:229