Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
Bobomb.inc.c
Go to the documentation of this file.
1#include "common.h"
2#include "Bobomb.h"
3
5 .height = 23,
6 .radius = 20,
7 .level = ACTOR_LEVEL_BOB_OMB,
8 .onHit = &EnemyNpcHit,
9 .onDefeat = &EnemyNpcDefeat,
10};
BSS s32 PopupMenu_SelectedIndex
EvtScript EnemyNpcDefeat
Definition encounter.c:158
EvtScript EnemyNpcHit
Definition encounter.c:131