Converts a bin array to an (Intel) HEX string. More specifically I8HEX since only record types 00 and 01 are being used. You can provide the binary data to the convert methods in different ways, for ...
I was excited to work with binaries on Python until I end up creating a script for the GameBoy sprite format. Days later, I realize that the MasterSystem sprite format is 4BPP, I just need to add 2 ...