[Daisy Script Fix]

Fixed script that caused Daisy to never groom your Pokémon
This commit is contained in:
JappaWakka 2021-01-20 17:48:28 +01:00
parent c6d905fade
commit 315842bbba
3 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
Shared _valid As Boolean = False
Const RUNVALIDATION As Boolean = False
Const EXPECTEDSIZE As Integer = 48239192
Const METAHASH As String = "ODU3RDdENDYxNDUwODBCRUU3OUY0RTRDQjFDRTIwNTk="
Const EXPECTEDSIZE As Integer = 48238526
Const METAHASH As String = "NzlEQkNFOEJCQzdCMkU1MDIzMkRBNzYxODcwNEUwQUM="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long