mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
Merge branch 'zelda64' into znx
This commit is contained in:
commit
219fd5b41f
3 changed files with 8 additions and 7 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -52,7 +52,7 @@ pipeline {
|
||||||
|
|
||||||
cd "..\\..\\"
|
cd "..\\..\\"
|
||||||
|
|
||||||
move "soh\\Release\\soh.exe" ".\\"
|
move "soh\\x64\\Release\\soh.exe" ".\\"
|
||||||
move "OTRGui\\build\\assets" ".\\"
|
move "OTRGui\\build\\assets" ".\\"
|
||||||
move ".\\OTRExporter\\x64\\Release\\ZAPD.exe" ".\\assets\\extractor\\"
|
move ".\\OTRExporter\\x64\\Release\\ZAPD.exe" ".\\assets\\extractor\\"
|
||||||
move ".\\OTRGui\\build\\Release\\OTRGui.exe" ".\\"
|
move ".\\OTRGui\\build\\Release\\OTRGui.exe" ".\\"
|
||||||
|
|
|
@ -1157,7 +1157,7 @@ typedef struct {
|
||||||
} CamColChk; // size = 0x28
|
} CamColChk; // size = 0x28
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* 0x000 */ char paramData[0x50];
|
/* 0x000 */ char paramData[0xFF];
|
||||||
/* 0x050 */ Vec3f at;
|
/* 0x050 */ Vec3f at;
|
||||||
/* 0x05C */ Vec3f eye;
|
/* 0x05C */ Vec3f eye;
|
||||||
/* 0x068 */ Vec3f up;
|
/* 0x068 */ Vec3f up;
|
||||||
|
|
|
@ -4256,6 +4256,7 @@ void Audio_ClearSariaBgmAtPos(Vec3f* pos) {
|
||||||
* equally between the two bgm channels. Split based on note priority
|
* equally between the two bgm channels. Split based on note priority
|
||||||
*/
|
*/
|
||||||
void Audio_SplitBgmChannels(s8 volSplit) {
|
void Audio_SplitBgmChannels(s8 volSplit) {
|
||||||
|
return;
|
||||||
u8 volume;
|
u8 volume;
|
||||||
u8 notePriority;
|
u8 notePriority;
|
||||||
u16 channelBits;
|
u16 channelBits;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue