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