Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
dizzy_shell.h
Go to the documentation of this file.
1#ifndef _DIZZY_SHELL_H_
2#define _DIZZY_SHELL_H_
3
4#include "common_structs.h"
5
6// args: none
7API_CALLABLE(action_command_dizzy_shell_init);
8
9// args: prep time, duration, difficulty, chance
10API_CALLABLE(action_command_dizzy_shell_start);
11
15
16#endif
void action_command_dizzy_shell_update(void)
void action_command_dizzy_shell_free(void)
void action_command_dizzy_shell_draw(void)