Re: A86: very strange
[Prev][Next][Index][Thread]
Re: A86: very strange
ones with a hiscore table do...just type up a little program like:
ld a,(val)
ld l,a
ld h,0
ld a,0
call $4a33
ld a,10
ld (val),a
val:
.db 5
normally that would display 5 the first time and 10 every time after that,
but when you run 'program A' before you run this it will display 5 every
time.
>Most games _don't_ save their high scores in the program, they assume
>writeback, which isn't there unless you're running it under a shell.
>
>--Joshua
>