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

Go to the source code of this file.

Data Structures

struct  PartyImage
 

Macros

#define PARTY_IMAGE_PALETTE_SIZE   256
 
#define PARTY_IMAGE_WIDTH   150
 
#define PARTY_IMAGE_HEIGHT   105
 

Data Structure Documentation

◆ PartyImage

struct PartyImage
Data Fields
PAL_BIN palette[256]
IMG_BIN raster[150 *105]
char padding[10]

Macro Definition Documentation

◆ PARTY_IMAGE_PALETTE_SIZE

#define PARTY_IMAGE_PALETTE_SIZE   256

Definition at line 8 of file LoadPartyImage.inc.c.

◆ PARTY_IMAGE_WIDTH

#define PARTY_IMAGE_WIDTH   150

Definition at line 9 of file LoadPartyImage.inc.c.

◆ PARTY_IMAGE_HEIGHT

#define PARTY_IMAGE_HEIGHT   105

Definition at line 10 of file LoadPartyImage.inc.c.