VOCC / vocc

A web-based Gameboy Advance image editor and converter
9 stars 5 forks source link

Palette is not fully being read during export #50

Closed jtlamb closed 4 years ago

jtlamb commented 4 years ago

the full palette is not being read for some reason in lib/exportUtils.pal2Hex. The foreach should be going through the entire palette and converting each color into a gba compatible hex value.