Skip to content

Commit

Permalink
No space between label and colon
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 5, 2025
1 parent 9f30c97 commit eb0a3e8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions ram/wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb0a3e8

Please sign in to comment.