it might be full-width latin characters. possibly encoded in shift-jis.
sadly ghidra doesn't know how to find that
Turns out the text IS in ascii, it's just in a datafile and not the executable.
so that doesn't help me
it was a good idea of them to put all the strings in a datafile instead of the executable! really handy for localization.
oh, this game was only ever released in japan? huh
why the heck does the PS1 have a "NoFunction" syscall?
I know about NOPs, by why a NOP syscall?
@endrift @foone oh okay i figured it out. It’s a bug in nixpkgs. It links mgba with lua 5.4 and with vlc (which links with lua 5.2) and while initializing vlc (which it does for some reason?) vlc crashes due to the version mismatch
Not sure why selecting an existing save file inits vlc tbh, that could be a bug on its own