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 3603fc9..397a90b 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -16,6 +16,7 @@ $0E: zp_player_tile_waist
$0F: zp_player_tile_bottom
$10: zp_displayed
$11: zp_timer
+$12: zp_last_rand
$20: zp_flags
$21: zp_prev
$22: zp_buttons
@@ -80,4 +81,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 418/2048 (20.41%)
+- Internal RAM: 419/2048 (20.46%)
diff --git a/.nasm/segments.txt b/.nasm/segments.txt
index 2c4877f..85c337d 100644
--- a/.nasm/segments.txt
+++ b/.nasm/segments.txt
@@ -1,4 +1,4 @@
- HEADER: 16/16 (100%)
-- ROM0: 8253/32762 (25.19%)
+- ROM0: 8276/32762 (25.26%)
- ROMV: 6/6 (100%)
- ROM2: 8192/8192 (100%)