gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 5ba43131351205e6d474817797b63f32420b1ce1 parent 4497b10a97161e08e19faec6e182b143f5ac3b2a Author: Toxa <untoxa@mail.ru> Date: Wed, 18 Aug 2021 13:06:30 +0300 SMS/GG: fix hide_sprites_range() Diffstat:
| M | gbdk-lib/libc/targets/z80/metasprites_hide_spr.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/metasprites_hide_spr.s b/gbdk-lib/libc/targets/z80/metasprites_hide_spr.s @@ -15,7 +15,7 @@ _hide_sprites_range:: push hl ld a, d - cp #64 + cp #(64+1) ret nc sub e
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.