aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt3
-rw-r--r--.nasm/segments.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 1e5caad..3603fc9 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -54,6 +54,7 @@ $C9: zp_pool_index
$CA: zp_state
$CB: zp_collected
$CC-$CD: zp_timer
+$CE: zp_fuel_timer
$D1: zp_tiles
$D2-$D3: zp_movement_fn
$D4: zp_pool_index
@@ -79,4 +80,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 417/2048 (20.36%)
+- Internal RAM: 418/2048 (20.41%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 6471fef..403b691 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 8048/32762 (24.57%)
+- ROM0: 8066/32762 (24.62%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)