No space between label and colon
Some checks are pending
CI / build (push) Waiting to run

This commit is contained in:
Rangi 2025-01-05 18:44:14 -05:00
parent 9f30c9741c
commit eb0a3e8208

View File

@ -806,21 +806,21 @@ wUnknownBuffercc9e::
ds 14
wSpriteCurPosX : ds 1
wSpriteCurPosY : ds 1
wSpriteWidth : ds 1
wSpriteHeight : ds 1
wSpriteInputCurByte : ds 1
wSpriteInputBitCounter : ds 1
wSpriteOutputBitOffset : ds 1
wSpriteLoadFlags : ds 1
wSpriteUnpackMode : ds 1
wSpriteFlipped : ds 1
wSpriteInputPtr : ds 2
wSpriteOutputPtr : ds 2
wSpriteOutputPtrCached : ds 2
wSpriteDecodeTable0Ptr : ds 2
wSpriteDecodeTable1Ptr : ds 2
wSpriteCurPosX:: ds 1
wSpriteCurPosY:: ds 1
wSpriteWidth:: ds 1
wSpriteHeight:: ds 1
wSpriteInputCurByte:: ds 1
wSpriteInputBitCounter:: ds 1
wSpriteOutputBitOffset:: ds 1
wSpriteLoadFlags:: ds 1
wSpriteUnpackMode:: ds 1
wSpriteFlipped:: ds 1
wSpriteInputPtr:: ds 2
wSpriteOutputPtr:: ds 2
wSpriteOutputPtrCached:: ds 2
wSpriteDecodeTable0Ptr:: ds 2
wSpriteDecodeTable1Ptr:: ds 2
wccc0:: ds 1
wccc1:: ds 1