summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-23 19:21:31 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-23 19:21:31 -0500
commit14725e1592b3d7035cf1ee8720254ea2d312639c (patch)
treee70fd1205a50891ebb8f4f402528873eee027096 /include/strings.h
parente3bc9c44cdde8833505baae76f26b7a5f424f3ad (diff)
Address review comments
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/strings.h b/include/strings.h
index ed69d3bc3..08dcdb9da 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -187,10 +187,10 @@ 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 const u8 *const gStatNamesTable[];