# HG changeset patch # User William Astle # Date 1339356334 21600 # Node ID ead8a007432b9bfee9ddebf73aa4f16f35a6578f # Parent 09feb97c181f31412f3bf027b6bb72fe2465ced1 Fix duplicate symbol definition MPI.Slct is already defined using SET at some point. Replace the EQU statement with SET statement to eliminate duplicate defininition error. diff -r 09feb97c181f -r ead8a007432b 3rdparty/utils/smartwatch/swread.asm --- a/3rdparty/utils/smartwatch/swread.asm Sun Jun 10 12:40:11 2012 -0600 +++ b/3rdparty/utils/smartwatch/swread.asm Sun Jun 10 13:25:34 2012 -0600 @@ -50,7 +50,7 @@ *D.TSec equ $5A cartI equ $FF22 cartridge IRQ report -MPI.Slct equ $FF7F +MPI.Slct set $FF7F rom equ $FFDE ram equ $FFDF IEN equ %00100000