fixed argument

Kurausukun 2023-09-05 18:34:23 -04:00
parent ed9c33cb00
commit 0dfb645232
1 changed files with 1 additions and 1 deletions

@ -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