From 1dd706599353a285534398ccdc34a9ef8bc6e549 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 12 Jun 2020 09:00:45 -0400 Subject: pokemon.c through TryDecryptMon --- arm9/lib/include/MI_memory.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arm9/lib/include/MI_memory.h') 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_ -- cgit v1.2.3