Fixed the collision of the table inside Lavender Town radio tower

This commit is contained in:
CaptainSegis 2016-12-15 21:30:52 -05:00
parent a2910d701f
commit c53e4528d9
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 = 42289194
Const METAHASH As String = "N0VFMkNBRDRGQzM2NDRGNEIyMjI0QTNGNDAyOUI5NEQ="
Const EXPECTEDSIZE As Integer = 42289870
Const METAHASH As String = "ODZFMTE0RTlEQjFCREUyNkEyODM5QUREQjhDMzFFM0Y="
Public Shared ReadOnly Property IsValid(ByVal ForceResult As Boolean) As Boolean
Get

File diff suppressed because one or more lines are too long