diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-24 13:14:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-24 13:14:50 -0400 |
commit | 74e2a0e123be0ecd0e0df516ce242aea9c348117 (patch) | |
tree | a72251dbaad4ae8770a1895a6a416bf27fea0e50 /asm/battle_script_commands.s | |
parent | 3edbbb1758727fe7e74dbcba4844a186fdc8897f (diff) | |
parent | d179300de71b214e6d5808b3780457ce41b3c92a (diff) |
Merge pull request #88 from ultima-soul/pokedex_2
Port/Decompile pokedex.c and Dump Pokedex Entries and Text to C
Diffstat (limited to 'asm/battle_script_commands.s')
-rw-r--r-- | asm/battle_script_commands.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/battle_script_commands.s b/asm/battle_script_commands.s index 42d1f653d..7d93cba64 100644 --- a/asm/battle_script_commands.s +++ b/asm/battle_script_commands.s @@ -30322,7 +30322,7 @@ _0802C8E8: lsls r0, 16 lsrs r0, 16 movs r1, 0x1 - bl sub_8088E38 + bl GetPokedexHeightWeight ldrh r1, [r4] lsls r0, 16 lsrs r0, 16 |