Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Fire Bars

Matt Greer edited this page May 7, 2021 · 2 revisions

Fire bars are five byte sprites of the form 0 b9 x y param

graphic set

fire bars appear to be universal and work in all graphic sets

param

The param decides how large the firebar is and other properties. It is not a simple "length" parameter.

param fireball count rotation point direction
0 7 center clockwise
1 7 center counterclockwise
2 4 end clockwise
3 4 end counterclockwise
4 11 center clockwise
5 11 center counterclockwise
6 6 end clockwise
7 6 end counterclockwise
8 13 center clockwise
9 13 center counterclockwise
A 7 end clockwise
B 7 end counterclockwise
C 17 center clockwise
D 17 center counterclockwise
E 9 end clockwise
F 9 end counterclockwise

If the param is greater than F, then the fire bar does not appear at all, it's as if it doesn't exist