From 2f85b4c7820d919497878d54dea530fe73a486c9 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Mar 2026 23:18:55 +0100 Subject: Move enemy initialization into its own function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will be useful whenever we implement the re-appearance of enemies. Signed-off-by: Miquel Sabaté Solà --- .nasm/segments.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.nasm') diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 3c85c8f..5b1f542 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5467/32762 (16.69%) +- ROM0: 5471/32762 (16.70%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) -- cgit v1.2.3