gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit d7ad5f487e36c0619306a1dfb0731807e9d7258c parent a3a3166151c745dcd75ac03052658dde8de29722 Author: Toxa <untoxa@mail.ru> Date: Wed, 18 Aug 2021 13:05:50 +0300 SMS/GG: fix ___hide_metasprite() Diffstat:
| M | gbdk-lib/libc/targets/z80/metasprites_hide.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/metasprites_hide.s b/gbdk-lib/libc/targets/z80/metasprites_hide.s @@ -26,7 +26,7 @@ ___hide_metasprite:: ld a, #0x40 cp e - ret nc + ret c add hl, bc
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.