diff options
| author | camthesaxman <cameronghall@cox.net> | 2018-01-15 20:41:55 -0600 |
|---|---|---|
| committer | camthesaxman <cameronghall@cox.net> | 2018-01-15 20:41:55 -0600 |
| commit | 5d923c4d5f3d0786715663b3ad83bc9f3e778164 (patch) | |
| tree | 99e35c489871918c95493c74ae753a9e3eb60357 /src/data | |
| parent | ed152b1566fa5c39ee72ca190c49fbfe30708036 (diff) | |
import some battle_4.c code from emerald and get atk23_getexp matching
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/battle_strings_de.h | 2 | ||||
| -rw-r--r-- | src/data/battle_strings_en.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/data/battle_strings_de.h b/src/data/battle_strings_de.h index a3d51f2a5..a19c0fc6c 100644 --- a/src/data/battle_strings_de.h +++ b/src/data/battle_strings_de.h @@ -1218,7 +1218,7 @@ const u8 *const gBattleStringsTable[] = }; // below are lists of battle string enums and NOT pointers to the strings. -const u16 gMissStrings[] = +const u16 gMissStringIds[] = { BATTLE_TEXT_AttackMissed, BATTLE_TEXT_ProtectedItself, diff --git a/src/data/battle_strings_en.h b/src/data/battle_strings_en.h index f29e48410..67eb70ee1 100644 --- a/src/data/battle_strings_en.h +++ b/src/data/battle_strings_en.h @@ -1218,7 +1218,7 @@ const u8 *const gBattleStringsTable[] = }; // below are lists of battle string enums and NOT pointers to the strings. -const u16 gMissStrings[] = +const u16 gMissStringIds[] = { BATTLE_TEXT_AttackMissed, BATTLE_TEXT_ProtectedItself, |
