Paper Mario DX
Paper Mario (N64) modding
 
Loading...
Searching...
No Matches
WaterEffects.inc.c File Reference

Go to the source code of this file.

Enumerations

enum  { FISH_STATE_INIT = 0 , FISH_STATE_1 = 1 , FISH_STATE_2 = 2 , FISH_STATE_3 = 3 }
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
FISH_STATE_INIT 
FISH_STATE_1 
FISH_STATE_2 
FISH_STATE_3 

Definition at line 3 of file WaterEffects.inc.c.

3 {
5 FISH_STATE_1 = 1,
6 FISH_STATE_2 = 2,
7 FISH_STATE_3 = 3,
8};
@ FISH_STATE_1
@ FISH_STATE_2
@ FISH_STATE_INIT
@ FISH_STATE_3