mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-14 13:11:45 -05:00
19 lines
431 B
Plaintext
19 lines
431 B
Plaintext
#ifndef POKEPLATINUM_GENERATED_ITEM_ID_MAP_H
|
|
#define POKEPLATINUM_GENERATED_ITEM_ID_MAP_H
|
|
|
|
#include "constants/gba/items.h"
|
|
#include "res/items/item_icon.naix"
|
|
|
|
typedef struct ItemArchiveIDs {
|
|
u16 dataID;
|
|
u16 iconID;
|
|
u16 paletteID;
|
|
u16 gen3ID;
|
|
} ItemArchiveIDs;
|
|
|
|
static const ItemArchiveIDs sItemArchiveIDs[] = {
|
|
/* =========== MAGIC CONTENT MARKER =========== */
|
|
};
|
|
|
|
#endif // POKEPLATINUM_GENERATED_ITEM_ID_MAP_H
|