shithub: pokecrystal

Download patch

ref: 0e76127da878efbe86997eb5a58e6bcd4bf66ff5
parent: 9b8f57a7308691f67f9025b5dcc621941dbc3afd
author: Fredrik Ljungdahl <fredde1994@gmail.com>
date: Sat Jan 7 20:43:25 EST 2017

Fix an overlooked replace

The build should match now...

--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -971,7 +971,7 @@
 .EndDisobedience:
 	xor a
 	ld [LastPlayerMove], a
-	ld [LastEnemyCounterMove], a
+	ld [LastPlayerCounterMove], a
 
 	; Break Encore too.
 	ld hl, PlayerSubStatus5
--- a/misc/mobile_5c.asm
+++ b/misc/mobile_5c.asm
@@ -206,7 +206,7 @@
 ; 170c8b
 
 Function170c8b: ; 170c8b
-	ld hl, LastPlayerCounterMove
+	ld hl, LastEnemyCounterMove
 	ld b, $5
 .asm_170c90
 	ld a, [hl]