17 lines
323 B
C
17 lines
323 B
C
#ifndef GFXDEFINES_H_INCLUDED
|
|
#define GFXDEFINES_H_INCLUDED
|
|
|
|
#include "../src/Utils.h"
|
|
|
|
#define GFX_TS_TILES 0
|
|
#define GFX_TC_TILES 112
|
|
|
|
#define UDG_FISH_F1 2
|
|
#define UDG_FISH_F2 UDG_FISH_F1 + 4
|
|
#define UDG_SUE_F1 96
|
|
|
|
extern const u8 const myTiles[];
|
|
extern const u8 const myTilePalette[];
|
|
|
|
#endif // GFXDEFINES_H_INCLUDED
|