Results 68 comments of Anghelo Carvajal

The disassembly generated by splat is always globally visible. There's no concept of file scope, specially because the generated disassembly does not respect the original TUs but instead they disassemble...

As far as I know it is not possible to specify different `SUBALIGN`s for different sections on the same segment on a linker script. This is caused by how splat...

I don't think anybody else has had this problem before. Could you post the specific steps you followed to build this tool?

> Sure thing! I installed `MYSYS2` and had `MINGNU` installed. Then ran the following: None of the recomp-related stuff (the recompiler itself, building recompiled games, etc) have been tested on...

As a small fyi I ended up removing `graph.h` since only actually two symbols were being used outside of `graph.c` I moved those two declarations to `gfx.h`

> not particularly fond of the idea of "preserving" broken behavior; i think it will just cause far more trouble than it's worth in the long run when you think...

There are some parts of this PR that still need a bit more discussion, but I think the new `z_en_a_obj.h` and `z_en_item00.h` headers are good to have. What do you...

About the current PR, as you have probably noted there are still a few stuff that haven't been moved to a better place and stuff still depend on `global.h`. I...