Files
Microtransactions64/include/config/config_menu.h
2022-08-03 15:05:03 -05:00

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