You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
26 lines
598 B
C
26 lines
598 B
C
#pragma once
|
|
|
|
/*****************
|
|
* MENU SETTINGS *
|
|
*****************/
|
|
|
|
// -- EXIT COURSE SETTINGS --
|
|
|
|
/**
|
|
* Disables Exit Course.
|
|
*/
|
|
// #define DISABLE_EXIT_COURSE
|
|
|
|
/**
|
|
* Decides whether you can exit course while moving (has no effect if you disable Exit Course).
|
|
*/
|
|
#define EXIT_COURSE_WHILE_MOVING
|
|
|
|
/**
|
|
* Decides which level, area and warp ID the "Exit Course" option takes you to (has no effect if you disable Exit Course).
|
|
* Ensure that the warp exists, or else the game will crash.
|
|
*/
|
|
#define EXIT_COURSE_LEVEL LEVEL_CASTLE
|
|
#define EXIT_COURSE_AREA 0x01
|
|
#define EXIT_COURSE_NODE 0x1F
|