Added orbs and the placement is clearly too far to the right.
I would fix it myself, and i did attempt to but I have no idea how to read the data for it
Code:
public final int[]
/**
* hp orb
* x = -1
* y = -27
*/
/**
* prayer orb
* x = -9
* y = -?
*/
/**
* hp orb
* x = -
* y = -
*/
orbX = { 1, 1, 25 },
orbY = { 41, 85, 121 },
orbTextX = { 16, 16, 40 },
orbTextY = { 67, 111, 147 },
coloredOrbX = { 28, 28, 52 },
coloredOrbY = { 45, 89, 125 },
currentInterface = { 4016, 4012, 149 },
maximumInterface = { 4017, 4013, 149 },
orbIconX = { 28, 28, 52 },
orbIconY = { 45, 89, 125 };
This is what it looks like, and I know that my mapback may be split into two images.