Seeky
Seeky
[WiBo](https://github.com/decompals/WiBo/) is a Wine alternative that's apparently much faster for codewarrior
Requiring the user to manually decompress relF.bin is inconvenient, handling it automatically in the build system would be better
eu1 will be easy, since it's just 1 float in the rel. Might be worth adding a tool to patch eu1 rels into eu0 ones for now? Other versions will...
The .init, .text, .rodata, .data, .sdata and .sdata2 sections will need looking through for false or missed pointers
Since the relocations match the actual rel, it's possible the rel is already shiftable, but this needs testing
A lot of redundant work could be saved by having headers be a submodule that can be shared with mod projects
The `wii` folder of headers would ideally be split into `msl` (metrowerks standard library), `rvl` (wii sdk) and `nw4r` (extra wii library)
Symbols for other rel modules can now be added to lst files with the syntax ~~`addr:symbolName?moduleId,sectionId` (see [here](https://github.com/SeekyCt/spm-practice-codes/blob/4592a3a7f1dbc97fe9ad146646fae4614fa49b0e/include/spm.eu0.lst#L417) for an example of it in use)~~ **Edit**: syntax is now `module,section,offset:name`...
https://github.com/SeekyCt/spm-decomp/blob/6c81bd9c8d044357000a1239422921223bdee4de/common.py#L73 assumes symbol names are never valid hex, which isn't true