Update README.md

This commit is contained in:
Pecusx
2024-03-16 23:33:15 +01:00
committed by GitHub
parent 9e8446abe4
commit 12eebaedec
-1
View File
@@ -51,7 +51,6 @@ Game source code is split into several parts:
- `scorchC64.asm` is the main game startup code for Commodore 64
- `game.asm` - it all happens here
- `grafproc.asm` - graphics routines like line or circle
- `textproc.asm` - text routines like list of weapons and shop
- `variables.asm` - all non-zero page variables
- `constants.asm` and `constants_top.asm` - various tables of constants
- `ai.asm` - artificial stupidity of computer opponents