We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

User:Eientei95/X68k stuff

From The Cutting Room Floor
< User:Eientei95
Revision as of 10:17, 7 July 2016 by Eientei95 (talk | contribs) (X68k uncompiled code)
Jump to navigation Jump to search

Konami (開発.読)

Xak: The Art of Visual Stage

Disks 2 and 4 contain extras.

Disk 2

OMAKE\NOBODY and OMAKE\POINT\

Disk 4

PRIPIC

Warning Type 68

Present at the end of track 18, head 1, sector 3 on disk B:

}
			break;
		case 8 :	/* マーケット ノ ウリ */
			for( x=0 ; x<15 ; x++ ){
				sita[x]=panel[6][x];
			}
			for( i=1 ; i<P.ship.con ; i++ ){
				for( y=4 ; y<=5 ; y++ ){/* 1ツ ブン コピー */
					for( x=0 ; x<15 ; x++ ){
						panel[y+(i*3)][x]=panel[y][x];
					}
				}
			}
			for( i--, x=0 ; x<15 ; x++ ){
				panel[y+(i*3)][x]=sita[x];