mirror of
https://github.com/pret/pokediamond.git
synced 2026-09-12 19:16:50 -05:00
cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user