From ab666264caff051c4f29ea2978cf39cbcb6aa686 Mon Sep 17 00:00:00 2001 From: sporchia Date: Wed, 7 Jun 2017 07:15:57 -0400 Subject: [PATCH] move some addresses around --- tables.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tables.asm b/tables.asm index 9544bd8..a5c4cd1 100644 --- a/tables.asm +++ b/tables.asm @@ -153,11 +153,11 @@ org $308041 ; PC 0x180041 AllowSwordlessEntranceMedallion: db #$00 ; #$00 = Off (default) - #$01 = On ;-------------------------------------------------------------------------------- -org $308041 ; PC 0x180041 +org $308042 ; PC 0x180042 PermitSQFromBosses: db #$00 ; #$00 = Off (default) - #$01 = On ;-------------------------------------------------------------------------------- -org $308042 ; PC 0x180042 +org $308043 ; PC 0x180043 StartingSword: db #$00 ; #$00 = No Sword (default) - #$FF = Non-Sword ;--------------------------------------------------------------------------------