Skip to content

Commit c65c765

Browse files
committed
Correct comments
1 parent ea37d00 commit c65c765

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

HISTORY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
- Added `PAD_*` constants for combined button and Control Pad masks
105105
- Added `B_COLOR_*` red/green/blue bit numbers
106106
- Corrected comments on `B_BG_PRIO` and `B_OAM_PRIO`
107-
- **Rev 6.0.0** - 2025-07-14 *(Rangi42)*
107+
- **Rev 6.0.0** - 2025-07-18 *(Rangi42)*
108108
- Changed `_AUD3WAVERAM` to `AUD3WAVERAM`
109109
- Added `AUD1RAM`-`AUD4RAM` address constants
110110
- Added `SHADE_*` constants for grayscale shades
111+
- Corrected comments on `WX_OFS`, `VDMA_DEST_LOW`, and `ROMB0`

hardware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def rWY equ $FF4A
547547
; X coordinate of the Window's top-left pixel, plus 7 (7-166) [r/w]
548548
def rWX equ $FF4B
549549

550-
def WX_OFS equ 7 ; subtract this to get the actual Window Y coordinate
550+
def WX_OFS equ 7 ; subtract this to get the actual Window X coordinate
551551

552552
; -- SYS / KEY0 ($FF4C) -------------------------------------------------------
553553
; (CGB boot ROM only) CPU mode select

0 commit comments

Comments
 (0)