aboutsummaryrefslogtreecommitdiff
path: root/.nasm
diff options
context:
space:
mode:
Diffstat (limited to '.nasm')
-rw-r--r--.nasm/memory.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt
index 23ba954..1e5caad 100644
--- a/.nasm/memory.txt
+++ b/.nasm/memory.txt
@@ -34,9 +34,11 @@ $37: zp_next_enemy_cycle
$38: zp_flags
$40: zp_screen_y
$41-$42: zp_position_y
+$43: zp_player_tile_y
$44: zp_velocity_y
$45: zp_screen_x
$46-$47: zp_position_x
+$48: zp_player_tile_x
$49: zp_velocity_x
$50: zp_state
$51: zp_walk_counter
@@ -77,4 +79,4 @@ $4016: m_joypad
$4017: m_frame_counter
--- Summary (in bytes) ---
-- Internal RAM: 415/2048 (20.26%)
+- Internal RAM: 417/2048 (20.36%)