From 79a290495b0b1fe4df5f8f55d9b3f008410ae83d Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 31 Aug 2020 15:21:01 +0100 Subject: arm9 MI_uncompress --- arm9/lib/include/MI_uncompress.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'arm9/lib/include/MI_uncompress.h') diff --git a/arm9/lib/include/MI_uncompress.h b/arm9/lib/include/MI_uncompress.h index 55f28e27..defafa8c 100644 --- a/arm9/lib/include/MI_uncompress.h +++ b/arm9/lib/include/MI_uncompress.h @@ -1,6 +1,7 @@ -#ifndef NITRO_MI_UNCOMPRESS_H_ -#define NITRO_MI_UNCOMPRESS_H_ +#ifndef POKEDIAMOND_MI_UNCOMPRESS_H +#define POKEDIAMOND_MI_UNCOMPRESS_H void MIi_UncompressBackward(void * bottom); +void MI_UncompressLZ8(register const void *srcp, register void *destp); -#endif //NITRO_MI_UNCOMPRESS_H_ +#endif //POKEDIAMOND_MI_UNCOMPRESS_H -- cgit v1.2.3