Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
actions.h
Go to the documentation of this file.
1
#ifndef _WORLD_ACTIONS_H_
2
#define _WORLD_ACTIONS_H_
3
4
#include "common.h"
5
6
typedef
struct
Action
{
7
/* 0x00 */
void (*
update
)(void);
8
/* 0x04 */
void
*
dmaStart
;
9
/* 0x08 */
void
*
dmaEnd
;
10
/* 0x0C */
s8
flag
;
11
}
Action
;
// size = 0x10
12
13
extern
Action
PlayerActionsTable
[39];
14
15
#endif
PlayerActionsTable
Action PlayerActionsTable[39]
Definition
actions.c:77
Action
Definition
actions.h:6
Action::dmaStart
void * dmaStart
Definition
actions.h:8
Action::flag
s8 flag
Definition
actions.h:10
Action::update
void(* update)(void)
Definition
actions.h:7
Action::dmaEnd
void * dmaEnd
Definition
actions.h:9
src
world
actions.h
Generated by
1.10.0