initial commit

* the cut scene for 1 and 0 crystals is wrong, it always shows minimum
of 2 right now
* pretty sure the AGA door check will blow up
This commit is contained in:
sporchia
2018-09-25 22:13:35 -04:00
parent 7a204a0fb4
commit 1a6478aa27
6 changed files with 70 additions and 3 deletions

View File

@@ -153,6 +153,7 @@ db #$00
; #$03 = Require Crystals and Aga2
; #$04 = Require Crystals
; #$05 = Require 100 Goal Items
; #$06 = Require "NumberOfCrystalsRequired"
;--------------------------------------------------------------------------------
org $30803F ; PC 0x18003F
HammerableGanon:
@@ -255,7 +256,11 @@ CrystalPendantFlags_2:
;Pendant: $00
;Crystal: $40
;--------------------------------------------------------------------------------
; 0x18005E - 0x18005F (unused)
org $30805E ; PC 0x18005E - Number of crystals required to enter GT
NumberOfCrystalsRequired:
db #$07 ; #$07 = 7 Crystals
;--------------------------------------------------------------------------------
; 0x18005F - 0x18005F (unused)
;--------------------------------------------------------------------------------
org $308060 ; PC 0x180060 - 0x18007E
ProgrammableItemLogicJump_1: