; DEBUG = 14510-14720, 14BB0-14DC0
;
; 14510-14520 = CD # / <unused>
; 14520-14570 = address -> time LBA remap
; 14570-145C0 = time -> address LBA remap
; 145C0-146xx = swap CD (new game)


;-->
;80025398 : 14400036  BNE     80069020 (v0), 00000000 (r0), 80025474,
;8002539c : 3C108006  LUI     00000003 (s0), 8006 (32774),
;-->
;800253a0 : 0C009A8B  JAL     80026a2c, 80025398 (ra),
;800253a4 : 00000000  NOP    


org $800145c0


; write CD1
ori ra,r0,1
lui s0,$8001
sb ra,$4510(s0)

; =====================
; =====================
; =====================
; =====================

EXIT:

; OLD code
lui s0,$8006

j $80025474
nop
