Finish Triforce turning and update date

This commit is contained in:
Kevin Cathcart
2019-08-27 23:59:37 -04:00
parent d47b771f16
commit 13b90d5cf9
2 changed files with 8 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ org $3FFFFF ; <- 1FFFFF
db #$00 ; expand file to 2mb
org $1FFFF8 ; <- FFFF8 timestamp rom
db #$20, #$19, #$06, #$17 ; year/month/day
db #$20, #$19, #$08, #$27 ; year/month/day
;================================================================================
@@ -182,6 +182,7 @@ incsrc password.asm
incsrc enemy_adjustments.asm
incsrc hudtext.asm
incsrc servicerequest.asm
incsrc elder.asm
warnpc $A58000
;org $228000 ; contrib area
@@ -256,7 +257,11 @@ warnpc $31E501
org $338000
GFX_HUD_Palette:
incbin hudpalette.pal
warnpc $348000
warnpc $338041
org $339000
incbin sheet178.gfx
warnpc $339600
org $328000
Extra_Text_Table:

View File

@@ -914,7 +914,7 @@ db #$00 ; #$00 = Off (Default) - #$01 = Synchronous - #$02 = Asychronous
;---------------------------------------------------------------------------------
org $308194 ; PC 0x180194
TurnInGoalItems:
db #$01 ; #$00 = Instant win if last goal item collected. $01 must turn in goal items
db #$01 ; #$00 = Instant win if last goal item collected. $01 = (Default) must turn in goal items
;--------------------------------------------------------------------------------
; 0x180195 - 0x1801FF (unused)
;================================================================================