Skip to content

Commit

Permalink
some gen 9 move anims + fickle beam rework (#5159)
Browse files Browse the repository at this point in the history
* new move anims + fickle beam rework

* more fickle beam changes

* removed the true for consistency

* ficklebeamboosted gets cleared now

* mortal spin and thunderclap changes

* minor mortal spin pal change

* removed hex numbers and made hard press quicker
  • Loading branch information
TheTrueSadfish authored Aug 14, 2024
1 parent 00f8a4d commit fde85e9
Show file tree
Hide file tree
Showing 21 changed files with 801 additions and 33 deletions.
4 changes: 4 additions & 0 deletions asm/macros/battle_script.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1670,6 +1670,10 @@
callnative BS_DamageToQuarterTargetHP
.endm

.macro ficklebeamdamagecalculation
callnative BS_FickleBeamDamageCalculation
.endm

@ various command changed to more readable macros
.macro cancelmultiturnmoves battler:req
various \battler, VARIOUS_CANCEL_MULTI_TURN_MOVES
Expand Down
Loading

0 comments on commit fde85e9

Please sign in to comment.