From: Lukas Krickl Date: Fri, 22 Aug 2025 17:34:50 +0000 (+0200) Subject: actsave: fixed bug when calculating act sg pointer X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=e0ae13230e797015d9b2d6afe0c0ae611f15f108;p=gbrg%2F.git actsave: fixed bug when calculating act sg pointer --- diff --git a/src/actsave.s b/src/actsave.s index 437f642..e9a90f0 100644 --- a/src/actsave.s +++ b/src/actsave.s @@ -24,7 +24,7 @@ act_sg_load_current_slot: @loop: add hl, de dec a - jr z, @loop REL + jr nz, @loop REL @done: push hl pop bc ; we want return value in bc