RandomlyLookNorthOrEast
This commit is contained in:
@@ -23,5 +23,6 @@ extern const u8 gUnknown_0850D710[4]; // {DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EA
|
||||
extern const u8 gUnknown_0850D770[2]; // {DIR_SOUTH, DIR_NORTH}
|
||||
extern const u8 gUnknown_0850D790[2]; // {DIR_WEST, DIR_EAST}
|
||||
extern const u8 gUnknown_0850D7F0[2]; // {DIR_NORTH, DIR_WEST}
|
||||
extern const u8 gUnknown_0850D808[2]; // {DIR_NORTH, DIR_EAST}
|
||||
|
||||
#endif //POKEEMERALD_DATA3_H
|
||||
|
||||
@@ -6,6 +6,20 @@
|
||||
|
||||
// Exported struct declarations
|
||||
|
||||
enum SpinnerRunnerFollowPatterns {
|
||||
RUNFOLLOW_ANY,
|
||||
RUNFOLLOW_NORTH_SOUTH,
|
||||
RUNFOLLOW_EAST_WEST,
|
||||
RUNFOLLOW_NORTH_WEST,
|
||||
RUNFOLLOW_NORTH_EAST,
|
||||
RUNFOLLOW_SOUTH_WEST,
|
||||
RUNFOLLOW_SOUTH_EAST,
|
||||
RUNFOLLOW_NORTH_SOUTH_WEST,
|
||||
RUNFOLLOW_NORTH_SOUTH_EAST,
|
||||
RUNFOLLOW_NORTH_EAST_WEST,
|
||||
RUNFOLLOW_SOUTH_EAST_WEST
|
||||
};
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
|
||||
Reference in New Issue
Block a user