mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-12 15:06:42 -05:00
Fix alignment in berry_fix global header
This commit is contained in:
parent
9cb08e3475
commit
d69a051df5
|
|
@ -231,9 +231,9 @@ struct ObjectEventGraphicsInfo
|
|||
#define PLAYER_AVATAR_FLAG_ACRO_BIKE (1 << 2)
|
||||
#define PLAYER_AVATAR_FLAG_SURFING (1 << 3)
|
||||
#define PLAYER_AVATAR_FLAG_UNDERWATER (1 << 4)
|
||||
#define PLAYER_AVATAR_FLAG_FIELD_MOVE (1 << 5)
|
||||
#define PLAYER_AVATAR_FLAG_FISHING (1 << 6)
|
||||
#define PLAYER_AVATAR_FLAG_WATERING (1 << 7)
|
||||
#define PLAYER_AVATAR_FLAG_FIELD_MOVE (1 << 5)
|
||||
#define PLAYER_AVATAR_FLAG_FISHING (1 << 6)
|
||||
#define PLAYER_AVATAR_FLAG_WATERING (1 << 7)
|
||||
|
||||
enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user