diff --git a/include/bag_cursor.h b/include/bag_cursor.h index c18a745de..b4acfa092 100644 --- a/include/bag_cursor.h +++ b/include/bag_cursor.h @@ -3,7 +3,6 @@ #include "global.h" -//todo: move the following to bag_cursor.h typedef struct BagCursorField { u8 scroll[8]; u8 position[8]; @@ -24,4 +23,4 @@ typedef struct BagCursor { BagCursorBattle battle; } BagCursor; -#endif // POKEDIAMOND_BAG_CURSOR_H \ No newline at end of file +#endif // POKEDIAMOND_BAG_CURSOR_H diff --git a/include/bag_view.h b/include/bag_view.h index e65b6e9bf..c1c168c9b 100644 --- a/include/bag_view.h +++ b/include/bag_view.h @@ -6,8 +6,6 @@ #include "player_data.h" #include "save.h" -struct BagCursor; - enum ItemUseError { ITEMUSEERROR_OKAY = 0, // no error ITEMUSEERROR_NODISMOUNT = 1, // can't get off bike