Proper macro capitalization
This commit is contained in:
parent
ff480dec27
commit
d1e2f620b8
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue