Identify BATTLEACTION_D and _E (thanks, ax6)

This commit is contained in:
Rangi
2018-10-21 00:52:10 -04:00
parent 12666e3c70
commit 3b20a18200
4 changed files with 13 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ DoEnemyTurn:
jr z, DoTurn
ld a, [wBattleAction]
cp BATTLEACTION_E
cp BATTLEACTION_STRUGGLE
jr z, DoTurn
cp BATTLEACTION_SWITCH1
ret nc