Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Toad_Stationary.inc.c
Go to the documentation of this file.
1#include "Toad_Collection.h"
2
3NpcSettings N(NpcSettings_Toad_Stationary) = {
4 .height = 30,
5 .radius = 24,
6 .level = ACTOR_LEVEL_NONE,
7};
8
9NpcSettings N(NpcSettings_ToadKid_Stationary) = {
10 .height = 23,
11 .radius = 19,
12 .level = ACTOR_LEVEL_NONE,
13};