You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Build the Virtual Console patch with make crystal11_vc (#882)
Fixes #813
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user