pokestadium
pokestadium copied to clipboard
Setup m2c
What's the point of this PR? What is the need to actually submodule this?
To make it easier? Don't see why we wouldn't include it given how required it is for decomps. Plus the repo has to change libultra to use m2c anyway.
A bunch more changes are needed to get diff and splat actually working as well...
What are you talking about? I've already fully integrated libultra.
See the ramrom.h change. m2c can't handle sizeof(long) so this needs to change or it'll throw errors.
Also the repo is already using submodules and updates them on setup, so it seemed fine to add another?
See the ramrom.h change. m2c can't handle sizeof(long) so this needs to change or it'll throw errors.
Please explain your use case and what this error is.
Is it still erroring on sizeof long?