diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-18 04:39:01 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-18 05:06:53 +0800 |
commit | f7af77d22c84d9b8cba25145e26204a05ccf1455 (patch) | |
tree | ee1bf474be710622c92fb46690577b73cb655786 /asm/battle_script_commands.s | |
parent | c7d3ad06b062abf6acb2eaa2b19da86a7acdab19 (diff) |
sync documentation of CountAliveMonsInBattle()
Diffstat (limited to 'asm/battle_script_commands.s')
-rw-r--r-- | asm/battle_script_commands.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/battle_script_commands.s b/asm/battle_script_commands.s index 747859147..42d1f653d 100644 --- a/asm/battle_script_commands.s +++ b/asm/battle_script_commands.s @@ -19745,7 +19745,7 @@ _0802753C: cmp r0, 0 beq _080275AC movs r0, 0x1 - bl CountAliveMons + bl CountAliveMonsInBattle lsls r0, 24 lsrs r1, r0, 24 cmp r1, 0x2 @@ -22207,7 +22207,7 @@ _0802887C: cmp r0, 0 beq _080288EC movs r0, 0x1 - bl CountAliveMons + bl CountAliveMonsInBattle lsls r0, 24 lsrs r0, 24 cmp r0, 0x2 |