gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit f2f7d3e29025d37b1fb30859681daf235a034c20 parent 723d8b4351b17524cfd6f9b3d65727ec1d073628 Author: Toxa <untoxa@mail.ru> Date: Tue, 29 Jun 2021 23:31:47 +0300 fix get_*_tile_xy() Diffstat:
| M | gbdk-lib/libc/gb/get_tile.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/gb/get_tile.s b/gbdk-lib/libc/gb/get_tile.s @@ -22,7 +22,7 @@ _get_bkg_tile_xy:: jr nz,.is9c .is98: ld d,#0x98 ; DE = origin - jr .set_tile_xy + jr .get_tile_xy .is9c: ld d,#0x9C ; DE = origin
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.