gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 9bf49260bccf85967d8885f7738569071ed1402d parent 65e0a1b265cc9728bd49f7e8d63c542512c4710d Author: Toxa <untoxa@mail.ru> Date: Wed, 21 Jul 2021 17:26:36 +0300 fix invalid pragma in digits.c Diffstat:
| M | gbdk-lib/libc/gb/digits.c | 2 | -- |
| M | gbdk-lib/libc/gb/metasprites_hide.s | 2 | +- |
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/gbdk-lib/libc/gb/digits.c b/gbdk-lib/libc/gb/digits.c @@ -1,3 +1 @@ -#pragma bank BASE - const char * const digits = "0123456789ABCDEF"; diff --git a/gbdk-lib/libc/gb/metasprites_hide.s b/gbdk-lib/libc/gb/metasprites_hide.s @@ -3,7 +3,7 @@ .title "Metasprites" .module Metasprites - .globl ___current_metasprite, ___render_shadow_OAM + .globl ___current_metasprite, ___render_shadow_OAM .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.