pokeplatinum/include/struct_defs/struct_02042434.h
CharlesFolz4 8bbd22ef3e
Document box user input handling (#533)
Co-authored-by: narf0708@gmail.com <narf0708@gmail.com>
2025-06-22 13:59:52 -07:00

15 lines
303 B
C

#ifndef POKEPLATINUM_STRUCT_02042434_H
#define POKEPLATINUM_STRUCT_02042434_H
#include "overlay019/box_settings.h"
#include "savedata.h"
typedef struct {
SaveData *saveData;
enum BoxMode boxMode;
BOOL recordBoxUseInJournal;
} UnkStruct_02042434;
#endif // POKEPLATINUM_STRUCT_02042434_H