Paper Mario DX
Paper Mario (N64) modding
Loading...
Searching...
No Matches
StarSpirit.inc.c
Go to the documentation of this file.
1
#include "
StarSpirit.h
"
2
3
NpcSettings
N(NpcSettings_StarSpirit) = {
4
.height = 26,
5
.radius = 24,
6
.level = ACTOR_LEVEL_NONE,
7
};
8
9
NpcSettings
N(NpcSettings_StarKid) = {
10
.height = 20,
11
.radius = 20,
12
.level = ACTOR_LEVEL_NONE,
13
};
14
15
NpcSettings
N(NpcSettings_StarMan) = {
16
.height = 22,
17
.radius = 24,
18
.level = ACTOR_LEVEL_NONE,
19
};
StarSpirit.h
NpcSettings
Definition
npc.h:143
src
world
common
npc
StarSpirit.inc.c
Generated by
1.10.0