Files
Microtransactions64/include/config/config_menu.h
Arceveti 730f020b6d Fix formatting inconsistencies in config files (#303)
Fix formatting inconsistencies in config files
2022-01-21 20:00:25 -08:00

20 lines
574 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