mattcurrie / mgbdis

Game Boy ROM disassembler with RGBDS compatible output
MIT License
248 stars 38 forks source link

Is there support for Charmaps or other Text formatting? #33

Open dwn3 opened 10 months ago

dwn3 commented 10 months ago

I can mark a block as .text in the sym file but the ROM I'm looking at isn't using standard ASCII so I'd need a Character Map or some other option to offset and make the text readable.

Is there a way to do that? Am I going about this the wrong way?

ISSOtm commented 10 months ago

That seems like a good idea, the question is how mgbdis should be made aware of the charmap. Perhaps using a table file, and specifying the table file to use in the .text label somehow?