mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix an overlooked replace
The build should match now...
This commit is contained in:
parent
9b8f57a730
commit
0e76127da8
@ -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
|
||||
|
@ -206,7 +206,7 @@ Function170c06: ; 170c06
|
||||
; 170c8b
|
||||
|
||||
Function170c8b: ; 170c8b
|
||||
ld hl, LastPlayerCounterMove
|
||||
ld hl, LastEnemyCounterMove
|
||||
ld b, $5
|
||||
.asm_170c90
|
||||
ld a, [hl]
|
||||
|
Loading…
Reference in New Issue
Block a user