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/71 | |
| parent | ca8ea19637e8e1c81358dc2f150d9f89cb6393fb (diff) | |
Name remaining player_data routines
Diffstat (limited to 'arm9/modules/71')
| -rw-r--r-- | arm9/modules/71/asm/module_71.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/71/asm/module_71.s b/arm9/modules/71/asm/module_71.s index 53041f4d..4f418110 100644 --- a/arm9/modules/71/asm/module_71.s +++ b/arm9/modules/71/asm/module_71.s @@ -3751,10 +3751,10 @@ MOD71_0222F4BC: ; 0x0222F4BC bl PlayerProfile_GetTrainerID str r0, [r4, #0x10] add r0, r6, #0 - bl FUN_02023A70 + bl PlayerProfile_GetLanguage strb r0, [r4, #0x14] add r0, r6, #0 - bl FUN_02023A68 + bl PlayerProfile_GetVersion strb r0, [r4, #0x15] add r0, r6, #0 bl PlayerProfile_GetTrainerGender |
