distinguish callnative vs. various macrso

This commit is contained in:
ghoulslash 2022-11-28 11:57:34 -05:00
parent b869b836cc
commit 510fb56d74

View File

@ -1305,12 +1305,13 @@
.4byte \func
.endm
@ various command changed to more readable macros
@ callnative macros
.macro metalburstdamagecalculator ptr:req
callnative BS_CalcMetalBurstDmg
.4byte \ptr
.endm
@ various command changed to more readable macros
.macro cancelmultiturnmoves battler:req
various \battler, VARIOUS_CANCEL_MULTI_TURN_MOVES
.endm