Skip to content

Commit

Permalink
Remove irrelevant comment
Browse files Browse the repository at this point in the history
The comment has nothing to do with the variable.
  • Loading branch information
YamaArashi committed Aug 14, 2015
1 parent 132d036 commit 0750db0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wram.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0750db0

Please sign in to comment.