diff options
author | red031000 <rubenru09@aol.com> | 2020-08-31 15:21:01 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-08-31 15:21:01 +0100 |
commit | 79a290495b0b1fe4df5f8f55d9b3f008410ae83d (patch) | |
tree | 77981ab8fcb987ee8558616659f235101b5e427f /arm9/lib/include | |
parent | e30abae941b5f61a9d943ffdc6dae7f0ea087118 (diff) |
arm9 MI_uncompress
Diffstat (limited to 'arm9/lib/include')
-rw-r--r-- | arm9/lib/include/MI_uncompress.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 |