mirror of https://github.com/nmlgc/ReC98.git
6 lines
153 B
C
6 lines
153 B
C
|
#define PELLET_CLOUD_W 16
|
||
|
#define PELLET_CLOUD_H 16
|
||
|
#define PELLET_CLOUD_CELS 1
|
||
|
|
||
|
extern const dots16_t sPELLET_CLOUD[PELLET_CLOUD_CELS][PELLET_CLOUD_H];
|