Cytus Wiki
Advertisement
Chapters
Story Chapters 1 2 3 4 5 6 7 8 9 10
Side Chapters 0 S K R T D L N M
Alpha Chapters Ω DJMAX


Chapter 6
The Lost
function Operator:allocateStorage(size)
    local db = self:acquireDatabase()

    while db:getAvailableSpace() < size do
        local dated_item = db:query{
            number = 1,
            tag = "emotion",
            sort = "timestamp",
        }
        db:remove(dated_item)
    end

    local chunk = db:reserveSpace(size)
    zeroMemory(chunk)
    return chunk
end
Part6
No. Logo Song Artist Easy Hard BPM
A-6 LA-6 Alive: The Lost Sta 4 7 140
6-1 L6-1 Dragon Warrior HOSKEY 3 7 100
6-2 L6-2 Selfish Gene ani vocal by Rin 3 6 100
6-3 L6-3 Realize Persona 5 7 181
6-4 L6-4 Colorful Skies 3R2 4 9 146
6-5 L6-5 It's A Wonderful World HAMO 3 6 152
6-6 L6-6 Bloody Purity Eyemedia 8 9 155
6-7 L6-7 Logical Steps yamajet 3 8 130
6-8 L6-8 Niflheimr xi 3 8 180
6-9 L6-9 Old Gold Cranky 3 8 155
6-10 L6-10 The Blocks We Loved Killerblood 2 9 134
Advertisement