A few teleporter patches

Request patches for Keens 1-3.
Post Reply
Darziw Nogaj
Posts: 22
Joined: Fri Feb 07, 2014 1:25 am

A few teleporter patches

Post by Darziw Nogaj »

Quinton (my son) would like to have a few patches for the teleporters in Keen1:

-Teleporter 2 location at 21,29.
-Teleporter 3 location at 54,57.
-Teleporter 2 cannot be used until Level 12 is completed.
-Teleporter 3 uses snow teleporter tiles instead of dirt teleporter tiles.
User avatar
Fleexy
Site Admin
Posts: 490
Joined: Fri Dec 12, 2008 1:33 am
Location: Bloogton Tower

Post by Fleexy »

My meager patching skills can handle the first two:

Code: Select all

%patch $158E9 $50 $02
%patch $158ED $D0 $01

%patch $158F3 $60 $03
%patch $158F7 $90 $03
I'm afraid I can't help you with #3, Lemm or Levellass will be around here eventually.

For the last one, simple world map editing will get you halfway there. Instead of 2Fh (47), place sprite 23h (35) on the location 3 teleporter.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

I thought teleporter 3 already used snow tiles; that's sprite $23 right? $21-$23 use snow and $2D-$2F use dirt?
Darziw Nogaj
Posts: 22
Joined: Fri Feb 07, 2014 1:25 am

Post by Darziw Nogaj »

I thought teleporter 3 already used snow tiles; that's sprite $23 right? $21-$23 use snow and $2D-$2F use dirt?
Yes, Quinton did that and it worked! Now he needs this patch:

-Teleporter 2 cannot be used until Level 12 is completed.
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Post by levellass »

That's a tricky one...
Post Reply