From 0bdc88d13a6cefcec1ca6f92bcfe1e4f44aee2e3 Mon Sep 17 00:00:00 2001 From: caitsith2 Date: Sun, 17 May 2020 13:36:19 -0700 Subject: [PATCH] Flag for adjuster to know if extended MSU is present in rom or not. --- tables.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tables.asm b/tables.asm index 7c91a38..b5b25a2 100644 --- a/tables.asm +++ b/tables.asm @@ -1820,6 +1820,10 @@ db #$00 org $30E36C ; PC 0x18636C RemoteItems: db #$00 ; $00 = off; $01 = on (default: off) + +org $30E36D ; PC 0x18636D +ExtendedMSU: +db #$01 ; $00 = off; $01 = on (Hard-coded: on) ;-------------------------------------------------------------------------------- ; 0x186380 - 187FFF (unused) ;--------------------------------------------------------------------------------