mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
Set up gc-eu and match all code (#1938)
* Set up gc-eu and match all code * Format * Mark gc-eu-mq as WIP until it builds OK * Move original/MQ map mark data to separate files * Add #includes to .inc.c files to help out VS Code * Use #if in spec instead of .inc.c files
This commit is contained in:
parent
295a8669b8
commit
d59ca6cea2
14 changed files with 3850 additions and 272 deletions
|
@ -3,7 +3,9 @@ const char gBuildTeam[] = "zelda@srd022j";
|
|||
// TODO: Use per-version preprocessor defines
|
||||
#if OOT_DEBUG // gc-eu-mq-dbg
|
||||
const char gBuildDate[] = "03-02-21 00:16:31";
|
||||
#else // gc-eu-mq
|
||||
#elif !OOT_MQ // gc-eu
|
||||
const char gBuildDate[] = "03-02-21 20:12:23";
|
||||
#else // gc-eu-mq
|
||||
const char gBuildDate[] = "03-02-21 20:37:19";
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue