git.y1.nz

gbdk-2020

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

commit a99fdde06fc84fa7a44ce84c772c6ed71e635079
parent bb1fa109dd3e0a5be148ba01a52074fa11d493dc
Author: bbbbbr <bbbbbr@users.noreply.github.com>
Date:   Mon,  1 Jun 2026 17:54:03 -0700

Merge pull request #902 from bbbbbr/sms/inline_dec_setattrxy

SMS: Fix incorrect inline-directive for set_attribute_xy() declaration
Diffstat:
Mgbdk-lib/include/sms/sms.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/include/sms/sms.h b/gbdk-lib/include/sms/sms.h @@ -933,7 +933,7 @@ uint8_t * set_tile_xy(uint8_t x, uint8_t y, uint8_t t) Z88DK_CALLEE PRESERVES_RE * @param a tile attributes * @return returns the address of tile attribute, so you may use faster set_vram_byte() later */ -inline uint8_t * set_attribute_xy(uint8_t x, uint8_t y, uint8_t a) Z88DK_CALLEE PRESERVES_REGS(iyh, iyl); +uint8_t * set_attribute_xy(uint8_t x, uint8_t y, uint8_t a) Z88DK_CALLEE PRESERVES_REGS(iyh, iyl); #define set_bkg_attribute_xy set_attribute_xy #define set_win_attribute_xy set_attribute_xy

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