initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user