You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
15 lines
401 B
C
15 lines
401 B
C
#pragma once
|
|
|
|
/********************
|
|
* GODDARD SETTINGS *
|
|
********************/
|
|
|
|
// Enables Goddard (the Mario head).
|
|
// #define KEEP_MARIO_HEAD
|
|
|
|
// Enables the Goddard easter egg from Shindou (has no effect if KEEP_MARIO_HEAD is disabled).
|
|
#define GODDARD_EASTER_EGG
|
|
|
|
// Disables the demo that plays when idle on the start screen (has no effect if KEEP_MARIO_HEAD is disabled).
|
|
#define DISABLE_DEMO
|