Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
red031000 committed Jul 1, 2023
1 parent f560c25 commit 47be63c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions include/bag_cursor.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "global.h"

//todo: move the following to bag_cursor.h
typedef struct BagCursorField {
u8 scroll[8];
u8 position[8];
Expand All @@ -24,4 +23,4 @@ typedef struct BagCursor {
BagCursorBattle battle;
} BagCursor;

#endif // POKEDIAMOND_BAG_CURSOR_H
#endif // POKEDIAMOND_BAG_CURSOR_H
2 changes: 0 additions & 2 deletions include/bag_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47be63c

Please sign in to comment.