mirror of https://github.com/pret/pokecrystal.git
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