diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:58:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-13 08:58:40 -0400 |
commit | ddd20f2c76a34b4fc46503c8bf88d53a755453a8 (patch) | |
tree | 829d21a866de69dc92e1b8e5bb1857a21104027c /arm9/modules/17 | |
parent | a13a7535cd78a113d23a8cccddced3d5f13ad479 (diff) |
Rename routines in player_data.s
Diffstat (limited to 'arm9/modules/17')
-rw-r--r-- | arm9/modules/17/asm/module_17.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/17/asm/module_17.s b/arm9/modules/17/asm/module_17.s index bbe85329..e258bcc9 100644 --- a/arm9/modules/17/asm/module_17.s +++ b/arm9/modules/17/asm/module_17.s @@ -4251,10 +4251,10 @@ MOD17_021D95AC: ; 0x021D95AC beq _021D95EC add r0, r4, #0 mov r1, #0xd - bl PlayerData_GetPlayerName_NewString + bl PlayerProfile_GetPlayerName_NewString add r5, r0, #0 add r0, r4, #0 - bl PlayerData_GetTrainerGender + bl PlayerProfile_GetTrainerGender add r2, r0, #0 add r0, r6, #0 add r1, r5, #0 @@ -4338,10 +4338,10 @@ MOD17_021D964C: ; 0x021D964C beq _021D969A add r0, r4, #0 mov r1, #0xd - bl PlayerData_GetPlayerName_NewString + bl PlayerProfile_GetPlayerName_NewString add r5, r0, #0 add r0, r4, #0 - bl PlayerData_GetTrainerGender + bl PlayerProfile_GetTrainerGender add r2, r0, #0 add r0, r7, #0 add r1, r5, #0 |