let's dev aug 11 2017

pre-moved mantle to the side when zelda already rescued
fixed bombos tablet item drop problem common to glitched mode (extra bombos drop)
This commit is contained in:
Karkat
2017-08-11 23:17:13 -04:00
parent c631415465
commit f5bb17f771
3 changed files with 28 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ org $3FFFFF ; <- 1FFFFF
db #$00 ; expand file to 2mb
org $1FFFF8 ; <- FFFF8 timestamp rom
db #$20, #$17, #$08, #$09 ; year/month/day
db #$20, #$17, #$08, #$11 ; year/month/day
;================================================================================
@@ -102,6 +102,7 @@ incsrc flute.asm
incsrc dungeondrops.asm
incsrc halfmagicbat.asm
incsrc newitems.asm
incsrc mantle.asm
incsrc swordswap.asm
incsrc stats.asm
incsrc scratchpad.asm
@@ -377,6 +378,9 @@ Ancilla_SetOam_XY_Long:
org $0985E2 ; (break on $0985E4)
AddReceivedItem:
org $098BAD
AddPendantOrCrystal:
org $0993DF
AddDashTremor: