diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-29 14:02:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 14:02:40 -0400 |
commit | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (patch) | |
tree | f36cfb87497fba4d95765592b902230e7560a705 /arm9/asm/scrcmd.s | |
parent | 98d8b5afbffbd248d3d8bd1358f1f1b9ed0f4150 (diff) | |
parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) |
Merge pull request #272 from PikalaxALT/pikalax_work
Decompile pokedex
Diffstat (limited to 'arm9/asm/scrcmd.s')
-rw-r--r-- | arm9/asm/scrcmd.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/asm/scrcmd.s b/arm9/asm/scrcmd.s index 3f324f9f..482f814b 100644 --- a/arm9/asm/scrcmd.s +++ b/arm9/asm/scrcmd.s @@ -9794,7 +9794,7 @@ _0203E7B6: cmp r0, #0x1 bne _0203E7DC add r0, r4, #0x0 - bl FUN_02069B40 + bl SpeciesToSinnohDexNo cmp r0, #0x0 beq _0203E7DC cmp r5, r6 |