Skip to content

Commit 7fe8fb6

Browse files
authored
Clarify condition for triggering OAM corruption (#288)
1 parent 522a21a commit 7fe8fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/Sprite_RAM_Bug.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
There is a flaw in the Game Boy hardware that causes trash to be written
22
to OAM RAM if the following instructions are used while their 16-bit content
3-
is in the range of $FE00 to $FEFF while the PPU is in mode 2:
3+
(before the operation) is in the range $FE00–$FEFF and the PPU is in mode 2:
44

55
```
66
inc rr dec rr ;rr = bc,de, or hl

0 commit comments

Comments
 (0)