Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Finish and polish new_game.c
|
|
Also discovered a constant that may be useful for future decompiling.
Comments were added in the asm that references the constant.
|
|
Only one function is left undocumented. I tried to go into the assembly
to at least name it, but it clears fields in the save block that aren't
even documented yet.
|
|
The new names for the constants (and newly named functions) give a much
better understanding of what the window system is trying to do.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Decompile battle records
|
|
|
|
|
|
|
|
|
|
|