diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:11:02 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:11:02 -0700 |
commit | bbc7c6ccfc7d59f61f406849f752fdd5038a6a80 (patch) | |
tree | af9f0f7840f5a23d37c9ac0d0e68f5b240144984 /asm/battle_script_commands.s | |
parent | 9ceff166bca9d2fcd58fe3f8c1e898f8d0d1fb0f (diff) |
Port pokedex.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 |