Document two more bugs found by Crystal_

This commit is contained in:
Remy Oukaour
2017-12-14 16:28:16 -05:00
parent b17db9b8b5
commit c5d482df20
3 changed files with 209 additions and 134 deletions

View File

@@ -3191,6 +3191,8 @@ BattleCommand_BeatUp: ; 35461
ld a, [wd002]
ld c, a
ld a, [CurBattleMon]
; BUG: this can desynchronize link battles
; Change "cp [hl]" to "cp c" to fix
cp [hl]
ld hl, BattleMonStatus
jr z, .active_mon