Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Boo.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "Boo.h"
3
4NpcSettings N(NpcSettings_Boo) = {
5 .height = 24,
6 .radius = 24,
7 .level = ACTOR_LEVEL_NONE,
8};