The zip contains:
- a
.sym
file you can use to debug using no$gba. - a
.s
file you can build into a reference object for linking (or use as textual reference). - a
.idc
file for use with IDA (I am not distributing the idb itself as I'm fairly sure it would contain the binary itself).
Notes about importing the idc into IDA:
- open a clean FE8U binary, choose binary or if you have a gba ROM loader choose that, and choose arm little endian as processor.
- if you choose binary make sure you're setting it up to map the ROM at 0x8000000.
- File -> Script file... -> choose the
.idc
file. - ignore warnings if any show up.