pokeplatinum/include/overlay005/berry_graphics_data.h
Nathan b24fd7abbd
Some checks failed
build / build (push) Has been cancelled
Document Berry patch management, graphics, and scripting commands (#765)
2025-09-15 12:10:17 -07:00

11 lines
269 B
C

#ifndef POKEPLATINUM_BERRY_GRAPHICS_DATA_H
#define POKEPLATINUM_BERRY_GRAPHICS_DATA_H
typedef struct BerryGraphicsData {
u32 growingResourceID;
u32 bloomingResourceID;
u32 fruitResourceID;
} BerryGraphicsData;
#endif // POKEPLATINUM_BERRY_GRAPHICS_DATA_H