Skip to content

Commit 2bf5f4e

Browse files
committed
docs (pt2): update objects to hardware.inc v5.3.0
1 parent bbf2215 commit 2bf5f4e

File tree

3 files changed

+1153
-1064
lines changed

3 files changed

+1153
-1064
lines changed

src/part2/objects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ WaitVBlank2:
110110
jp c, WaitVBlank2
111111
112112
; Move the paddle one pixel to the right.
113-
ld a, [_OAMRAM + 1]
113+
ld a, [STARTOF(OAM) + 1]
114114
inc a
115-
ld [_OAMRAM + 1], a
115+
ld [STARTOF(OAM) + 1], a
116116
jp Main
117117
```
118118

0 commit comments

Comments
 (0)