diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-17 15:11:46 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-17 15:11:46 -0500 |
commit | f6e050cf354a6ca3f5ea3a57496cc0ae2aac49dd (patch) | |
tree | ec6e828cd4852ed29f1dee0b8310fa51136a1cb0 /include/bag.h | |
parent | 055e5d2bbff31a98bcdffec0d7392e7ce77bcd46 (diff) |
through sub_81081AC
Diffstat (limited to 'include/bag.h')
-rw-r--r-- | include/bag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bag.h b/include/bag.h index f82531778..8c085a211 100644 --- a/include/bag.h +++ b/include/bag.h @@ -1,6 +1,8 @@ #ifndef GUARD_BAG_H #define GUARD_BAG_H +#include "menu_helpers.h" + void sub_810B858(void); void sub_810B8F0(u8 windowId, u8 fontId, const u8 * str, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, s8 speed, u8 colorIdx); void sub_810B958(const u8 * str); |