papermario
Decompilation of Paper Mario
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Loading...
Searching...
No Matches
boxes.c File Reference

Macros

#define BOX_SEQUENCE(a, b, c, d)   (a << 6 | b << 4 | c << 2 | d)
 

Enumerations

enum  { BOX_COLOR_GREEN = 0 , BOX_COLOR_YELLOW = 1 , BOX_COLOR_RED = 2 , BOX_COLOR_BLUE = 3 }
 

Macro Definition Documentation

◆ BOX_SEQUENCE

#define BOX_SEQUENCE ( a,
b,
c,
d )   (a << 6 | b << 4 | c << 2 | d)

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
BOX_COLOR_GREEN 
BOX_COLOR_YELLOW 
BOX_COLOR_RED 
BOX_COLOR_BLUE