diff options
Diffstat (limited to 'include/battle.h')
-rwxr-xr-x | include/battle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/battle.h b/include/battle.h index a480ca95e..6b81bbf19 100755 --- a/include/battle.h +++ b/include/battle.h @@ -225,6 +225,8 @@ extern u8 ewram[]; #define ewram17810 ((struct Struct2017810 *) (ewram + 0x17810)) #define ewram17840 (*(struct Struct2017840 *) (ewram + 0x17840)) +extern u8 gBattleTextBuff1[]; + // asm/battle_1.o void sub_800D6D4(); void sub_800D74C(); |