distinguish callnative vs. various macrso
This commit is contained in:
parent
b869b836cc
commit
510fb56d74
1 changed files with 2 additions and 1 deletions
|
@ -1305,12 +1305,13 @@
|
||||||
.4byte \func
|
.4byte \func
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
@ various command changed to more readable macros
|
@ callnative macros
|
||||||
.macro metalburstdamagecalculator ptr:req
|
.macro metalburstdamagecalculator ptr:req
|
||||||
callnative BS_CalcMetalBurstDmg
|
callnative BS_CalcMetalBurstDmg
|
||||||
.4byte \ptr
|
.4byte \ptr
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
@ various command changed to more readable macros
|
||||||
.macro cancelmultiturnmoves battler:req
|
.macro cancelmultiturnmoves battler:req
|
||||||
various \battler, VARIOUS_CANCEL_MULTI_TURN_MOVES
|
various \battler, VARIOUS_CANCEL_MULTI_TURN_MOVES
|
||||||
.endm
|
.endm
|
||||||
|
|
Loading…
Reference in a new issue