You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
add death on exit course define (#564)
if the define is enabled, exiting course is the same as dying (warps to failure warp node)
This commit is contained in:
@@ -17,7 +17,13 @@
|
||||
#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).
|
||||
* Decides whether to treat exiting course as if the player had died.
|
||||
* If enabled, the player will get warped to the failure warp node when selecting EXIT COURSE. (Has no effect if you disable Exit Course)
|
||||
*/
|
||||
// #define DEATH_ON_EXIT_COURSE
|
||||
|
||||
/**
|
||||
* Decides which level, area and warp ID the "Exit Course" option takes you to (has no effect if you disable Exit Course or enable DEATH_ON_EXIT_COURSE).
|
||||
* Ensure that the warp exists, or else the game will crash.
|
||||
*/
|
||||
#define EXIT_COURSE_LEVEL LEVEL_CASTLE
|
||||
|
||||
Reference in New Issue
Block a user