From 1b973b17c22c8b6f0ac55a5675ebdb70b045c253 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 10 Jun 2020 08:56:58 -0400 Subject: Preliminary base stats struct; name pokemon.s encryption funcs --- arm9/modules/28/asm/module_28.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arm9/modules/28/asm/module_28.s') diff --git a/arm9/modules/28/asm/module_28.s b/arm9/modules/28/asm/module_28.s index a839daf7..89222d17 100644 --- a/arm9/modules/28/asm/module_28.s +++ b/arm9/modules/28/asm/module_28.s @@ -86,18 +86,18 @@ _022548D6: mov r1, #0x4c mov r2, #0 add r5, r0, #0 - bl FUN_020671BC + bl GetMonDataEncrypted cmp r0, #0 bne _02254962 add r0, r5, #0 mov r1, #5 mov r2, #0 - bl FUN_020671BC + bl GetMonDataEncrypted strh r0, [r4, #0xc] add r0, r5, #0 mov r1, #0x70 mov r2, #0 - bl FUN_020671BC + bl GetMonDataEncrypted strh r0, [r4, #0x10] add r0, r5, #0 bl FUN_0206B688 @@ -105,7 +105,7 @@ _022548D6: add r0, r5, #0 mov r1, #9 mov r2, #0 - bl FUN_020671BC + bl GetMonDataEncrypted bl MOD28_0225498C cmp r0, #6 bhi _02254944 -- cgit v1.2.3