gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b450c131d1c0f124c321083160e7b37ac8373ca5 parent a2175dfd298bd27b138237d294e0791b54bc0b90 Author: Toxa <untoxa@mail.ru> Date: Wed, 9 Aug 2023 11:17:56 +0300 SMS: fix function prototype in comments to avoid confusion Diffstat:
| M | gbdk-lib/libc/targets/z80/sms_metasprites.s | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/libc/targets/z80/sms_metasprites.s b/gbdk-lib/libc/targets/z80/sms_metasprites.s @@ -21,7 +21,7 @@ ___render_shadow_OAM:: .area _CODE -; uint8_t __move_metasprite(uint8_t id, uint8_t x, uint8_t y); +; uint8_t __move_metasprite(uint8_t id, uint16_t x, uint16_t y); ; a == id ; de == x ; (sp+2) == y
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.