Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions SkyReader-GUI/Exp.vb
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ Public Class Exp
WholeFile(&H119) = EXP3(1)
WholeFile(&H11A) = EXP3(2)
'MessageBox.Show("Area0")
Else
WholeFile(&H118) = &H0
WholeFile(&H119) = &H0
WholeFile(&H11A) = &H0
End If
Else
WholeFile(&H113) = &H0
Expand All @@ -317,6 +321,10 @@ Public Class Exp
WholeFile(&H2D8) = EXP3(0)
WholeFile(&H2D9) = EXP3(1)
WholeFile(&H2DA) = EXP3(2)
Else
WholeFile(&H2D8) = &H0
WholeFile(&H2D9) = &H0
WholeFile(&H2DA) = &H0
End If
Else
WholeFile(&H2D3) = &H0
Expand Down