diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-02 23:18:55 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-03-02 23:18:55 +0100 |
| commit | 2f85b4c7820d919497878d54dea530fe73a486c9 (patch) | |
| tree | a7e06700a1bcdf7b4ab11282980f86966a718e93 /.nasm/segments.txt | |
| parent | b7c41567892a7b3bd3782128926c6a223658a034 (diff) | |
| download | jetpac.nes-2f85b4c7820d919497878d54dea530fe73a486c9.tar.gz jetpac.nes-2f85b4c7820d919497878d54dea530fe73a486c9.zip | |
Move enemy initialization into its own function
This will be useful whenever we implement the re-appearance of enemies.
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 3c85c8f..5b1f542 100644 --- a/.nasm/segments.txt +++ b/.nasm/segments.txt @@ -1,4 +1,4 @@ - HEADER: 16/16 (100%) -- ROM0: 5467/32762 (16.69%) +- ROM0: 5471/32762 (16.70%) - ROMV: 6/6 (100%) - ROM2: 8192/8192 (100%) |
