Merge branch 'master' of hyperdriveguy/pokecrystal

This commit is contained in:
IIMarckus
2018-07-21 00:41:56 -06:00
3 changed files with 31 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ BattleCommand_Counter:
cp SPECIAL
ret nc
; BUG: Move should fail with all non-damaging battle actions
ld hl, wCurDamage
ld a, [hli]
or [hl]

View File

@@ -37,6 +37,7 @@ BattleCommand_MirrorCoat:
cp SPECIAL
ret c
; BUG: Move should fail with all non-damaging battle actions
ld hl, wCurDamage
ld a, [hli]
or [hl]