mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
Improved efficiency of make_enc_platinum.py Improved access of files in other folders Renamed UnkStruct_ov21_021D5890 to fieldCoordinates Renamed UnkStruct_ov21_021D5868 to dungeonCoordinates Added enums for caughtStatus and encounter gategory Removed redundant struct UnkStruct_ov21_021D0D80_1
15 lines
301 B
C
15 lines
301 B
C
#ifndef POKEPLATINUM_STRUCT_OV21_021E6A68_H
|
|
#define POKEPLATINUM_STRUCT_OV21_021E6A68_H
|
|
|
|
#include "constants/heap.h"
|
|
|
|
typedef struct {
|
|
int unk_00;
|
|
enum HeapId heapID;
|
|
void *unk_08;
|
|
BOOL unk_0C;
|
|
BOOL unk_10;
|
|
} UnkStruct_ov21_021E6A68;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV21_021E6A68_H
|