diff options
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/print_unown.asm | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
