summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-08-13 18:22:08 -0700
committerYamaArashi <shadow962@live.com>2015-08-13 18:22:08 -0700
commit0750db0d72227bb982c8db7c999521fc505aefc9 (patch)
tree3c4f3587a91995dad7e6878c40a188d8bec3fd56 /wram.asm
parent132d0367522b7acce602b146ca69bfad87ef96c6 (diff)
Remove irrelevant comment
The comment has nothing to do with the variable.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/wram.asm b/wram.asm
index e529049e..141a3a31 100755
--- a/wram.asm
+++ b/wram.asm
@@ -1872,9 +1872,6 @@ W_FBMODE:: ; d09e
; 02: move onto the next frame block with no delay and no cleaning OAM buffer
; 03: delay, but don't clean OAM buffer
; 04: delay, without cleaning OAM buffer, and do not advance [W_FBDESTADDR], so that the next frame block will overwrite this one
-; sprite data is written column by column, each byte contains 8 columns (one for ech bit)
-; for 2bpp sprites, pairs of two consecutive bytes (i.e. pairs of consecutive rows of sprite data)
-; contain the upper and lower bit of each of the 8 pixels, respectively
ds 1
wLinkCableAnimBulgeToggle:: ; d09f