aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus/main_menu.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/menus/main_menu.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/menus/main_menu.asm')
-rw-r--r--engine/menus/main_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/main_menu.asm b/engine/menus/main_menu.asm
index 0708c0ce..7db60d3d 100644
--- a/engine/menus/main_menu.asm
+++ b/engine/menus/main_menu.asm
@@ -284,11 +284,11 @@ LinkMenu:
.choseCancel
xor a
ld [wMenuJoypadPollCount], a
- vc_hook Network_STOP
+ vc_hook Wireless_net_stop
call Delay3
call CloseLinkConnection
ld hl, LinkCanceledText
- vc_hook Network_END
+ vc_hook Wireless_net_end
call PrintText
ld hl, wd72e
res 6, [hl]