From 6972658543e2b5d563a9cb267c7867790110309b Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 18 Feb 2025 16:59:03 +0100 Subject: [PATCH] sram: Fixed sram_rand allocation --- src/sram.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2