You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Harmonize engine/{battle, battle_anims, events, games} with pokegold
This commit is contained in:
@@ -5079,7 +5079,7 @@ BattleCommand_ForceSwitch:
|
||||
call UpdateBattleMonInParty
|
||||
xor a
|
||||
ld [wNumHits], a
|
||||
inc a
|
||||
inc a ; TRUE
|
||||
ld [wForcedSwitch], a
|
||||
call SetBattleDraw
|
||||
ld a, [wPlayerMoveStructAnimation]
|
||||
@@ -5172,7 +5172,7 @@ BattleCommand_ForceSwitch:
|
||||
call UpdateBattleMonInParty
|
||||
xor a
|
||||
ld [wNumHits], a
|
||||
inc a
|
||||
inc a ; TRUE
|
||||
ld [wForcedSwitch], a
|
||||
call SetBattleDraw
|
||||
ld a, [wEnemyMoveStructAnimation]
|
||||
|
||||
Reference in New Issue
Block a user