through sub_812E064

This commit is contained in:
PikalaxALT
2018-11-26 10:26:12 -05:00
parent 840f8037e7
commit eb8dface17
3 changed files with 108 additions and 349 deletions
+9
View File
@@ -7,8 +7,17 @@
// Exported RAM declarations
struct ScrollIndicatorArrowPairTemplate
{
u8 filler_00[6];
u16 unk_06;
u16 unk_08;
u8 filler_0a[6];
};
// Exported ROM declarations
u8 AddScrollIndicatorArrowPairParametrized(u8, u8, u8, u8, s32, u16, u16, u16 *);
u8 AddScrollIndicatorArrowPair(const struct ScrollIndicatorArrowPairTemplate * template, u16 * a1);
void RemoveScrollIndicatorArrowPair(u8);
#endif //GUARD_MENU_INDICATORS_H