mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-24 23:17:08 -05:00
11 lines
245 B
C
11 lines
245 B
C
#ifndef POKEDIAMOND_UNK_0205F7A0_H
|
|
#define POKEDIAMOND_UNK_0205F7A0_H
|
|
|
|
#include "global.h"
|
|
|
|
typedef struct TownMapAppData { // todo fill out
|
|
u8 padding[0x140];
|
|
} TownMapAppData; // todo move to own file
|
|
|
|
#endif // POKEDIAMOND_UNK_0205F7A0_H
|