Use NO_INPUT instead of magic number (pret/pokecrystal#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 vulcandth
parent b926758efb
commit be7c950f05
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(_GOLD_VC) || DEF(_SILVER_VC)
and 0
and NO_INPUT
else
and A_BUTTON
endc

View File

@@ -50,7 +50,7 @@ ReadAnyMail:
jr z, .loop
vc_patch Forbid_printing_mail
if DEF(_GOLD_VC) || DEF(_SILVER_VC)
and 0
and NO_INPUT
else
and START
endc