diff --git a/NeutTower.dsk b/NeutTower.dsk new file mode 100644 index 0000000..1f31a70 Binary files /dev/null and b/NeutTower.dsk differ diff --git a/neuttower/disk.fnl b/neuttower/disk.fnl index 6524d37..4a7d53c 100644 --- a/neuttower/disk.fnl +++ b/neuttower/disk.fnl @@ -75,8 +75,8 @@ (create-sys-loader disk :NEUT game) - (disk:add-file "TITLE.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "game/title.screen") :fromhex)) - (disk:add-file "ELEVATOR.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "game/end.screen") :fromhex)) + (disk:add-file "TITLE.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "neuttower/title.screen") :fromhex)) + (disk:add-file "ELEVATOR.SCREEN" Prodos.file-type.BIN 0x2000 (: (util.readjson "neuttower/end.screen") :fromhex)) (each [_ file (ipairs game.files)] (disk:add-file file.filename Prodos.file-type.BIN file.org (. game.org-to-block file.org :bytes)))