Skip to content

Commit c435afb

Browse files
authored
Adding line numbers to objects clear-oam (#77)
1 parent a566319 commit c435afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/part2/objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ First off, when the Game Boy is powered on, OAM is filled with a bunch of semi-r
4545
Let's fix that by first clearing OAM before enabling objects for the first time.
4646
Let's add the following just after the `CopyTilemap` loop:
4747

48-
```rgbasm
48+
```rgbasm,linenos,start={{#line_no_of "" ../../unbricked/objects/main.asm:clear-oam}}
4949
{{#include ../../unbricked/objects/main.asm:clear-oam}}
5050
```
5151

0 commit comments

Comments
 (0)