git.y1.nz

gbdk-2020

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

commit bb1fa109dd3e0a5be148ba01a52074fa11d493dc
parent f32e0ea4395d5d9c7684ac275d7e15291017cfcd
Author: Michel Iwaniec <46843052+michel-iwaniec@users.noreply.github.com>
Date:   Mon,  1 Jun 2026 17:53:42 +0100

NES: Fix incorrect inline-directive for set_bkg_based_tiles function declaration (#901)
Diffstat:
Mgbdk-lib/include/nes/nes.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbdk-lib/include/nes/nes.h b/gbdk-lib/include/nes/nes.h @@ -871,7 +871,7 @@ inline void set_bkg_submap_attributes(uint8_t x, uint8_t y, uint8_t w, uint8_t h @see set_bkg_tiles for more details */ -inline void set_bkg_based_tiles(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *tiles, uint8_t base_tile); +void set_bkg_based_tiles(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *tiles, uint8_t base_tile) NO_OVERLAY_LOCALS; /** Sets a rectangular area of the Background Tile Map using a sub-region

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