From: Lukas Krickl Date: Tue, 18 Feb 2025 15:59:03 +0000 (+0100) Subject: sram: Fixed sram_rand allocation X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=6972658543e2b5d563a9cb267c7867790110309b;p=gbrg%2F.git sram: Fixed sram_rand allocation --- diff --git a/src/sram.s b/src/sram.s index a67ffff..6bf901e 100644 --- a/src/sram.s +++ b/src/sram.s @@ -9,5 +9,5 @@ ; flag for init of sram sram_magic: .adv 1 -sram_srand: .adv 1 +sram_srand: .adv 2 save_game1: .adv save_game_size