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