Fix an overlooked replace

The build should match now...
This commit is contained in:
Fredrik Ljungdahl 2017-01-08 01:43:25 +01:00
parent 9b8f57a730
commit 0e76127da8
2 changed files with 2 additions and 2 deletions

View File

@ -971,7 +971,7 @@ BattleCommand_CheckObedience: ; 343db
.EndDisobedience:
xor a
ld [LastPlayerMove], a
ld [LastEnemyCounterMove], a
ld [LastPlayerCounterMove], a
; Break Encore too.
ld hl, PlayerSubStatus5

View File

@ -206,7 +206,7 @@ Function170c06: ; 170c06
; 170c8b
Function170c8b: ; 170c8b
ld hl, LastPlayerCounterMove
ld hl, LastEnemyCounterMove
ld b, $5
.asm_170c90
ld a, [hl]