Flags

Completed patches for Keen4.
Post Reply
levellass
Posts: 3001
Joined: Wed Oct 11, 2006 12:03 pm
Location: Ngaruawahia New Zealand

Flags

Post by levellass »

Some flag patches I dug up whilst making the previous patch. Note that by default, after a flag has flipped, still flags will appear on ALL tiles marked with $F0xx (This can be used to do stuff like 'light scenery on fire' )

Code: Select all

#Never produce a flipping flag on level exit,
#but still have 'placed' flags
%patch $6145 $90 $90 $90 $90 $90

#No flags at all, ever
%patch $6137 $D0

#Flags appear in holders AND on all level entry sprites too
%patch $6139 $90 $90

#Tile $D0xx marked map tiles are replaced with when
#level finished. (By default, 0, tile removed entirely)
%patch $6130 $0000W

Someone may find uses for these, I know I have!
Post Reply