diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-26 15:59:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 16:59:36 -0400 |
| commit | fe8d3c51a4056f0dd61dbef332ad9e714b82089a (patch) | |
| tree | 871eb178792c4355564b858e79e0e61963e0ffef /engine/menus/main_menu.asm | |
| parent | Refactor pkmncompress.c to use common.h (diff) | |
| download | pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.gz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.xz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.zip | |
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
Diffstat (limited to 'engine/menus/main_menu.asm')
| -rw-r--r-- | engine/menus/main_menu.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/menus/main_menu.asm b/engine/menus/main_menu.asm index 7e4cc9be..0708c0ce 100644 --- a/engine/menus/main_menu.asm +++ b/engine/menus/main_menu.asm @@ -284,9 +284,11 @@ LinkMenu: .choseCancel xor a ld [wMenuJoypadPollCount], a + vc_hook Network_STOP call Delay3 call CloseLinkConnection ld hl, LinkCanceledText + vc_hook Network_END call PrintText ld hl, wd72e res 6, [hl] |
