You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed issue #8 - add hi-score to show on menu screen.
- Fixed github issue #9 - hanging sound on endscreen. (i had forgot to
set PSGStop(), fixed.)
- Fixed issue #10 - white border appearing on the text only screens.
(set the correct pallete, column seems to be using sprite pallete color
0, since there are no sprites on screen, easy fix).
Copy file name to clipboardExpand all lines: README.MD
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,11 @@ Oh yeah, there's a time limit also. oops.
47
47
- To clear the SRAM (delete save high score) press PAUSE on the title screen.
48
48
49
49
### Version History:
50
+
V0.20 (05/24)
51
+
- Fixed issue #8 - add hi-score to show on menu screen.
52
+
- Fixed github issue #9 - hanging sound on endscreen. (i had forgot to set PSGStop(), fixed.)
53
+
- Fixed issue #10 - white border appearing on the text only screens. (set the correct pallete, column seems to be using sprite pallete color 0, since there are no sprites on screen, easy fix).
54
+
50
55
V0.19 (04/24)
51
56
- Separated SRAM functions in its own file. (github issue #3).
52
57
- Made randomseed a global variable to avoid having a fixed level on the first random world level, if the user goes straight to it. (github issue #5).
0 commit comments