diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/battle.h | 2 | ||||
-rwxr-xr-x | include/menu_helpers.h | 1 | ||||
-rwxr-xr-x | include/pokeblock.h | 2 |
3 files changed, 4 insertions, 1 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(); diff --git a/include/menu_helpers.h b/include/menu_helpers.h index 6146f0847..1df5053e7 100755 --- a/include/menu_helpers.h +++ b/include/menu_helpers.h @@ -25,5 +25,6 @@ void sub_80F98DC(int); void sub_80F996C(u8); void LoadScrollIndicatorPalette(void); void sub_80F98A4(u8); +void StartVerticalScrollIndicators(u8); #endif // GUARD_MENU_HELPERS_H diff --git a/include/pokeblock.h b/include/pokeblock.h index 6fdb67369..008734a69 100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -15,7 +15,7 @@ extern const u8 *gUnknown_03000758; void sub_810B96C(void); void sub_810BA7C(u8); void ClearPokeblocks(void); -void sub_810CA6C(s32); +void sub_810CA6C(u8); s16 sub_810CAE4(u8, struct Pokeblock *); #endif // GUARD_POKEBLOCK_H |