pokeplatinum/include/overlay019/box_customization.h
2025-03-13 17:55:26 -04:00

14 lines
278 B
C

#ifndef POKEPLATINUM_STRUCT_BOX_CUSTOMIZATION_H
#define POKEPLATINUM_STRUCT_BOX_CUSTOMIZATION_H
#include "strbuf.h"
typedef struct {
u8 boxID;
u8 wallpaper;
u8 padding_02[2];
Strbuf *name;
} BoxCustomization;
#endif // POKEPLATINUM_STRUCT_BOX_CUSTOMIZATION_H