01-13-2016, 12:17 AM
What a perfect opportunity to showcase GFXtract
Copy this into a text file, change the extension to .gsl and use it in GFXtract. Hopefully it should be fairly straightforward.
Code:
# Halfbrick Studios .tex
#
# Written by puggsoy
# GFXtract Script (https://github.com/puggsoy/GFXtract/releases)
goto 4
get WIDTH short
get HEIGHT short
get DUMMY long
setformat 32 BGRA
read IMG WIDTH HEIGHT
savepng IMG
Copy this into a text file, change the extension to .gsl and use it in GFXtract. Hopefully it should be fairly straightforward.