gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit d683362aabb1c38b2b0f31546015086d53c4546e parent 97f7794d03c1c1f2ac773ab8f2cc807996787491 Author: Toxa <untoxa@mail.ru> Date: Tue, 13 Jul 2021 23:46:27 +0300 rename module for cgb_compat.s and cgb_palettes.s Diffstat:
| M | gbdk-lib/libc/gb/cgb_compat.s | 4 | ++-- |
| M | gbdk-lib/libc/gb/cgb_palettes.s | 4 | ++-- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gbdk-lib/libc/gb/cgb_compat.s b/gbdk-lib/libc/gb/cgb_compat.s @@ -1,7 +1,7 @@ .include "global.s" - .title "DMG palettes for CGB" - .module CGB_DMG_COMPAT + .title "CGB support" + .module CGB .globl _set_sprite_palette, _set_bkg_palette diff --git a/gbdk-lib/libc/gb/cgb_palettes.s b/gbdk-lib/libc/gb/cgb_palettes.s @@ -1,7 +1,7 @@ .include "global.s" - .title "CGB palette support" - .module CGB_PALETTES + .title "CGB support" + .module CGB .area _CODE
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.