fix bug on two pass 8-bit rand seed restore

This commit is contained in:
Dagen Brock 2015-10-15 21:19:38 -05:00
parent 623bfc0dc2
commit c27f634310
1 changed files with 2 additions and 2 deletions

View File

@ -1043,9 +1043,10 @@ TestPastFinalBank lda TestDirection
TestTwoPassRestoreSeed
lda TwoPassSeed+1 ;if we are on a read pass, restore our seed
sta _seed16a
sta _seed
lda TwoPassSeed
sta _seed16b
sta _seed
rts
@ -1848,4 +1849,3 @@ BankExpansionHighest ds 1
BankMap ds 256 ;page-align maps just to make them easier to see
_stash ds 256
ds \