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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user