diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 08:20:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 08:20:36 -0400 |
commit | f522a4a1e72bd609a93ae0ccf1950f890da9e486 (patch) | |
tree | c535a58e725d2a5a249cc0a2bfc64d467951db97 /arm9/lib/include/MI_uncompress.h | |
parent | 0d062eb41709cd294f26c66b17384fda6fc19a9c (diff) | |
parent | 392f50eea4375637f23a4abc8643f525ba98f469 (diff) |
Merge branch 'pikalax_work' of github.com:PikalaxALT/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/MI_uncompress.h')
-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 |