Make aga a lil less friendly

This commit is contained in:
2023-03-19 11:32:16 -05:00
parent 0e710a1b54
commit 9d72aee7aa
3 changed files with 35 additions and 7 deletions

View File

@@ -2702,3 +2702,14 @@ db $08
; ganon - randomize vulnerability when stunned
org $1D9010
JSL StunGanon : NOP
; agahnim - pattern? we don't need no steenken pattern!
org $1ED637
JSL AgaDecision : NOP
; agahnim - no guaranteed normal balls
org $1ED6ED
NOP #2
; org $1ED67E
; BRA + : NOP #8 : +

View File

@@ -483,6 +483,16 @@ CreditsLineBlank:
%blankline()
%blankline()
%smallcredits("WHATEVER THIS NONSENSE IS", "yellow")
%blankline()
%blankline()
%bigcredits("KARAFRUIT")
%blankline()
%blankline()
%smallcredits("SPRITE DEVELOPMENT", "green")
%blankline()
@@ -603,13 +613,6 @@ CreditsLineBlank:
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
%emptyline()
;===================================================================================================

View File

@@ -185,3 +185,17 @@ CheckMushroom:
BEQ +
PLP : SEC : RTL
+ PLP : CLC : RTL
AgaDecision:
LDA.b RoomIndex
CMP.b #$20
BNE .aga2
JSL RNG_Agahnim1
AND.b #$04
STA.w $0E30, X
CMP.b #$04
RTL
.aga2
STZ.w $0E30, X
CMP.b #$04
RTL