From eb0a3e82087752052871d22a1017a40961b42de0 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 5 Jan 2025 18:44:14 -0500 Subject: [PATCH] No space between label and colon --- ram/wram.asm | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ram/wram.asm b/ram/wram.asm index a1cf54ef..b8efd547 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -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