From 510fb56d7495f2475ea20a8acdf2fad513526eda Mon Sep 17 00:00:00 2001 From: ghoulslash Date: Mon, 28 Nov 2022 11:57:34 -0500 Subject: [PATCH] distinguish callnative vs. various macrso --- asm/macros/battle_script.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/asm/macros/battle_script.inc b/asm/macros/battle_script.inc index d7b55762c..27c5a86c4 100644 --- a/asm/macros/battle_script.inc +++ b/asm/macros/battle_script.inc @@ -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