Max Waine (Nightdive Studios)
Max Waine (Nightdive Studios)
@fschulze I like the idea of an organisation. Who would you think would be a good selection of people to be in charge of such an org?
What plans do you have for if something on your end breaks the Discord RPC at some point? I appreciate that you have plans to try stop the underlying functionality...
> @spicydll I think I've seen recent versions of Ghidra automatically take care of the permutations, e.g. showing 3 as `READ|WRITE`, so you should only need to define the individual...
During ROTT:LE development I started working on a SLADE fork to do conversion to ROTT patches. Eventually this wasn't necessary due to improvements LexiMax made, but the conversion code is...
`xm` and `it` are both tracker modules for FastTracker 2 and Impule Tracker respectively if memory serves. Both will be handled by libmodplug. Anyway 2.6.2 _does_ work. Thanks for the...
Looks like GX has two functions that are effectively the same here and they overlap, possibly to save on space. The function at `8006d1c0` does a `creqv` and moves on...
The other RELs I think are used but I think are mostly mentioned in `line__.rel`. In the JP `line__.rel` the list of the strings for them starts at `19FAB0`, and...
`line__.rel` isn't hanging out in the open. It's encrypted and compressed at `files/enemy_line/line_.bin`. I would suggest using `gfz-cli` to get the file in REL form. https://github.com/RaphaelTetreault/gfz-cli/blob/main/docs/usage-guide.md#linerel-file After decryption and decompression...
OK so I ended up accidentally tackling understanding the exact function that causes the primary issue while trying to name some F-Zero GX maths functions. It's three functions that all...
OK I peered into dtk's code a bit. Looks like `check_tail_call` is marking `math_sincos_base` as a tail call because, when analysing `math_sincos_in_sincos`, `math_sincos_registers_only` is between it and the jump target...