summaryrefslogtreecommitdiff
path: root/include/strings.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-04 18:29:32 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-04 18:29:32 -0500
commita82a7b5fcbb751f91db02d41e355b4b2a5bec8c9 (patch)
tree6aaef3387957ff6724395100f6a77e28081e62e4 /include/strings.h
parent4df660dc76b5f35d2a89e0cb627180b79e9caa12 (diff)
Lowercase new pokedude labels
Diffstat (limited to 'include/strings.h')
-rw-r--r--include/strings.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/include/strings.h b/include/strings.h
index 70c2e64d2..bcb5031c1 100644
--- a/include/strings.h
+++ b/include/strings.h
@@ -244,26 +244,26 @@ extern const u8 gUnknown_83FDCD2[];
extern const u8 gUnknown_83FE6FA[];
// battle_controller_pokedude
-extern const u8 PokeDude_Text_SpeedierBattlerGoesFirst[];
-extern const u8 PokeDude_Text_MyRattataFasterThanPidgey[];
-extern const u8 PokeDude_Text_BattlersTakeTurnsAttacking[];
-extern const u8 PokeDude_Text_MyRattataWonGetsEXP[];
-extern const u8 PokeDude_Text_UhOhRattataPoisoned[];
-extern const u8 PokeDude_Text_HealStatusRightAway[];
-extern const u8 PokeDude_Text_UsingItemTakesTurn[];
-extern const u8 PokeDude_Text_YayWeManagedToWin[];
-extern const u8 PokeDude_Text_WaterNotVeryEffectiveAgainstGrass[];
-extern const u8 PokeDude_Text_GrassEffectiveAgainstWater[];
-extern const u8 PokeDude_Text_LetsTryShiftingMons[];
-extern const u8 PokeDude_Text_ShiftingUsesTurn[];
-extern const u8 PokeDude_Text_ButterfreeDoubleResistsGrass[];
-extern const u8 PokeDude_Text_ButterfreeGoodAgainstOddish[];
-extern const u8 PokeDude_Text_YeahWeWon[];
-extern const u8 PokeDude_Text_WeakenMonBeforeCatching[];
-extern const u8 PokeDude_Text_BestIfTargetStatused[];
-extern const u8 PokeDude_Text_CantDoubleUpOnStatus[];
-extern const u8 PokeDude_Text_LetMeThrowBall[];
-extern const u8 PokeDude_Text_PickBestKindOfBall[];
+extern const u8 Pokedude_Text_SpeedierBattlerGoesFirst[];
+extern const u8 Pokedude_Text_MyRattataFasterThanPidgey[];
+extern const u8 Pokedude_Text_BattlersTakeTurnsAttacking[];
+extern const u8 Pokedude_Text_MyRattataWonGetsEXP[];
+extern const u8 Pokedude_Text_UhOhRattataPoisoned[];
+extern const u8 Pokedude_Text_HealStatusRightAway[];
+extern const u8 Pokedude_Text_UsingItemTakesTurn[];
+extern const u8 Pokedude_Text_YayWeManagedToWin[];
+extern const u8 Pokedude_Text_WaterNotVeryEffectiveAgainstGrass[];
+extern const u8 Pokedude_Text_GrassEffectiveAgainstWater[];
+extern const u8 Pokedude_Text_LetsTryShiftingMons[];
+extern const u8 Pokedude_Text_ShiftingUsesTurn[];
+extern const u8 Pokedude_Text_ButterfreeDoubleResistsGrass[];
+extern const u8 Pokedude_Text_ButterfreeGoodAgainstOddish[];
+extern const u8 Pokedude_Text_YeahWeWon[];
+extern const u8 Pokedude_Text_WeakenMonBeforeCatching[];
+extern const u8 Pokedude_Text_BestIfTargetStatused[];
+extern const u8 Pokedude_Text_CantDoubleUpOnStatus[];
+extern const u8 Pokedude_Text_LetMeThrowBall[];
+extern const u8 Pokedude_Text_PickBestKindOfBall[];
// party_menu
extern const u8 gText_ChoosePokemon[];