git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit a3a3166151c745dcd75ac03052658dde8de29722
parent cd120cebbfc1c42520a25ca42bf3d68957164f26
Author: Toxa <untoxa@mail.ru>
Date:   Wed, 18 Aug 2021 00:59:49 +0300

SMS/GG: metasprites.s minor code improvement

Diffstat:
Mgbdk-lib/libc/targets/z80/metasprites.s4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gbdk-lib/libc/targets/z80/metasprites.s b/gbdk-lib/libc/targets/z80/metasprites.s @@ -39,7 +39,7 @@ ___move_metasprite:: ld a, (hl) ; dy inc hl cp #0x80 - jr z, 2$ + jp z, 2$ add b ld b, a cp #0xD0 @@ -70,7 +70,7 @@ ___move_metasprite:: pop de inc e - jr 1$ + jp 1$ 2$: pop hl pop bc

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.