You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix an overlooked replace
The build should match now...
This commit is contained in:
@@ -971,7 +971,7 @@ BattleCommand_CheckObedience: ; 343db
|
|||||||
.EndDisobedience:
|
.EndDisobedience:
|
||||||
xor a
|
xor a
|
||||||
ld [LastPlayerMove], a
|
ld [LastPlayerMove], a
|
||||||
ld [LastEnemyCounterMove], a
|
ld [LastPlayerCounterMove], a
|
||||||
|
|
||||||
; Break Encore too.
|
; Break Encore too.
|
||||||
ld hl, PlayerSubStatus5
|
ld hl, PlayerSubStatus5
|
||||||
|
@@ -206,7 +206,7 @@ Function170c06: ; 170c06
|
|||||||
; 170c8b
|
; 170c8b
|
||||||
|
|
||||||
Function170c8b: ; 170c8b
|
Function170c8b: ; 170c8b
|
||||||
ld hl, LastPlayerCounterMove
|
ld hl, LastEnemyCounterMove
|
||||||
ld b, $5
|
ld b, $5
|
||||||
.asm_170c90
|
.asm_170c90
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
|
Reference in New Issue
Block a user