diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 17:26:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 17:26:38 -0400 |
commit | ca8ea19637e8e1c81358dc2f150d9f89cb6393fb (patch) | |
tree | 89b0725fa9065f23ef44fba18a22b9d56e242691 /arm9/modules/06 | |
parent | a192a6ec0bc03443a2fed9f3dba262a034c39828 (diff) |
Decompile player_data
Diffstat (limited to 'arm9/modules/06')
-rw-r--r-- | arm9/modules/06/asm/module_06.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index fd961cc0..01f04425 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -11448,7 +11448,7 @@ _0223EF28: ldr r1, [r1] str r0, [r1, #0x78] mov r0, #4 - bl PlayerProfile_init + bl PlayerProfile_new ldr r1, _0223EFF4 ; =0x02252420 ldr r2, [r1] str r0, [r2, #0x7c] @@ -31000,9 +31000,9 @@ _0224886C: bl AllocMonZeroed str r0, [r4, #4] add r0, r5, #0 - bl PlayerProfile_init + bl PlayerProfile_new str r0, [r4, #8] - bl PlayerProfile_Clear + bl PlayerProfile_init add r0, r5, #0 add r1, r6, #4 bl GetInGameTradeMonOrPartnerName |