tge

Results 11 issues of tge

Argument registers are considered "unset" despite the given function prototype. Context ``` void* dds3StartProcess(char *namestr, int priority, s16 starttimer, s16 shutdowntimer, void* processfunc, void* shutdownfunc, void* data); s32 fun_100760(void* a1);...

Add option to specify initial value for saved registers, such as $gp, in order to resolve data accesses through these registers. Example assembly ``` glabel fun_2442c8 lw $v1, -0x5750($gp) lw...

This patch allows for loading skeletal meshes used in the Android UE4 game Evangelion Battlefields.

new feature

Having the extra volume descriptor present for me caused problems as the target loader didn't expect it.

I'd like to set the output encoding through the logger directly so I don't have to check if the console exists & set it on the console directly.

question
untriaged

The games use a custom character table for japanese text. Some of them, such as Persona 3, 4 & 5s were manually mapped out by a few skilled volunteers. Obviously...

bug
help wanted

They're used throughout various SMT games, including Persona 3 and 4 and contain event data including BMD message scripts. Format is similar to BF, so each type of data is...

enhancement