diff options
author | red031000 <rubenru09@aol.com> | 2020-05-29 19:19:23 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-29 19:19:23 +0100 |
commit | 8a350c7fbc6eada528d98849b560d1f67a0a0503 (patch) | |
tree | 95ec04e11fb033c18eada6276acf1036a6879367 /arm9/modules/13/asm/module_13_init.s | |
parent | a95d56466d4e3009c8efa73f6fe3bd2354d301e0 (diff) | |
parent | e6c0d16a679663e816130ca7bc793cab682f911c (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
Diffstat (limited to 'arm9/modules/13/asm/module_13_init.s')
-rw-r--r-- | arm9/modules/13/asm/module_13_init.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/13/asm/module_13_init.s b/arm9/modules/13/asm/module_13_init.s index 03402138..8adffb85 100644 --- a/arm9/modules/13/asm/module_13_init.s +++ b/arm9/modules/13/asm/module_13_init.s @@ -15,13 +15,13 @@ MOD13_02211E60: ; 0x02211E60 add r5, r0, #0 add r0, r4, #0 lsl r1, r1, #0x12 - bl FUN_02016998 + bl AllocFromHeap add r4, r0, #0 mov r1, #1 mov r2, #0 bl MOD13_02223494 add r0, r4, #0 - bl FUN_02016A18 + bl FreeToHeap add r0, r5, #0 bl OS_RestoreInterrupts ldr r1, _02211EA0 ; =0x04000208 |