View changes for revision:                                                            
Defunct Actor 229 (125, rev. 15)
By  Hiccup on 01-31-16, 04:03 pm
Category 'Useless sprites', unknown
Nothing appears when this sprite is spawned, at least in all situations tried so far.
Data files: none
Sprite fields: none
Defunct Actor 229 (125, rev. 16)
By  Hiccup on 01-31-16, 04:04 pm
Category 'Useless sprites', unknown
Sprite set: 8-4
Data:
II JJ KL H- -- --
Alas it seems that this sprite is impossible to load, but that doesn't mean it is devoid of data.

Nybbles 2-3 - JJ - are probably the Trigger ID 1?
Data supports the presence of Triggers ID, so most likely.

Nybbles 0-1 - II - are probably the Trigger ID 2?
Data supports the presence of Triggers ID, so most likely.

Nybble 4 - K - is probably the Trigger ID Check?
AND R1, R1, #1
Nybble 4 is stored in R1.
Basically if R1 is even, then R1 AND 1 = 0, else if odd R1 AND 1 = 1.
Trigger ID Check's code is exactly this, it gives credence to Nybble 4 being indeed the Trigger ID Check.

Nybble 5 - L - is probably the length by the looks of it?
If lower than 1, make it 1.
If higher than 4, make it 4.

Nybble 6 - H - is probably the height by the looks of it?
If lower than 1, make it 1.
If higher than 3, make it 3.
Data files: none
Sprite fields: none