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/modules | |
parent | 98d8b5afbffbd248d3d8bd1358f1f1b9ed0f4150 (diff) | |
parent | 2263ed62e6003fe036655bccceb9a8a91709d75d (diff) |
Merge pull request #272 from PikalaxALT/pikalax_work
Decompile pokedex
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/16/asm/module_16.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/16/asm/module_16.s b/arm9/modules/16/asm/module_16.s index 14a64b6c..1448cc55 100644 --- a/arm9/modules/16/asm/module_16.s +++ b/arm9/modules/16/asm/module_16.s @@ -1261,7 +1261,7 @@ MOD16_021D7E68: ; 0x021D7E68 lsl r0, r6, #0x10 lsr r0, r0, #0x10 add r5, r1, #0 - bl FUN_02069B40 + bl SpeciesToSinnohDexNo add r7, r0, #0 cmp r7, #0 bgt _021D7E82 |