Skip to content

Commit

Permalink
Merge pull request #24 from Elagatua/feature/dev-merge-to-fix-biggoron
Browse files Browse the repository at this point in the history
Dev merge to fix biggoron always hint
  • Loading branch information
Elagatua authored Sep 22, 2022
2 parents 5e5b7cc + 166d185 commit f9d011a
Show file tree
Hide file tree
Showing 25 changed files with 1,548 additions and 1,407 deletions.
325 changes: 163 additions & 162 deletions ASM/build/asm_symbols.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions ASM/src/damage.asm
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ Apply_Damage_Multiplier:

bltz t7, @@DivDamage
li at, 3
blt t7, at, @@MulDamage
bge t7, at, @@ohko
nop
li t7, 10

@@MulDamage:
b @@DoubleDefence
sllv s0, s0, t7 ; damage multiplier

@@ohko:
b @@return
sh zero, 0x30(a1)

@@DivDamage:
sub t7, zero, t7
srav s0, s0, t7 ; damage multiplier
Expand Down
Loading

0 comments on commit f9d011a

Please sign in to comment.