Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
Sushie.inc.c
Go to the documentation of this file.
1
#include "common.h"
2
#include "
Sushie.h
"
3
4
NpcSettings
N(NpcSettings_Sushie) = {
5
.height = 23,
6
.radius = 22,
7
.level = ACTOR_LEVEL_SHY_GUY,
8
.onHit = &
EnemyNpcHit
,
9
.onDefeat = &
EnemyNpcDefeat
,
10
.actionFlags =
AI_ACTION_JUMP_WHEN_SEE_PLAYER
,
11
};
Sushie.h
AI_ACTION_JUMP_WHEN_SEE_PLAYER
@ AI_ACTION_JUMP_WHEN_SEE_PLAYER
Definition
enums.h:4612
NpcSettings
Definition
npc.h:143
EnemyNpcDefeat
EvtScript EnemyNpcDefeat
Definition
encounter.c:158
EnemyNpcHit
EvtScript EnemyNpcHit
Definition
encounter.c:131
src
world
common
npc
Sushie.inc.c
Generated by
1.10.0