diff --git a/include/cammy/sram.h b/include/cammy/sram.h index 1ed2310..d9314d8 100644 --- a/include/cammy/sram.h +++ b/include/cammy/sram.h @@ -18,6 +18,8 @@ typedef struct _cammy_sram_data { cammy_tile gameface[CAMMY_PHOTO_TILES_HEIGHT] [CAMMY_PHOTO_TILES_WIDTH]; + uint8_t scratch_2[CAMMY_SRAM_SCRATCH_2_SIZE]; + cammy_photo photos[CAMMY_SRAM_PHOTO_COUNT]; } cammy_sram_data;