Updated Remove the functionally redundant move grammar tables (markdown)

Manh 2023-08-19 12:45:26 +07:00
parent c9ccef6159
commit 05b1ce4455
1 changed files with 5 additions and 0 deletions

@ -13,6 +13,11 @@ Open [src/battle_message.c](https://github.com/pret/pokeemerald/blob/master/src/
```diff ```diff
- static void ChooseMoveUsedParticle - static void ChooseMoveUsedParticle
- static void ChooseTypeOfMoveUsedString - static void ChooseTypeOfMoveUsedString
- static const u8 sText_ExclamationMark[] = _("!")
- static const u8 sText_ExclamationMark2[] = _("!")
- static const u8 sText_ExclamationMark3[] = _("!")
- static const u8 sText_ExclamationMark4[] = _("!")
- static const u8 sText_ExclamationMark5[] = _("!")
``` ```
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.