Include missing "!" (Metal gear solid sound)

This commit is contained in:
Kevin Cathcart
2018-03-29 21:23:41 -04:00
committed by GitHub
parent fde2910c3f
commit b1dd967864

View File

@@ -78,7 +78,7 @@ FixAgahnimFollowers:
RTL
;--------------------------------------------------------------------------------
macro SetMinimum(base,filler,compare)
LDA.l <compare> : SUB.l <base> : !BLT ?done
LDA.l <compare> : !SUB.l <base> : !BLT ?done
STA.l <filler>
?done:
endmacro