summaryrefslogtreecommitdiff
path: root/home/battle.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-24 17:43:48 -0400
committerGitHub <noreply@github.com>2017-06-24 17:43:48 -0400
commitd0d61cb3ab847ff0c72a840363b89d4acf05b5f5 (patch)
tree8c5fd287e727f253f84c89ce32f01a76f948e4fb /home/battle.asm
parent080704e49f49777baac124d1bba8c1066acd1bb1 (diff)
parent0e76127da878efbe86997eb5a58e6bcd4bf66ff5 (diff)
Merge pull request #354 from FredrIQ/comments
Fix a reversed label mistake and reference a major bug
Diffstat (limited to 'home/battle.asm')
-rw-r--r--home/battle.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/battle.asm b/home/battle.asm
index e8aa0747c..3c2e4de43 100644
--- a/home/battle.asm
+++ b/home/battle.asm
@@ -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