Age | Commit message (Collapse) | Author |
|
|
|
Thanks NerdKnight
|
|
|
|
|
|
This fixes the problem where the player wouldn't face in the direction they were walking in.
|
|
against the original)
|
|
|
|
|
|
|
|
|
|
this)
|
|
|
|
|
|
|
|
|
|
|
|
This improves readability slightly by removing extraneous whitespace
and correcting indents. Since this has been done in the tasm-recover
devtool, it will persist over dreamgen.* regeneration.
|
|
The two used constants have been moved to dreamweb.h, though it is
unclear if the values can be replaced by an enum or pointer to function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Function Name Remapping to tasm-recover tool...
|
|
|
|
This maps the function names into the project's standard camelCase
naming convention, improving function readability.
|
|
This allows a mapping list to be specified for the dreamgen.* output
function names, removing the limitation to keep the same names as the
original ASM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReelRoutine or es:bx as parameters
|
|
|
|
|
|
This should allow tsoliman to see the end of the intro
|