initial commit

This commit is contained in:
Norman Bos
2024-04-10 19:04:35 +02:00
parent b670bdf5ed
commit 388fba7590
10 changed files with 381 additions and 0 deletions
+16
View File
@@ -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