Streamline pointer notation (#2139)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
extern const u32 gTilesetTiles_General[];
|
||||
extern const u16 gTilesetPalettes_General[][16];
|
||||
|
||||
extern const struct Tileset * const gTilesetPointer_SecretBase;
|
||||
extern const struct Tileset * const gTilesetPointer_SecretBaseRedCave;
|
||||
extern const struct Tileset *const gTilesetPointer_SecretBase;
|
||||
extern const struct Tileset *const gTilesetPointer_SecretBaseRedCave;
|
||||
|
||||
#endif //GUARD_tilesets_H
|
||||
|
||||
Reference in New Issue
Block a user