diff --git a/Add-Physical-Special-Split.md b/Add-Physical-Special-Split.md index 12ccfa1..8b4598f 100644 --- a/Add-Physical-Special-Split.md +++ b/Add-Physical-Special-Split.md @@ -158,7 +158,7 @@ IS_MOVE_SPECIAL(gCurrentMove) The ones in **battle_script_commands.c** can also be changed like this, but the argument names are different. The first one (related to the Hustle ability) looks like this: ```c -IS_TYPE_PHYSICAL(moveType) +IS_TYPE_PHYSICAL(type) ``` We will change this to: ```c