diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 22:22:08 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-02-12 22:22:08 +0100 |
| commit | c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49 (patch) | |
| tree | 3975a42797cfc5c3f9b0e05219874e7236af2cab /.nasm/segments.txt | |
| parent | 7ff3a8f6fb3bbf101e887f660aa89956d9e3147b (diff) | |
| download | jetpac.nes-c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49.tar.gz jetpac.nes-c1e02814a8f5dffc8da80c45b96ccbfe92bdfc49.zip | |
Initial iteration of enemy movement
For now only the basic algorithm has been written, but the framework for
adding the rest has also been written down.
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.nasm/segments.txt')
| -rw-r--r-- | .nasm/segments.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nasm/segments.txt b/.nasm/segments.txt index d7be9b6..addf6cc 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 4687/32762 (14.31%) +- ROM0: 4810/32762 (14.68%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
