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 ;--------------------------------------------------------------------------------