diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 09:00:55 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 09:00:55 -0400 |
commit | 7e447c68f5e11e2a0a96b4251e77f3fa7c9c3fc1 (patch) | |
tree | 82e6209f00ca5b47dfe2943c294a16bfd5cc7a4e /arm9/modules/67/asm | |
parent | 6a1f6122b5422deebf218372cbd9b5684505d4ec (diff) |
Name more funcs in pokemon.s
Diffstat (limited to 'arm9/modules/67/asm')
-rw-r--r-- | arm9/modules/67/asm/module_67.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/67/asm/module_67.s b/arm9/modules/67/asm/module_67.s index 02c76f3d..a6e3fe59 100644 --- a/arm9/modules/67/asm/module_67.s +++ b/arm9/modules/67/asm/module_67.s @@ -3298,7 +3298,7 @@ MOD67_021D8F00: ; 0x021D8F00 str r3, [sp, #0xc] mov r0, #0x2a add r7, r1, #0 - bl FUN_020669C0 + bl AllocMonZeroed str r4, [sp] mov r1, #0 str r1, [sp, #4] |