gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0bff2fcdb83caaac7bebce7e69160642dfca7a8f parent dc6d21c7d60ddf3f22314907cd53925fd4d67c49 Author: Toxa <untoxa@mail.ru> Date: Thu, 14 Sep 2023 11:37:43 +0300 NES: fix set_bkg_tiles() take garbled tile offset value Diffstat:
| M | gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s b/gbdk-lib/libc/targets/mos6502/nes/set_bk_ts.s @@ -8,6 +8,8 @@ .ypos: .ds 1 .num_rows: .ds 1 .src_tiles: .ds 2 + + .area _ZP __map_tile_offset:: .ds 1 .area _HOME
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.