File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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]
548548def 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
You can’t perform that action at this time.
0 commit comments