We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a20b6e commit b8fa4e2Copy full SHA for b8fa4e2
5 files changed
crt0.o
0 Bytes
dungeon.c
@@ -460,7 +460,7 @@ void title_screen() {
460
gotoxy(20,14);
461
cputc(140);
462
puts("Press a key");
463
- gotoxy(20,15);
+ gotoxy(21,15);
464
key=cgetc();
465
puts("Get ready!");
466
timer=nop_delay(5000);
@@ -747,6 +747,19 @@ int main() {
747
// Set up the screen
748
load_room();
749
draw_screen();
750
+ cputc(129);
751
+ cputcxy(x,y,64);
752
+ nop_delay(500);
753
+ cputc(136);
754
755
756
757
758
759
760
761
762
+ cputc(135);
763
cputcxy(x,y,64);
764
765
// Game on!
dungeon.neo
125 Bytes
dungeon.o
867 Bytes
neo6502.lib
0 commit comments