summaryrefslogtreecommitdiff
path: root/engine/menus
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-03-14 16:03:15 -0500
committerGitHub <noreply@github.com>2022-03-14 17:03:15 -0400
commit3d58fb95569be74c6c229118a425fa22628f1dc3 (patch)
tree5ddb4fbcefce4610963397d82cef2fb3b470e956 /engine/menus
parentfddd1c132bd526cc9b15c14896becfc30288a049 (diff)
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
Diffstat (limited to 'engine/menus')
-rw-r--r--engine/menus/menu.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/menus/menu.asm b/engine/menus/menu.asm
index 7ff696c9..0017172d 100644
--- a/engine/menus/menu.asm
+++ b/engine/menus/menu.asm
@@ -215,6 +215,7 @@ _ScrollingMenuJoypad::
jr .loopRTC
.pressed
+ vc_hook print_forbid_3
call _2DMenuInterpretJoypad
jp c, .done
ld a, [w2DMenuFlags1]
@@ -244,6 +245,7 @@ Menu_WasButtonPressed:
and a
ret z
scf
+ vc_hook print_forbid_2
ret
_2DMenuInterpretJoypad: