mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-06-24 16:53:42 +00:00
* Make cheats much better and add new ones Improved some, added some. - Formatted cheats code to fit with the rest of sm64's naming style of things like structs - Cheats will now always check for gServerSettings.enableCheats instead of its own variable - Moon Jump: Increased vertical speed, automatically exit bonks - God Mode: Tiny code improvements - Super Speed: Exponentially improved, moved to step code and now works as it always should have - Rapid Fire (New): When on, A will become rapid fire - Always Triple Jump (New): When on, Mario will triple jump regardless of forwards velocity - BLJ Anywhere (New): When on, spam A while BLJing to BLJ anywhere * Add m->playerIndex == 0 checks
3 lines
44 B
C
3 lines
44 B
C
#include "cheats.h"
|
|
|
|
struct Cheats gCheats;
|