Proper macro capitalization

This commit is contained in:
Eduardo Quezada 2024-05-29 14:40:53 -04:00
parent ff480dec27
commit d1e2f620b8
2 changed files with 3 additions and 3 deletions

View file

@ -2218,7 +2218,7 @@
.endm
@ Checks if Field move is being used by the current follower.
.macro IsFollowerFieldMoveUser var:req
.macro isfollowerfieldmoveuser var:req
callfunc ScrFunc_IsFollowerFieldMoveUser
.2byte \var
.endm

View file

@ -12,7 +12,7 @@ EventScript_CutTree::
msgbox Text_MonUsedFieldMove, MSGBOX_DEFAULT
closemessage
EventScript_CutTreeCommon:
IsFollowerFieldMoveUser VAR_0x8004
isfollowerfieldmoveuser VAR_0x8004
setfieldeffectargument 3, VAR_0x8004 @ skip pose if so
dofieldeffect FLDEFF_USE_CUT_ON_TREE
waitstate
@ -76,7 +76,7 @@ EventScript_RockSmash::
closemessage
EventScript_RockSmashCommon:
@ check if follower should use the field move
IsFollowerFieldMoveUser VAR_0x8004
isfollowerfieldmoveuser VAR_0x8004
setfieldeffectargument 3, VAR_0x8004 @ skip pose if so
dofieldeffect FLDEFF_USE_ROCK_SMASH
waitstate