PATCH: Change "Done" markers in Keen 1

Completed patches for Keen1.
Post Reply
User avatar
adurdin
Site Founder
Posts: 549
Joined: Fri Aug 29, 2003 11:27 pm
Location: Edinburgh, Scotland
Contact:

PATCH: Change "Done" markers in Keen 1

Post by adurdin »

The following patch changes the tiles used for the "Done" markers in Keen 1:

Code: Select all

%ext ck1
%version 1.31

# Single tile "Done" marker
%patch $7D88  $F9 $00

# Four-tile "Done" marker
%patch $7DFC  $07 $01
%patch $7E14  $08 $01
%patch $7E2A  $14 $01
%patch $7E43  $15 $01

%end
This patch uses the Go Up sign instead of the small "Done" tile, and the Pogo Stick sign instead of the large "Done" tile; but any tiles can be used by changing the tile numbers patched in here.
Post Reply