En_Kanban (1 non-matching) (#419)

* En_Kanban

* PR

* PR

* Object

* undef

* PR

* Merge

* Merge

* Merge
This commit is contained in:
Maide
2022-01-12 15:37:26 +00:00
committed by GitHub
parent c44e26a143
commit 816971d98c
7 changed files with 1184 additions and 21 deletions
+1 -1
View File
@@ -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)