diff options
author | Fredrik Ljungdahl <fredde1994@gmail.com> | 2017-01-08 01:26:48 +0100 |
---|---|---|
committer | Fredrik Ljungdahl <fredde1994@gmail.com> | 2017-01-08 01:26:48 +0100 |
commit | f8455e9b4f0270811dac718810811292beb41da6 (patch) | |
tree | 3331a394e71b2518c04314866f7c5ec5e40bbb19 /wram.asm | |
parent | 146d12d6e50ed468bcb4866b23483bdebf4e5874 (diff) |
Reverse the LastEnemyCounterMove and LastPlayerCounterMove labels
They were swapped
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |