diff options
Diffstat (limited to '.nasm')
| -rw-r--r-- | .nasm/memory.txt | 3 | ||||
| -rw-r--r-- | .nasm/segments.txt | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/.nasm/memory.txt b/.nasm/memory.txt index 05bf7eb..23ba954 100644 --- a/.nasm/memory.txt +++ b/.nasm/memory.txt @@ -51,6 +51,7 @@ $C0-$C8: zp_pool_base $C9: zp_pool_index $CA: zp_state $CB: zp_collected +$CC-$CD: zp_timer $D1: zp_tiles $D2-$D3: zp_movement_fn $D4: zp_pool_index @@ -76,4 +77,4 @@ $4016: m_joypad $4017: m_frame_counter --- Summary (in bytes) --- -- Internal RAM: 413/2048 (20.17%) +- Internal RAM: 415/2048 (20.26%) diff --git a/.nasm/segments.txt b/.nasm/segments.txt index 7782ff6..28e3a9a 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 7507/32762 (22.91%) +- ROM0: 7838/32762 (23.92%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
