mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-07 21:10:53 -04:00
En_Kanban (1 non-matching) (#419)
* En_Kanban * PR * PR * Object * undef * PR * Merge * Merge * Merge
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
||||
|
||||
// linkAge still exists in MM, but is always set to 0 (always adult)
|
||||
// There are remnants of these macros from OOT, but they are essentially useless
|
||||
//#define LINK_IS_CHILD (gSaveContext.linkAge != 0)
|
||||
#define LINK_IS_CHILD (gSaveContext.linkAge == 1)
|
||||
#define LINK_IS_ADULT (gSaveContext.linkAge == 0)
|
||||
|
||||
#define CURRENT_DAY (((void)0, gSaveContext.day) % 5)
|
||||
|
||||
Reference in New Issue
Block a user