Thanks again for the bug reports!
TheLastMillennial wrote:
A few minor ReadMe typo's:
TheLastMillenial is actually spelled TheLastMillennial (two n's)
Recipie is spelled Recipe
Fixed Them
TheLastMillennial wrote:
Game freezing bug:
'Repair wagon' freeze is still present.
Actually fixed it this time! The problem was this:
Code:
remainder(rand,3)->X
Lbl FIXX
If X=1
det(2,7)
det(42,0,100,320,50)
det(18,"Repaired!",110,110
Pause
Goto USAT
End
If X=2
det(2,7)
det(42,0,100,320,50)
det(18,"Couldn't Repair!",100,110
Pause
Goto NORE
End
Goto FIXX
If X=0, what happens?
TheLastMillennial wrote:
Hunting bug:
When the cursor is at the far left side of the screen you cant move it back to the right (you can move it up and down). If you press the left arrow key again though it takes the cursor to the other side of the screen. However, you can't make the cursor jump over to the left side of the screen by going too far to the right. When hunting, the animals sometimes clip inside of the green boarder on the bottom of the screen. Is there a way to make the animals disappear when they touch the green area?
Working on that right now! It has something to do with the boundaries.
TheLastMillennial wrote:
Misc. Bug:
When you try to continue the trail with no save file, it immediately says that 'your stuck'. If you choose 'give up' it doubles the screen again. If you choose give up again, it quits.
I'll make it so that it won't load the file if all values are zero .
TheLastMillennial wrote:
Maybe add an auto save feature where every 250 miles or so the game saves to L5 so if the game freezes and you haven't saved in a while, your progress isn't completely lost.
I'll see if I can add that.
TheLastMillennial wrote:
What happened to prgmAORG? Now there is a new ASM program, prgmOFILES, but I'm not sure what it does besides boot up the game.
My bad, I accidentally added two of the same file in the source code. It's supposed to add OFILES.8xp and OREGON.8xp to the calc. OREGON.8xp is the Basic file that opens the main game (OFILES.8xp) and saves the data. Instead, it adds two OFILES.8xp. Will fix ASAP