From 31c3c94d64e1ac1e40c95acfda7de8b99b4f302b Mon Sep 17 00:00:00 2001 From: vulcandth Date: Sat, 12 Mar 2022 17:34:04 -0600 Subject: Build the Virtual Console patch with `make crystal11_vc` (#882) Fixes #813 --- engine/events/print_unown.asm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engine/events') diff --git a/engine/events/print_unown.asm b/engine/events/print_unown.asm index dac7d4b97..f969b3449 100644 --- a/engine/events/print_unown.asm +++ b/engine/events/print_unown.asm @@ -74,7 +74,13 @@ _UnownPrinter: jr nz, .pressed_b ldh a, [hJoyPressed] + vc_patch print_forbid_1 +if DEF(_CRYSTAL11_VC) + and 0 +else and A_BUTTON +endc + vc_patch_end jr nz, .pressed_a call .LeftRight -- cgit v1.2.3