Tube Job v1.0 by Gi Nattak The large glass tubes inside the Magitek Factory Laboratory have an issue with two of the background layer 3 tiles, an incorrect palette of palette $00 being assigned instead of $0C like the rest of the tube's tiles. Palette $00 is reserved for the font color, so whatever color the font is set to, two tiles at the top-right and top-left of the tube would show this same color... so if you set your font color to green, the two tiles will show green as well. This is an obvious mistake and this patch corrects the two tiles' palette in question to be correct. This normally goes unnoticed because with the default font color it doesn't look bad and nothing stands out...but once you go for, say, a nice hot pink font color, it becomes extremely noticeable. offset range effected (compressed graphics): 26C300-26C604 Tool used: PeerSpriteViewer old compressed length: 305 new compressed length: 303 Thanks to Everything for providing information crucial to fixing this.