diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 09:00:45 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-12 09:00:45 -0400 |
| commit | 1dd706599353a285534398ccdc34a9ef8bc6e549 (patch) | |
| tree | 59fe6b627e49677f55343fe2de86e3147e953296 /arm9/lib/include | |
| parent | e052aae076e955cd58592b8c1c57e3f008c73040 (diff) | |
pokemon.c through TryDecryptMon
Diffstat (limited to 'arm9/lib/include')
| -rw-r--r-- | arm9/lib/include/MI_memory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/lib/include/MI_memory.h b/arm9/lib/include/MI_memory.h index bf6c0ca5..e1e5fe11 100644 --- a/arm9/lib/include/MI_memory.h +++ b/arm9/lib/include/MI_memory.h @@ -22,4 +22,6 @@ static inline void MI_CpuClear32(void *dest, u32 size) MI_CpuFill32(dest, 0, size); } +void MIi_CpuClearFast(u32 data, void *destp, u32 size); + #endif //NITRO_MI_MEMORY_H_ |
