Relocate code

pull/4/head
987123879113 1 year ago
parent fdd91da32e
commit caf28b3d9c
  1. 4
      src/autoplay.asm

@ -47,7 +47,9 @@ OnText:
nop
ComputeAutoplayFinished:
.org 0x80012b8c
.org 0x800102d0
.dw 0 ; Force the string to terminate
; Display "ON" or "OFF" depending on whether autoplay is on or off, on the DIP switch test menu.
ComputeAutoplayOnOff:
andi v0, s3, 0x1

Loading…
Cancel
Save