Ordering info sprites

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

Ordering info sprites

Post by levellass »

Patches for the Yorp and Garg that appear on the Ordering info screen.

Code: Select all

#Sprite list for Ordering Info
%patch $A34A  $3102W		#Read from
%patch $A34E  $0004W		#Length of list to read
%patch $16152 $0030W		#List, two sprites, Yorp and Garg
              $003CW

#V Positioning list
%patch $A35A  $3106W		#Read from
%patch $A35E  $0008W		#Length of list to read
%patch $16156 $9700W $0000W	#Yorp
              $8F00W $0000W	#Garg

#H Positioning list
%patch $A36A  $310EW		#Read from
%patch $A36E  $0008W		#Length of list to read
%patch $1615E $9000W $0000W
              $8D00W $0000W

#Randomness stuff:
%patch $A3DC $0031W #Randomizer for stuff added to sprite anims
%patch $A3E5 $0007W #Amount to randomize (Lower = more)
Post Reply