mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-27 04:16:47 -05:00
New sprite compressor (#5627)
Co-authored-by: Hedara <hedara90@gmail.com> Co-authored-by: DizzyEggg Co-authored-by: Raymond Dodge <git@rayrobdod.name>
This commit is contained in:
15
include/decompress_error_handler.h
Normal file
15
include/decompress_error_handler.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef GUARD_DECOMPRESS_ERROR_HANDLER_H
|
||||
#define GUARD_DECOMPRESS_ERROR_HANDLER_H
|
||||
|
||||
#include "gba/types.h"
|
||||
|
||||
enum CompressionError {
|
||||
NO_COMPRESSION_ERROR,
|
||||
HEADER_ERROR,
|
||||
};
|
||||
|
||||
void DoDecompressionError(void);
|
||||
void DecompressionError_CB2(void);
|
||||
void DecompressionError(const u32 *src, enum CompressionError error);
|
||||
|
||||
#endif // GUARD_DECOMPRESS_ERROR_HANDLER_H
|
||||
Reference in New Issue
Block a user