Where a(Almost) evrything spawns

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

Where a(Almost) evrything spawns

Post by levellass »

I know I'm probably wasting your time and just being annoying, but to save everyone the trouble I've updated my positions file for Keen 4 sprite patches.

Huzzah, so with everything fixed up; go here and look at section 8.) :http://levellord.toxicsheep.com/Index/K ... 20Patches/


Some highlights from the document:

Code: Select all

#Location of scorebox and Demo sign:
%patch $DD8A $40 $00 #Scorebox v location
%patch $DD91 $40 $00 #Scorebox h location
%patch $DDDC $80 $00 #Demo sign v location
%patch $DDE6 $00 $02 #Demo sign h location (From RIGHT of screen)

Code: Select all

#Smirky
#Spawning height
%patch $11A5E $80 $FE #1.5 tiles down
#Teleport back height
%patch $11C69 $80 $00 #1/2 a tile up (REVERSED)
Post Reply