Use NO_INPUT instead of magic number (#1051)

This is for the Virtual Console builds, where it disables the print functions of Unown and Mail.
This commit is contained in:
Idain 2023-05-28 10:12:33 -04:00 committed by GitHub
parent 5e8c7c8f78
commit 5e983d32aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ _UnownPrinter:
ldh a, [hJoyPressed]
vc_patch Forbid_printing_Unown
if DEF(_CRYSTAL11_VC)
and 0
and NO_INPUT
else
and A_BUTTON
endc

View File

@ -69,7 +69,7 @@ ReadAnyMail:
jr z, .loop
vc_patch Forbid_printing_mail
if DEF(_CRYSTAL11_VC)
and 0
and NO_INPUT
else
and START
endc