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!

Warning Type 68

From The Cutting Room Floor
Jump to navigation Jump to search

Title Screen

Warning Type 68

Developer: Cosmos Computer
Publisher: Cosmos Computer
Platform: Sharp X68000
Released in JP: December 12, 1989


SourceIcon.png This game has uncompiled source code.


Warning Type 68 is a remake of the PC-88 game Warning.

Uncompiled Code

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];