Updated Remove the functionally redundant move grammar tables (markdown)

FieryMewtwo 2021-10-26 17:51:32 -04:00
parent 53a014178d
commit ce79f797bc
1 changed files with 2 additions and 2 deletions

@ -11,8 +11,8 @@ This tutorial will show you how to remove them, which saves space and simplifies
Open [src/battle_message.c](https://github.com/pret/pokeemerald/blob/master/src/battle_message.c) and remove the following declarations: Open [src/battle_message.c](https://github.com/pret/pokeemerald/blob/master/src/battle_message.c) and remove the following declarations:
```diff ```diff
static void ChooseMoveUsedParticle - static void ChooseMoveUsedParticle
static void ChooseTypeOfMoveUsedString - static void ChooseTypeOfMoveUsedString
``` ```
In the same file, look for the functions: `sGrammarMoveUsedTable`, `ChooseMoveUsedParticle` and `ChooseTypeOfMoveUsedString` and remove them completely. In the same file, look for the functions: `sGrammarMoveUsedTable`, `ChooseMoveUsedParticle` and `ChooseTypeOfMoveUsedString` and remove them completely.