aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-06 16:22:34 -0500
committerGitHub <noreply@github.com>2022-06-06 17:22:34 -0400
commitd7808d110f6b104a3e5ed7b21260ed8f1b718719 (patch)
treef36c1b84a3a5d5c6d5dd7af82c38cef4b2cd6e22 /engine/battle/core.asm
parentRemove Stadium data patch from tools/make_patch.c (#355) (diff)
downloadpokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.gz
pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.xz
pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.zip
Improved Virtual Console patch identifiers (#357)
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm20
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index e7711707..66ca1aa9 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -3023,7 +3023,7 @@ LinkBattleExchangeData:
ld a, b
.doExchange
ld [wSerialExchangeNybbleSendData], a
- vc_hook send_byt2
+ vc_hook Wireless_start_exchange
callfar PrintWaitingText
.syncLoop1
call Serial_ExchangeNybble
@@ -3031,8 +3031,8 @@ LinkBattleExchangeData:
ld a, [wSerialExchangeNybbleReceiveData]
inc a
jr z, .syncLoop1
- vc_hook send_byt2_ret
- vc_patch FIGHT
+ vc_hook Wireless_end_exchange
+ vc_patch Wireless_net_delay_1
IF DEF(_RED_VC) || DEF(_BLUE_VC)
ld b, 26
ELSE
@@ -3044,8 +3044,8 @@ ENDC
call Serial_ExchangeNybble
dec b
jr nz, .syncLoop2
- vc_hook send_dummy
- vc_patch FIGHT2
+ vc_hook Wireless_start_send_zero_bytes
+ vc_patch Wireless_net_delay_2
IF DEF(_RED_VC) || DEF(_BLUE_VC)
ld b, 26
ELSE
@@ -3057,7 +3057,7 @@ ENDC
call Serial_SendZeroByte
dec b
jr nz, .syncLoop3
- vc_hook send_dummy_end
+ vc_hook Wireless_end_send_zero_bytes
ret
ExecutePlayerMove:
@@ -6677,8 +6677,8 @@ BattleRandom:
ld a, [hl]
pop bc
pop hl
- vc_hook fight_ret_c
- vc_patch fight_ret
+ vc_hook Unknown_BattleRandom_ret_c
+ vc_patch BattleRandom_ret
IF DEF(_RED_VC) || DEF(_BLUE_VC)
ret
ELSE
@@ -6749,9 +6749,9 @@ HandleExplodingAnimation:
PlayMoveAnimation:
ld [wAnimationID], a
- vc_hook_red FPA_conf_Begin
+ vc_hook_red Reduce_move_anim_flashing_Confusion
call Delay3
- vc_hook_red FPA_phy_Begin
+ vc_hook_red Reduce_move_anim_flashing_Psychic
predef_jump MoveAnimation
InitBattle::