From 620812b5a9edc882ea5ab159914c4ff75a6cf51e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Mar 2026 23:59:52 +0100 Subject: Update the explosions' pool capacity MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More enemies means more possible explosions. Hence, increase the pool's capacity by one to match the recent change in enemies per screen. Signed-off-by: Miquel Sabaté Solà --- .nasm/memory.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.nasm/memory.txt') diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 3ff57d4..294d911 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -35,8 +35,8 @@ $50: zp_state $51: zp_walk_counter $53-$54: zp_lifes $60-$6F: zp_pool_base -$70-$7B: zp_pool_base -$7C: zp_active +$70-$7E: zp_pool_base +$7F: zp_active $80: zp_control $81: zp_mask $A0-$BD: zp_pool_base @@ -69,4 +69,4 @@ $4016: m_joypad1 $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 387/2048 (18.90%) +- Internal RAM: 390/2048 (19.04%) -- cgit v1.2.3