mirror of
https://github.com/zeldaret/oot
synced 2026-09-06 19:01:01 -04:00
Set up build system and disassembly for gc-us (#1982)
* Build gc-us * Set up gc-us disassembly * Don't disasm unchanged overlays * Fix gc-eu-mq BSS * romalign link_animetion for NTSC * Explicitly set CPP defines to 0/1 * Add #ifs to segment_symbols.h * Add sButtonTextures now * Fix message _SHIFTL usage * Don't ifdef LANGUAGE_MAX
This commit is contained in:
@@ -238,6 +238,12 @@ extern struct GraphicsContext* __gfxCtx;
|
||||
|
||||
#endif /* OOT_DEBUG */
|
||||
|
||||
#if OOT_NTSC
|
||||
#define LANGUAGE_ARRAY(jpn, nes, ger, fra) { jpn, nes }
|
||||
#else
|
||||
#define LANGUAGE_ARRAY(jpn, nes, ger, fra) { nes, ger, fra }
|
||||
#endif
|
||||
|
||||
/**
|
||||
* `x` vertex x
|
||||
* `y` vertex y
|
||||
|
||||
Reference in New Issue
Block a user