From 715ba875175cecc3e7a6d2cb9e5df2f3a51a6a3d Mon Sep 17 00:00:00 2001 From: caitsith2 Date: Tue, 14 Jul 2020 11:12:25 -0700 Subject: [PATCH] Reserve the space for berserkermulti.world seed guid. --- tables.asm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tables.asm b/tables.asm index afda76f..4707bea 100644 --- a/tables.asm +++ b/tables.asm @@ -1820,6 +1820,9 @@ db #$00 org $30E36C ; PC 0x18636C RemoteItems: db #$00 ; $00 = off; $01 = on (default: off) +org $30E36D ; PC 0x18636D +;BerserkerMulti.world Seed GUID +db #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00, #$00 ;-------------------------------------------------------------------------------- ; 0x186380 - 187FFF (unused)