gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit d2be3941d4178b4278c0ac112a17110869e65b3f parent d59bd395a8c50d50df06e8234c7b56329cf6bed6 Author: Toxa <untoxa@mail.ru> Date: Fri, 12 Sep 2025 17:26:14 +0300 SMS/GG: tilemap width was not set correctly in the set_tile_submap_compat() function Diffstat:
| M | gbdk-lib/libc/targets/z80/set_tile_submap_compat.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/set_tile_submap_compat.s b/gbdk-lib/libc/targets/z80/set_tile_submap_compat.s @@ -31,7 +31,7 @@ _set_tile_submap_compat:: dec sp pop af sub l - ld (.image_tile_width), a ; .image_tile_width contains corrected width + ld (.image_tile_width_compat), a ; .image_tile_width_compat contains corrected width push iy
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.