diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-11-23 19:37:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-23 19:37:52 -0500 |
commit | 2177f1f40b4dda2091ac3be3522c1bc4f6690e88 (patch) | |
tree | e70fd1205a50891ebb8f4f402528873eee027096 /include/strings.h | |
parent | 548490c675f68dfacf4d1939486c47d8405dddd8 (diff) | |
parent | 14725e1592b3d7035cf1ee8720254ea2d312639c (diff) |
Merge pull request #164 from PikalaxALT/dism_more_data
Battle Message et al
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/strings.h b/include/strings.h index 7750b271c..08dcdb9da 100644 --- a/include/strings.h +++ b/include/strings.h @@ -187,13 +187,13 @@ extern const u8 gUnknown_84162BD[]; extern const u8 gUnknown_841D148[]; // pokemon -extern const u8 BattleText_Rose[]; -extern const u8 BattleText_UnknownString3[]; -extern const u8 BattleText_GetPumped[]; -extern const u8 BattleText_MistShroud[]; +extern const u8 gBattleText_Rose[]; +extern const u8 gBattleText_UnknownString3[]; +extern const u8 gBattleText_GetPumped[]; +extern const u8 gBattleText_MistShroud[]; extern const u8 gText_BadEgg[]; extern const u8 gText_PkmnsXPreventsSwitching[]; -extern u8 *gUnknown_83FD5D0[]; +extern const u8 *const gStatNamesTable[]; // diploma extern const u8 gUnknown_841B60E[]; |