diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-08-25 13:48:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 13:48:13 -0400 |
commit | 3ba4677d3c00c7b607df7f147723a408dbb3d2b1 (patch) | |
tree | f17ad1a08ad41553e10f1502fb57275ae340c18a /arm9/modules/31 | |
parent | 49e32814a3d7ba8a8a7e441a53d1a1c0ccd1f3fe (diff) | |
parent | daddbf08771d993c6c9fdeffc1c974f8d3bd6be9 (diff) |
Merge pull request #268 from PikalaxALT/pikalax_work
Decompile poketch resident code at 0204BE14
Diffstat (limited to 'arm9/modules/31')
-rw-r--r-- | arm9/modules/31/asm/module_31.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/31/asm/module_31.s b/arm9/modules/31/asm/module_31.s index 8bdedda5..7dcd4e3a 100644 --- a/arm9/modules/31/asm/module_31.s +++ b/arm9/modules/31/asm/module_31.s @@ -52,7 +52,7 @@ MOD31_0225489C: ; 0x0225489C mov r0, #1 str r0, [r5, #8] ldr r0, [r5, #0x1c] - bl FUN_0204BF84 + bl Sav2_Poketch_GetStepCounter str r0, [r5, #4] add r0, r5, #0 add r0, #0xc @@ -236,7 +236,7 @@ _022549EE: cmp r0, #0 beq _02254A4C ldr r0, [r4, #0x1c] - bl FUN_0204BF84 + bl Sav2_Poketch_GetStepCounter str r0, [r4, #4] ldr r0, [r4, #0xc] mov r1, #3 @@ -263,7 +263,7 @@ _02254A24: mov r1, #0 str r1, [r4, #4] ldr r0, [r4, #0x1c] - bl FUN_0204BF88 + bl Sav2_Poketch_SetStepCounter ldr r0, [r4, #0xc] mov r1, #2 bl MOD31_02254BBC |