mirror of https://github.com/pret/pokecrystal.git
Use NITE_HOUR constant for Buena's event
This commit is contained in:
parent
287d893d22
commit
3c3d87e765
|
@ -106,7 +106,7 @@ Buena:
|
|||
checkflag ENGINE_BUENAS_PASSWORD_2
|
||||
iftrue .PlayedAlready
|
||||
readvar VAR_HOUR
|
||||
ifless 18, .TooEarly
|
||||
ifless NITE_HOUR, .TooEarly
|
||||
checkflag ENGINE_BUENAS_PASSWORD
|
||||
iffalse .TuneIn
|
||||
checkitem BLUE_CARD
|
||||
|
|
Loading…
Reference in New Issue