Initial commit

This commit is contained in:
2026-04-29 23:13:45 -05:00
commit b4ed979742
19 changed files with 1229 additions and 0 deletions

9
res/resources.h Normal file
View File

@@ -0,0 +1,9 @@
#include <genesis.h>
#ifndef _RES_RESOURCES_H_
#define _RES_RESOURCES_H_
extern const Image bg1;
extern const SpriteDefinition bigTex1;
#endif // _RES_RESOURCES_H_