summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorFredrik Ljungdahl <fredde1994@gmail.com>2017-01-08 01:26:48 +0100
committerFredrik Ljungdahl <fredde1994@gmail.com>2017-01-08 01:26:48 +0100
commitf8455e9b4f0270811dac718810811292beb41da6 (patch)
tree3331a394e71b2518c04314866f7c5ec5e40bbb19 /wram.asm
parent146d12d6e50ed468bcb4866b23483bdebf4e5874 (diff)
Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels
They were swapped
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 65d1b1aa7..663f57893 100644
--- a/wram.asm
+++ b/wram.asm
@@ -635,9 +635,9 @@ EnemyDisabledMove:: ; c6f6
wWhichMonFaintedFirst:: ds 1
; exists so you can't counter on switch
-LastEnemyCounterMove:: ; c6f8
+LastPlayerCounterMove:: ; c6f8
ds 1
-LastPlayerCounterMove:: ; c6f9
+LastEnemyCounterMove:: ; c6f9
ds 1
wEnemyMinimized:: ds 1 ; c6fa