mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-13 11:24:40 +00:00
[PAL N64] Match handwritten audio sequences (#2210)
* [PAL N64] Match handwritten audio sequences * Remove offset comments from PAL-only audio code * Reorder includes
This commit is contained in:
parent
a1a192b1a2
commit
5178011b64
5 changed files with 268 additions and 234 deletions
|
@ -146,13 +146,6 @@
|
|||
#define LANGUAGE_ARRAY(jpn, eng, ger, fra) { eng, ger, fra }
|
||||
#endif
|
||||
|
||||
// Macro for constants that change in 50 Hz N64 PAL versions.
|
||||
#if !OOT_PAL_N64
|
||||
#define FRAMERATE_CONST(value60Hz, value50Hz) (value60Hz)
|
||||
#else
|
||||
#define FRAMERATE_CONST(value60Hz, value50Hz) (value50Hz)
|
||||
#endif
|
||||
|
||||
/**
|
||||
* `x` vertex x
|
||||
* `y` vertex y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue