浏览代码

Workaround patches/music.asm armips bug

Michael Panzlaff 5 年前
父节点
当前提交
8fa446ea11
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      patches/music.asm

+ 1
- 1
patches/music.asm 查看文件

@@ -21,7 +21,7 @@
21 21
 
22 22
 .org 0x080791EE
23 23
     mov r0, #80
24
-    bl  m4aSongNumStart
24
+    bl  (m4aSongNumStart-1) // -1 because armips apparently cannot deal with that +1 in the symbol
25 25
     nop
26 26
 
27 27
 // titlescreen music length extension