aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus
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
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')
-rw-r--r--engine/menus/main_menu.asm4
-rw-r--r--engine/menus/save.asm2
2 files changed, 3 insertions, 3 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]
diff --git a/engine/menus/save.asm b/engine/menus/save.asm
index fdf69765..b74b9058 100644
--- a/engine/menus/save.asm
+++ b/engine/menus/save.asm
@@ -39,7 +39,7 @@ LoadSAV0:
ld [MBC1SRamBank], a
; This vc_hook does not have to be in any particular location.
; It is defined here because it refers to the same labels as the two lines below.
- vc_hook SaveLimit
+ vc_hook Unknown_save_limit
ld hl, sGameData
ld bc, sGameDataEnd - sGameData
call SAVCheckSum