sippery top tile flags

Request patches for Keens 4-6.
Post Reply
User avatar
Nisaba
Posts: 320
Joined: Fri Jan 01, 2016 11:15 pm
Location: patch.pat
Contact:

sippery top tile flags

Post by Nisaba »

has anybody already discovered a Galaxy top tile flag which lets Keen slide around like seen in Episode 1?
There is a slippery solution for K5, what about 4 & 6?

reference:

Code: Select all

#Mooning tile is now 'ice' (K5)
%patch $C50B $81 $7C $1C $0888W  $75 $05 $C7 $44 $1C $0F72W  $EB $18
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Re: sippery top tile flags

Post by levellass »

Thought I'd posted those. Oh well, they're simple enough to make equivalents for. All you do is take te same code location for mooning tiles (From the Tiles patch page) and copy the Keen 5 patch to it. (Noticing that the code you're replacing is pretty much exactly the same so this works.) Then just change the relevant sprite actions to their Keen 4\6 equivalents:

Code: Select all

#Mooning tile is now 'ice' (K4)
%patch $D1F8 $81 $7C $1C $098CW  $75 $05 $C7 $44 $1C $1094W  $EB $18

#Mooning tile is now 'ice' (K6)
%patch $C2F2 $81 $7C $1C $089AW  $75 $05 $C7 $44 $1C $0F0CW  $EB $18
Post Reply