Skip to content

Commit

Permalink
Addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kav committed Feb 11, 2024
1 parent ca05431 commit 5e729ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion unbricked/collision/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ ClearOam:
ld a, %11100100
ld [rOBP0], a

; Initialize variables
; Initialize global variables
ld a, 0
ld [wFrameCounter], a
ld [wCurKeys], a
Expand Down
2 changes: 1 addition & 1 deletion unbricked/functions/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ClearOam:
ld a, %11100100
ld [rOBP0], a

; Initialize variables
; Initialize global variables
ld a, 0
ld [wFrameCounter], a

Expand Down
2 changes: 1 addition & 1 deletion unbricked/input/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ClearOam:
ld [rOBP0], a

; ANCHOR: initialize-vars
; Initialize variables
; Initialize global variables
ld a, 0
ld [wFrameCounter], a
ld [wCurKeys], a
Expand Down
2 changes: 1 addition & 1 deletion unbricked/objects/main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ClearOam:
; ANCHOR_END: enable-oam

; ANCHOR: main-loop
; Initialize variables
; Initialize global variables
ld a, 0
ld [wFrameCounter], a

Expand Down

0 comments on commit 5e729ab

Please sign in to comment.