mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-19 05:27:54 -05:00
14 lines
383 B
C
14 lines
383 B
C
#ifndef POKEPLATINUM_BATTLE_BACKGROUND_REFERENCE_H
|
|
#define POKEPLATINUM_BATTLE_BACKGROUND_REFERENCE_H
|
|
|
|
typedef struct BattleBackgroundReference {
|
|
int narcID;
|
|
int tilesNarcMemberIdx;
|
|
int paletteNarcMemberIdx;
|
|
int tilemapNarcMemberIdx;
|
|
int paletteDestStart;
|
|
int paletteSrcSize;
|
|
} BattleBackgroundReference;
|
|
|
|
#endif // POKEPLATINUM_BATTLE_BACKGROUND_REFERENCE_H
|