Streamline pointer notation (#2139)
This commit is contained in:
@@ -290,11 +290,11 @@ struct ContestResources
|
||||
struct ContestGraphicsState *gfxState;
|
||||
struct ContestMoveAnimData *moveAnim;
|
||||
struct ContestTV *tv;
|
||||
struct ContestUnused * unused;
|
||||
u8 * contestBgTilemaps[CONTESTANT_COUNT];
|
||||
void * boxBlinkTiles1;
|
||||
void * boxBlinkTiles2;
|
||||
void * animBgTileBuffer;
|
||||
struct ContestUnused *unused;
|
||||
u8 *contestBgTilemaps[CONTESTANT_COUNT];
|
||||
void *boxBlinkTiles1;
|
||||
void *boxBlinkTiles2;
|
||||
void *animBgTileBuffer;
|
||||
};
|
||||
|
||||
#define eContest (*gContestResources->contest)
|
||||
|
||||
Reference in New Issue
Block a user