From 276515a1338feb72e38825dd920a23ac525d241b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 8 Mar 2026 16:10:52 +0100 Subject: State game over only when all players are dead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a bit contrary to the original game, where each player would get its own "Game over" event. Signed-off-by: Miquel Sabaté Solà --- .nasm/segments.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.nasm') diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 35b446b..e5b18a5 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,8 @@ - HEADER: 16/16 (100%) +<<<<<<< HEAD - ROM0: 6609/32762 (20.17%) +======= +- ROM0: 6658/32762 (20.32%) +>>>>>>> 823e1f6ed102 (State game over only when all players are dead) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) -- cgit v1.2.3