Skip to content

Commit

Permalink
Merge pull request #1607 from AlmostSeagull/music-fix
Browse files Browse the repository at this point in the history
Music fix part 1
  • Loading branch information
AlmostSeagull authored Sep 12, 2023
2 parents 38a1838 + 37eea5e commit da7f7be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions base-hack/asm/boot.asm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ START:
// Very Early WS Boot Stuff
JAL loadWidescreen
ADDIU a0, r0, 0
LUI v0, 0x8074
ADDIU t3, r0, 0xD00 ; New size of bank 0
SW t3, 0x52B0 (v0)
LUI v0, 0x8060
ADDIU t3, r0, 0x38 ; Phys Voice Count
SH t3, 0xDA2 (v0)
ADDIU t3, r0, 0x70 ; Virtual Voice Count
SH t3, 0xDA6 (v0)
//
LUI v0, 0x8001
ADDIU v0, v0, 0xDCC4
Expand Down
2 changes: 1 addition & 1 deletion static/patches/pointer_addresses.json

Large diffs are not rendered by default.

Binary file modified static/patches/shrink-dk64.bps
Binary file not shown.

0 comments on commit da7f7be

Please sign in to comment.