diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-10 17:23:51 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-10 17:23:51 +0300 |
commit | e23bf78c5479f2c488f9441f013a9651d1f886f1 (patch) | |
tree | 4cebc47a45ac03ecf049e4a87ac21150fd67618e /arm9/modules/28/asm/module_28.s | |
parent | 70d1600ef2607ecb112ca270f5982b4829e44c19 (diff) | |
parent | 81afcebd41d4485cc0285860305dd4304380f9d2 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'arm9/modules/28/asm/module_28.s')
-rw-r--r-- | arm9/modules/28/asm/module_28.s | 8 |
1 files changed, 4 insertions, 4 deletions
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 |