sensible defaults

This commit is contained in:
Karkat
2018-03-03 22:40:44 -05:00
parent a24329a2ed
commit 24de4d021f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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: