Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
KentCKoopa.inc.c
Go to the documentation of this file.
1
#include "
KentCKoopa.h
"
2
3
NpcSettings
N(NpcSettings_KentCKoopa) = {
4
.height = 68,
5
.radius = 80,
6
.level = ACTOR_LEVEL_NONE,
7
.onHit = &
EnemyNpcHit
,
8
.onDefeat = &
EnemyNpcDefeat
,
9
};
KentCKoopa.h
NpcSettings
Definition
npc.h:143
EnemyNpcDefeat
EvtScript EnemyNpcDefeat
Definition
encounter.c:158
EnemyNpcHit
EvtScript EnemyNpcHit
Definition
encounter.c:131
src
world
common
enemy
KentCKoopa.inc.c
Generated by
1.10.0