aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-06-06 16:22:38 -0500
committerGitHub <noreply@github.com>2022-06-06 17:22:38 -0400
commit85c97397c387a30a90c42d857ed18075c51b980f (patch)
tree733cdbeb9ec71d190d8c7a1d5e55f06c91d08dc7 /home
parentRemove Stadium data patch from tools/make_patch.c (#84) (diff)
downloadpokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.gz
pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.tar.xz
pokeyellow-85c97397c387a30a90c42d857ed18075c51b980f.zip
Improved Virtual Console patch identifiers (#85)
Diffstat (limited to 'home')
-rw-r--r--home/pikachu_cries.asm2
-rw-r--r--home/serial.asm8
2 files changed, 5 insertions, 5 deletions
diff --git a/home/pikachu_cries.asm b/home/pikachu_cries.asm
index 58bf2bdb..9d41da02 100644
--- a/home/pikachu_cries.asm
+++ b/home/pikachu_cries.asm
@@ -1,5 +1,5 @@
PlayPikachuPCM::
- vc_hook PLAY_HACK
+ vc_hook Unknown_PlayPikachuPCM
ldh a, [hLoadedROMBank]
push af
ld a, b
diff --git a/home/serial.asm b/home/serial.asm
index b4546fbd..aa67654f 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -233,7 +233,7 @@ Serial_PrintWaitingTextAndSyncAndExchangeNybble::
jp LoadScreenTilesFromBuffer1
Serial_SyncAndExchangeNybble::
- vc_hook send_send_buf2
+ vc_hook Wireless_WaitLinkTransfer
ld a, $ff
ld [wSerialExchangeNybbleReceiveData], a
.loop1
@@ -257,7 +257,7 @@ Serial_SyncAndExchangeNybble::
ld a, [wSerialExchangeNybbleReceiveData]
inc a
jr z, .loop1
- vc_patch Network10
+ vc_patch Wireless_net_delay_3
IF DEF(_YELLOW_VC)
ld b, 26
ELSE
@@ -269,7 +269,7 @@ ENDC
call Serial_ExchangeNybble
dec b
jr nz, .loop2
- vc_patch Network11
+ vc_patch Wireless_net_delay_4
IF DEF(_YELLOW_VC)
ld b, 26
ELSE
@@ -283,7 +283,7 @@ ENDC
jr nz, .loop3
ld a, [wSerialExchangeNybbleReceiveData]
ld [wSerialSyncAndExchangeNybbleReceiveData], a
- vc_hook send_send_buf2_ret
+ vc_hook Wireless_WaitLinkTransfer_ret
ret
Serial_ExchangeNybble::