From 24de4d021fbb2de398c1a1305966f6de103b74b9 Mon Sep 17 00:00:00 2001 From: Karkat Date: Sat, 3 Mar 2018 22:40:44 -0500 Subject: [PATCH] sensible defaults --- LTTP_RND_GeneralBugfixes.asm | 2 +- tables.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index 5f62d23..8ea8842 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -26,7 +26,7 @@ org $3FFFFF ; <- 1FFFFF db #$00 ; expand file to 2mb org $1FFFF8 ; <- FFFF8 timestamp rom -db #$20, #$18, #$03, #$02 ; year/month/day +db #$20, #$18, #$03, #$03 ; year/month/day ;================================================================================ diff --git a/tables.asm b/tables.asm index 5a0f52e..a055dca 100644 --- a/tables.asm +++ b/tables.asm @@ -223,7 +223,7 @@ db #$00 ;-------------------------------------------------------------------------------- org $30804F ; PC 0x18004F ByrnaInvulnerability: -db #$00 ; #$00 = Off - #$01 = On (default) +db #$01 ; #$00 = Off - #$01 = On (default) ;-------------------------------------------------------------------------------- org $308080 ; PC 0x180080 Upgrade5BombsRefill: