diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 20:16:03 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-26 20:16:03 -0400 |
| commit | ce60e767323a3182ce1afca1422030e6f02aaf33 (patch) | |
| tree | 9950cbbe19629ae3132a4adef8beb8b940ea6ccc /arm9/modules/80 | |
| parent | ca8ea19637e8e1c81358dc2f150d9f89cb6393fb (diff) | |
Name remaining player_data routines
Diffstat (limited to 'arm9/modules/80')
| -rw-r--r-- | arm9/modules/80/asm/module_80.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index 03973e76..28954019 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -13612,7 +13612,7 @@ _022342BC: strb r0, [r5, r1] ldr r0, [r4] ldr r0, [r0, #0x1c] - bl FUN_02023A28 + bl PlayerProfile_GetAvatar mov r1, #0x12 lsl r1, r1, #4 strb r0, [r5, r1] @@ -17658,11 +17658,11 @@ MOD80_022361AC: ; 0x022361AC ldr r1, _022361E0 ; =0x00000122 add r0, r4, #0 ldrb r1, [r5, r1] - bl FUN_02023A6C + bl PlayerProfile_SetVersion ldr r1, _022361E4 ; =0x00000123 add r0, r4, #0 ldrb r1, [r5, r1] - bl FUN_02023A74 + bl PlayerProfile_SetLanguage add r0, r4, #0 pop {r3, r4, r5, pc} .align 2, 0 |
