cadmic
cadmic
I pushed a small but hacky match for `Camera_Battle1`, because I've given up hope on trying to match it properly.
Thanks to @inspectredc `Camera_Battle1` is matched properly now
Great catch thanks. I think I changed something but didn't retest that (I think the "entry of .text" comes from asm functions, not C). I also realized that the current...
would `#!/usr/bin/env bash` work for you?
FWIW I personally wouldn't mind having more "familiar" translations rather than literal translations here, to fix things like stuff drawing off the screen
For some files it's the only way, for others it's not. In a little bit I'll write more about which files need what
I reverted many of the s->g changes and added notes for each file in the PR description. I initially tried to put as many things in a header as possible...
Since this hasn't gotten much feedback yet I pushed BSS ordering fixes for overlays too. Actually the main difficulty there is that we don't have many options for controlling the...
I merged main and this PR now builds OK
From discord: fig thinks the `INCREMENT_BLOCK_NUMBER_BY` macros are too noisy, maybe a `#pragma` and some kind of source preprocessor would be better