diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-14 17:03:39 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-14 17:03:39 -0400 |
commit | 8ce183851366b01c1bda5b2272f95e27ae7ef2fd (patch) | |
tree | 8c6b0b3f57b1f8449012c637297559866ce3eec7 /arm9/modules/69 | |
parent | 654acf33f071db80179fa556097f5663ca4dc311 (diff) |
through FUN_02069CF4
Diffstat (limited to 'arm9/modules/69')
-rw-r--r-- | arm9/modules/69/asm/module_69.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index 32eb8847..bdd1afca 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -50,7 +50,7 @@ MOD69_0222D5C0: ; 0x0222D5C0 str r0, [r4, #4] ldr r0, [r4, #0xc] ldr r0, [r0, #4] - bl FUN_0206B9AC + bl GetPartyCount add r6, r0, #0 mov r5, #0 cmp r6, #0 @@ -61,7 +61,7 @@ _0222D63A: ldr r0, [r4, #0xc] add r1, r5, #0 ldr r0, [r0, #4] - bl FUN_0206B9B0 + bl GetPartyMonByIndex mov r1, #0x4c mov r2, #0 bl GetMonData @@ -1224,7 +1224,7 @@ _0222DF98: lsl r1, r1, #2 ldr r0, [r0, #4] ldr r1, [r5, r1] - bl FUN_0206B9B0 + bl GetPartyMonByIndex str r0, [sp, #0x2c] ldr r1, [sp, #0x2c] add r0, sp, #0xc4 @@ -2281,7 +2281,7 @@ _0222E860: lsl r1, r1, #2 ldr r0, [r0, #4] ldr r1, [r2, r1] - bl FUN_0206B9B0 + bl GetPartyMonByIndex str r0, [r4, #0x24] ldr r0, [r5, #0xc] mov r2, #0 |