git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 4e493488e443df085ef7906c58db1189c5488010
parent 29809c3a05cb1f9c3996218aec9d735bdfae8937
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Wed,  3 Jan 2024 03:13:33 -0800

Merge pull request #605 from UnusualEgg/develop

Fixes comment typo in paint example
Diffstat:
Mgbdk-lib/examples/gb/paint/paint.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/examples/gb/paint/paint.c b/gbdk-lib/examples/gb/paint/paint.c @@ -34,7 +34,7 @@ typedef struct cursor_info_ { uint8_t data_idx; /* Index of data in the data array */ uint8_t w, h; /* Size (in tiles) */ - uint8_t hot_x, hot_y; /* Position of hot point, relatice to top-left of sprite (in pixels) */ + uint8_t hot_x, hot_y; /* Position of hot point, relative to top-left of sprite (in pixels) */ } cursor_info; const icon_info icons[] =

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.