diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 14:31:58 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 14:31:58 -0400 |
| commit | 5106f9a218925320e0807bcd8b45e299d49f5214 (patch) | |
| tree | 8be90314fd2ed4e0792dc12bc57653b5feac5799 /arm9/modules/53 | |
| parent | 877cfc467bc97b98e6c7e69cf98a30137427b8c8 (diff) | |
Fixup pokemon substructs and fill out MON_DATA_ defines
Diffstat (limited to 'arm9/modules/53')
| -rw-r--r-- | arm9/modules/53/asm/module_53.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/53/asm/module_53.s b/arm9/modules/53/asm/module_53.s index 77275774..03a8eda6 100644 --- a/arm9/modules/53/asm/module_53.s +++ b/arm9/modules/53/asm/module_53.s @@ -56,7 +56,7 @@ _021D74F6: mov r0, #0 mov r1, #0x1a mov r3, #0x27 - bl FUN_0200A86C + bl NewMsgDataFromNarc str r0, [r4, #0x10] mov r0, #4 mov r1, #8 @@ -361,7 +361,7 @@ _021D77D8: bl MOD53_021D7B24 bl FUN_0201CD04 ldr r0, [r6, #0x10] - bl FUN_0200A8B8 + bl DestroyMsgData ldr r0, [r6, #0xc] bl FUN_0200AB18 ldr r0, [r7] |
