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
3NpcSettings N(NpcSettings_StarSpirit) = {
4 .height = 26,
5 .radius = 24,
6 .level = ACTOR_LEVEL_NONE,
7};
8
9NpcSettings N(NpcSettings_StarKid) = {
10 .height = 20,
11 .radius = 20,
12 .level = ACTOR_LEVEL_NONE,
13};
14
15NpcSettings N(NpcSettings_StarMan) = {
16 .height = 22,
17 .radius = 24,
18 .level = ACTOR_LEVEL_NONE,
19};