diff --git a/hooks.asm b/hooks.asm index f3a1b5e..326d2b7 100644 --- a/hooks.asm +++ b/hooks.asm @@ -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 : + diff --git a/stats/credits.asm b/stats/credits.asm index ad98273..aa366b3 100644 --- a/stats/credits.asm +++ b/stats/credits.asm @@ -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() ;=================================================================================================== diff --git a/trolls.asm b/trolls.asm index b322d38..aeb651f 100644 --- a/trolls.asm +++ b/trolls.asm @@ -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