Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels

They were swapped
This commit is contained in:
Fredrik Ljungdahl
2017-01-08 01:26:48 +01:00
parent 146d12d6e5
commit f8455e9b4f
6 changed files with 23 additions and 23 deletions

View File

@@ -227,7 +227,7 @@ GetBattleVarAddr:: ; 39e7
dw wPlayerMoveStructPower, wEnemyMoveStructPower
dw wPlayerMoveStructType, wEnemyMoveStructType
dw CurPlayerMove, CurEnemyMove
dw LastEnemyCounterMove, LastPlayerCounterMove
dw LastPlayerCounterMove, LastEnemyCounterMove
dw LastPlayerMove, LastEnemyMove
; 3a90