From 7e447c68f5e11e2a0a96b4251e77f3fa7c9c3fc1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 11 Jun 2020 09:00:55 -0400 Subject: Name more funcs in pokemon.s --- arm9/modules/76/asm/module_76.s | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm9/modules/76') diff --git a/arm9/modules/76/asm/module_76.s b/arm9/modules/76/asm/module_76.s index ba2092da..6a72146c 100644 --- a/arm9/modules/76/asm/module_76.s +++ b/arm9/modules/76/asm/module_76.s @@ -801,7 +801,7 @@ MOD76_021D7B2C: ; 0x021D7B2C ldr r0, [r1] ldrb r1, [r1, #0x17] add r1, #0x36 - bl SetBoxMonDataEncrypted + bl SetMonDataEncrypted mov r0, #0 str r0, [sp] ldr r1, [r4] @@ -809,7 +809,7 @@ MOD76_021D7B2C: ; 0x021D7B2C ldr r0, [r1] ldrb r1, [r1, #0x17] add r1, #0x3e - bl SetBoxMonDataEncrypted + bl SetMonDataEncrypted add r0, r4, #0 bl MOD76_021D8514 mov r1, #0 @@ -820,7 +820,7 @@ MOD76_021D7B2C: ; 0x021D7B2C ldr r0, [r1] ldrb r1, [r1, #0x17] add r1, #0x3a - bl SetBoxMonDataEncrypted + bl SetMonDataEncrypted ldr r0, [r4] mov r1, #0 strb r1, [r0, #0x16] -- cgit v1.2.3