VOCC / vocc

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

Export image data to .c file in proper GBA file format #4

Closed bhillier3 closed 5 years ago

bhillier3 commented 5 years ago

The exported file information/data is fairly hardcoded right now, so will have to fix that later down the line when dealing with the other GBA modes, sprites vs. backgrounds, or exporting different file types. Also, currently only handles one image.

bhillier3 commented 5 years ago

Also, the saveAs function downloads the .c file to your download folder. You cannot choose where to save the file nor what to name the file. Will need to fix this later.

lbussell commented 5 years ago

I think the download location is a browser setting, rather than something you can control in your code. Merging this.