You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Improved Virtual Console patch identifiers (#907)
This commit is contained in:
@@ -58,6 +58,8 @@ BattleAnimRunScript:
|
||||
farcall CheckBattleScene
|
||||
jr c, .disabled
|
||||
|
||||
; This vc_hook reduces the move animation flashing in the Virtual Console for
|
||||
; Fissure, Self-Destruct, Thunder, Flash, Explosion, Horn Drill, and Hyper Beam.
|
||||
vc_hook Reduce_move_anim_flashing
|
||||
call BattleAnimClearHud
|
||||
call RunBattleAnimScript
|
||||
@@ -675,7 +677,7 @@ BattleAnimCmd_5GFX:
|
||||
.loop
|
||||
ld a, [wBattleAnimGFXTempTileID]
|
||||
cp (vTiles1 - vTiles0) / LEN_2BPP_TILE - BATTLEANIM_BASE_TILE
|
||||
vc_hook FPA_042801_Begin
|
||||
vc_hook Reduce_move_anim_flashing_PRESENT
|
||||
ret nc
|
||||
call GetBattleAnimByte
|
||||
ld [hli], a
|
||||
|
Reference in New Issue
Block a user