From 13b90d5cf9f62ed36ccbf72b99bf52bc8fa3d685 Mon Sep 17 00:00:00 2001 From: Kevin Cathcart Date: Tue, 27 Aug 2019 23:59:37 -0400 Subject: [PATCH] Finish Triforce turning and update date --- LTTP_RND_GeneralBugfixes.asm | 9 +++++++-- tables.asm | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index 3665b66..c06ba6c 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -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: diff --git a/tables.asm b/tables.asm index 9a8f8f1..9b022d8 100644 --- a/tables.asm +++ b/tables.asm @@ -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) ;================================================================================