소스 검색

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