diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 16:20:09 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-09-01 16:20:09 -0400 |
| commit | 95e2d6975c0fc3579a9fffd8e20399d1dc408d62 (patch) | |
| tree | b859a0d34576c607060890775c587503bc6fa010 /arm9/modules/06 | |
| parent | 9f78a9adb195635f0e6fd76141cbf51e65114629 (diff) | |
Rename routines in pokemon.c
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 f20313a9..02bc8f52 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -22218,7 +22218,7 @@ _022445A6: ldr r0, [sp, #4] bl GetPartyMonByIndex add r1, r4, #0 - bl FUN_02069B88 + bl CopyPokemonToPokemon add r0, r4, #0 mov r1, #0xa0 mov r2, #0 @@ -31096,10 +31096,10 @@ MOD06_0224891C: ; 0x0224891C bl CreateInGameTradeMon ldr r1, [sp, #0x20] add r0, r7, #0 - bl FUN_02069B88 + bl CopyPokemonToPokemon ldr r0, [r5, #4] ldr r1, [sp, #0x24] - bl FUN_02069B88 + bl CopyPokemonToPokemon ldr r0, [sp, #0x20] bl FUN_020690E4 str r0, [r4] |
