From e94bdef0db2074efcad4d90eed5f38a39cd02ba9 Mon Sep 17 00:00:00 2001 From: Jonathan Hanon Date: Mon, 18 Feb 2019 03:18:49 -0500 Subject: [PATCH] Moving a starting item fix to the randomizer Moving this fix from from here to alttp_vt_randomizer/app/Rom.php, since it sort of belongs there. Consistent with JonHanon/z3randomizer/rupee-bow-starting-equipment --- events.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/events.asm b/events.asm index cdbdf43..585031d 100644 --- a/events.asm +++ b/events.asm @@ -125,12 +125,6 @@ OnNewFile: DEX : DEX BPL - - SEP #$20 ; set 8-bit accumulator - LDA.l ArrowMode : BEQ + ; Customizer Rupee Bow Fix - LDA.l !INVENTORY_SWAP_2 : AND.b #$C0 : BEQ + ; check if we're starting with bow and/or silvers - LDA.b #$01 : STA.l $7EF377 ; Set arrows to 1 so we can shoot - + - ;LDA #$FF : STA !RNG_ITEM_LOCK_IN ; reset rng item lock-in LDA.l PreopenCurtains : BEQ + LDA.b #$80 : STA $7EF061 ; open aga tower curtain