Files
pmd-red/include/adventure_log.h
T
2023-09-01 01:14:34 -04:00

21 lines
413 B
C

#ifndef GUARD_ADVENTURE_LOG_H
#define GUARD_ADVENTURE_LOG_H
#include "input.h"
#include "text.h"
// size: 0xA0
struct AdventureLog
{
struct MenuInputStruct input;
u32 unk34;
struct UnkTextStruct2 *unk38;
struct UnkTextStruct2 unk3C[4];
u8 unk9C[4];
};
void CleanAdventureLogScreen(void);
bool8 CreateAdventureLogScreen(u32);
u32 HandleAdventureLogInput(u8);
#endif // GUARD_ADVENTURE_LOG_H