I don't know why does the **another_world_state::copyVideoPage** method have this conditional: ``` /* The actual meaning of this conditional needs to be clarified: */ if (srcPageId < 0xFE && ((srcPageId &= 0xBF) & 0x80)) { ```