diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-04-01 17:48:55 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-02-04 21:03:55 +0100 |
| commit | c6bc9014c10858b8cfd482289c9691b11ef6ad39 (patch) | |
| tree | 5e2511301e3f20b61caa6b0e23ad54d7011f4f74 /space/src/space.s | |
| parent | 6913995597651172b88301776a9e3a66a7c68117 (diff) | |
| download | code.nes-c6bc9014c10858b8cfd482289c9691b11ef6ad39.tar.gz code.nes-c6bc9014c10858b8cfd482289c9691b11ef6ad39.zip | |
Move assets into a global directory
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'space/src/space.s')
| -rw-r--r-- | space/src/space.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/space/src/space.s b/space/src/space.s index c6d431f..675aaa2 100644 --- a/space/src/space.s +++ b/space/src/space.s @@ -26,7 +26,7 @@ .addr nmi, reset, irq .segment "CHARS" - .incbin "../assets/space.chr" + .incbin "../../assets/space.chr" .segment "STARTUP" |
