diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-23 19:21:31 -0500 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:50 -0700 |
commit | 058999f49bd7d81487590ff75688dfe10c4eef96 (patch) | |
tree | 912cbe483b0019a254b4355bfc11184eae006bef /include/strings.h | |
parent | 87421614319b80a364a1e2d2afe9526559d476ca (diff) |
Address review comments
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/strings.h b/include/strings.h index 4b4bf7479..e55cb02f5 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[]; |