pokeemerald/include/tilesets.h
2022-09-27 17:23:26 -04:00

11 lines
305 B
C

#ifndef GUARD_tilesets_H
#define GUARD_tilesets_H
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;
#endif //GUARD_tilesets_H