Skip to content

Commit 58bd2c5

Browse files
evie-calicoISSOtm
authored andcommitted
Remove useless DB.
Someone in the Discord server was confused by this DB. It doesn't have any purpose within the function, and isn't even valid syntax.
1 parent be82067 commit 58bd2c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OAM_DMA_Transfer.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ run_dma_hrampart:
5555
dec b
5656
jr nz, .wait
5757
ret
58-
59-
db _NARG, WRAM0
6058
```
6159

6260
This saves 5 bytes of HRAM, but is slightly slower in most cases due to

0 commit comments

Comments
 (0)