diff --git a/hooks.asm b/hooks.asm index ca4368e..6c5f106 100644 --- a/hooks.asm +++ b/hooks.asm @@ -2689,3 +2689,8 @@ db $30, $2C, $22, $12, $00, $EE, $DE, $D4 db $D0, $D4, $DE, $EE, $00, $12, $22, $2C db $00, $12, $22, $2C, $30, $2C, $22, $12 db $00, $EE, $DE, $D4, $D0, $D4, $DE, $EE + +; make lanmolas faster +org $05A4BD +JSL SetLanmolaVelocity +BRA + : NOP #4 : + diff --git a/trolls.asm b/trolls.asm index 647e731..129c3fc 100644 --- a/trolls.asm +++ b/trolls.asm @@ -163,3 +163,12 @@ CheckMoldormRepel: SEC : RTL .not_moldorm CLC : RTL + +SetLanmolaVelocity: + LDA.b $00 + ASL + STA.w $0D40, X + LDA.b $01 + ASL + STA.w $0D50, X + RTL