Alex
Alex
Needs work still. Main conflicts come from https://github.com/pmret/papermario/issues/1173 and https://github.com/pmret/papermario/issues/1177.
In many header files (`*.h`), we do something like ```c #ifndef NAME_OF_HEADER_H #define NAME_OF_HEADER_H // code here... #endif ``` We're using a modern compiler now, so these could just be...
Would allow overwriting `src` and include `files` entirely using the assets directory, so mods could be distributed just as their asset directory, as long as the player has dx and...
> Theres also the NOK version which is identical, except it omits `SetGroup(EVT_GROUP_1B)`. We should test if it does anything to make them use the standard `EVT_EXIT_WALK`. _Originally posted by...