GBDK 2020 Docs
API Documentation for GBDK 2020
gbdecompress.h File Reference

Go to the source code of this file.

Functions

void gb_decompress (const unsigned char *sour, unsigned char *dest) __preserves_regs(b
 
void gb_decompress_bkg_data (UINT8 first_tile, const unsigned char *sour) __preserves_regs(b
 
void gb_decompress_win_data (UINT8 first_tile, const unsigned char *sour) __preserves_regs(b
 
void gb_decompress_sprite_data (UINT8 first_tile, const unsigned char *sour) __preserves_regs(b
 

Variables

void c
 

Function Documentation

◆ gb_decompress()

void gb_decompress ( const unsigned char *  sour,
unsigned char *  dest 
)

gb-decompress data from sour into dest

◆ gb_decompress_bkg_data()

void gb_decompress_bkg_data ( UINT8  first_tile,
const unsigned char *  sour 
)

gb-decompress background tiles into VRAM

◆ gb_decompress_win_data()

void gb_decompress_win_data ( UINT8  first_tile,
const unsigned char *  sour 
)

gb-decompress window tiles into VRAM

◆ gb_decompress_sprite_data()

void gb_decompress_sprite_data ( UINT8  first_tile,
const unsigned char *  sour 
)

gb-decompress sprite tiles into VRAM

Variable Documentation

◆ c

void c