This commit is contained in:
red031000
2023-07-01 23:02:10 +01:00
parent f560c259a2
commit 47be63c194
2 changed files with 1 additions and 4 deletions

View File

@@ -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
#endif // POKEDIAMOND_BAG_CURSOR_H

View File

@@ -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