http://dixq.net/g/#33
↑のs2. サウンドノベル風文字列表示法1にあるプログラムの

for(j=0;j<256;j++){
if(oldKey[j]==0 && Key[j]==1)
Key[j]=2;
oldKey[j]=Key[j];
}

って何を意味してるの?