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:
@@ -67,7 +67,13 @@ ReadAnyMail:
|
||||
ldh a, [hJoyPressed]
|
||||
and A_BUTTON | B_BUTTON | START
|
||||
jr z, .loop
|
||||
vc_patch print_forbid_4
|
||||
if DEF(_CRYSTAL11_VC)
|
||||
and 0
|
||||
else
|
||||
and START
|
||||
endc
|
||||
vc_patch_end
|
||||
jr nz, .pressed_start
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user