summaryrefslogtreecommitdiff
path: root/home/pic.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-07-27 22:33:48 -0500
committerdannye <corrnondacqb@yahoo.com>2016-07-27 22:33:48 -0500
commit52bb07ca18f5475eb9a11c69bf8fee75bcb1abff (patch)
tree833d3b85b1b43e1f46fedb69d203263333849d62 /home/pic.asm
parent5207a14af34f9b84a9e40cc1d4988a0858a4a4e6 (diff)
Replace unnecessary tabs with spaces
Diffstat (limited to 'home/pic.asm')
-rw-r--r--home/pic.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/pic.asm b/home/pic.asm
index 444a9f05..797b1c70 100644
--- a/home/pic.asm
+++ b/home/pic.asm
@@ -48,8 +48,8 @@ _UncompressSpriteData::
ld [wSpriteWidth], a
call ReadNextInputBit
ld [wSpriteLoadFlags], a ; initialite bit1 to 0 and bit0 to the first input bit
- ; this will load two chunks of data to sSpriteBuffer1 and sSpriteBuffer2
- ; bit 0 decides in which one the first chunk is placed
+ ; this will load two chunks of data to sSpriteBuffer1 and sSpriteBuffer2
+ ; bit 0 decides in which one the first chunk is placed
; fall through
; uncompresses a chunk from the sprite input data stream (pointed to at wd0da) into sSpriteBuffer1 or sSpriteBuffer2