Something I hate about Hex editors is, that I can't do a lot of things I could do in normal text editors. If I'm pissed so much of using them, I always dig out IDA to convert the Hex into an ASM array (with dc.X commands). This, however, is annoying as well, so I decided to make a tiny program for it.
Running the original menutext.bin file through it (level select text) looks like this:

And the output looks like this:
Download: http://selbi.hapisan.com/HEX2ASM.exe
Usage: Just drag'n'drop a file on it. The rest should be pretty obvious. Also download .NET Framework if you don't have it already!
Special Thanks to MarkeyJester for a 5 minutes beta testing!
Running the original menutext.bin file through it (level select text) looks like this:

And the output looks like this:
Syntax Highlighted Code: ASM
dc.b $17,$22,$15,$15,$1E,$FF,$18,$19,$1C,$1C,$FF,$10,$1F,$1E,$15,$FF,$FF,$23,$24,$11,$17,$15,$FF,$01
dc.b $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$23,$24,$11,$17,$15,$FF,$02
dc.b $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$23,$24,$11,$17,$15,$FF,$03
dc.b $1C,$11,$12,$0F,$22,$19,$1E,$24,$18,$FF,$10,$1F,$1E,$15,$FF,$FF,$FF,$23,$24,$11,$17,$15,$FF,$01
dc.b $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$23,$24,$11,$17,$15,$FF,$02
dc.b $FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$FF,$23,$24,$11,$17,$15,$FF,$03
...
Download: http://selbi.hapisan.com/HEX2ASM.exe
Usage: Just drag'n'drop a file on it. The rest should be pretty obvious. Also download .NET Framework if you don't have it already!
Special Thanks to MarkeyJester for a 5 minutes beta testing!


