forked from hkc/cc-stuff
and pls read the title
This commit is contained in:
parent
8175c31733
commit
f4fb54c23a
|
@ -46,6 +46,7 @@ function()
|
|||
for i = 1, 48 do
|
||||
local offset = read32()
|
||||
local length = read32()
|
||||
local title = drive.read(117)
|
||||
print(string.format("%d: %d + %d", i, offset, length))
|
||||
table.insert(table_of_contents, {
|
||||
title = "", -- TODO
|
||||
|
|
Loading…
Reference in New Issue