From 13e1ed54b232f76026ca7e8b3c58f375c8827f2b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 23 Nov 2019 16:51:05 -0500 Subject: battle_message 1 --- include/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index 7750b271c..d6a271f7b 100644 --- a/include/strings.h +++ b/include/strings.h @@ -193,7 +193,7 @@ extern const u8 BattleText_GetPumped[]; extern const u8 BattleText_MistShroud[]; extern const u8 gText_BadEgg[]; extern const u8 gText_PkmnsXPreventsSwitching[]; -extern u8 *gUnknown_83FD5D0[]; +extern const u8 *const gUnknown_83FD5D0[]; // diploma extern const u8 gUnknown_841B60E[]; -- cgit v1.2.3 From e3bc9c44cdde8833505baae76f26b7a5f424f3ad Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 23 Nov 2019 18:12:33 -0500 Subject: battle_message 2 --- include/strings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/strings.h') diff --git a/include/strings.h b/include/strings.h index d6a271f7b..ed69d3bc3 100644 --- a/include/strings.h +++ b/include/strings.h @@ -193,7 +193,7 @@ extern const u8 BattleText_GetPumped[]; extern const u8 BattleText_MistShroud[]; extern const u8 gText_BadEgg[]; extern const u8 gText_PkmnsXPreventsSwitching[]; -extern const u8 *const gUnknown_83FD5D0[]; +extern const u8 *const gStatNamesTable[]; // diploma extern const u8 gUnknown_841B60E[]; -- cgit v1.2.3 From 14725e1592b3d7035cf1ee8720254ea2d312639c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 23 Nov 2019 19:21:31 -0500 Subject: Address review comments --- include/strings.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/strings.h') 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[]; -- cgit v1.2.3