mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-27 12:45:25 -05:00
13 lines
253 B
C
13 lines
253 B
C
#ifndef POKEPLATINUM_STRUCT_020158A8_H
|
|
#define POKEPLATINUM_STRUCT_020158A8_H
|
|
|
|
#include "message.h"
|
|
#include "strbuf.h"
|
|
|
|
typedef struct {
|
|
MessageLoader *unk_00;
|
|
Strbuf *unk_04[29];
|
|
} UnkStruct_020158A8;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_020158A8_H
|