thprac
thprac copied to clipboard
Code structure: there should be macros to give every function called with asm_call a name
This would make it clearer what the purpouse of the function called is. Functions that have very special calling conventions (which are a lot of functions from Modern Era 1 games) should be wrapped with helper functions declared as inline (or some way to force inlining)