Explorar el Código

Workaround patches/music.asm armips bug

Michael Panzlaff hace 7 años
padre
commit
8fa446ea11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      patches/music.asm

+ 1
- 1
patches/music.asm Ver fichero

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