From 12eebaedecce6cd993163298bfd17cb41523b6a6 Mon Sep 17 00:00:00 2001 From: Pecusx Date: Sat, 16 Mar 2024 23:33:15 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 71e6b26..7fa1b11 100644 --- a/README.md +++ b/README.md @@ -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