catskull/GB-Logo-Generator

Allow uploading

Closed this issue · 2 comments

Allow uploading of a rom to edit it's header.

Upload a rom.

Populate the fields based on the header information.

Remove the load button from the logo and replace it with a fix button that will reset the logo to the nintendo one.

If they've drawn a new logo warn them that the rom will not boot.

This rom. If I change the name, download it, then re-upload, the cartridge type and rom size change.

Rocket Man (Demo) v1.0.gb.zip

This, and other things were fixed in the latest commit: e13c34d

The problem is the ASCII character 00h which is the null character (but yet still a character). I changed the manufacturer and the new lisencee code to show NULL and NA when this occurs. However, there may be other issues regarding this 00h charcter.