diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-02 07:28:09 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-02 07:28:09 +0800 |
commit | 742a7ee1beab323e30d60c599697a2a831c4f4de (patch) | |
tree | 0398c32de72a880fae0223d017fa3ab814e9c472 /asm/ghost.s | |
parent | c2964e818143757ca5586b1a811669a1c287e870 (diff) |
ported reshow_battle_screen from pokeem
Diffstat (limited to 'asm/ghost.s')
-rw-r--r-- | asm/ghost.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/ghost.s b/asm/ghost.s index b0933f132..194f728fe 100644 --- a/asm/ghost.s +++ b/asm/ghost.s @@ -2898,7 +2898,7 @@ sub_80B68C8: @ 80B68C8 lsrs r0, 24 strh r0, [r4, 0x12] ldrb r0, [r5] - bl sub_807685C + bl GetBattlerSpriteSubpriority lsls r0, 24 lsrs r0, 24 subs r0, 0x2 |