mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
25 lines
775 B
C
Executable File
25 lines
775 B
C
Executable File
//
|
|
// Created by Scott Norton on 9/8/17.
|
|
//
|
|
|
|
#ifndef POKEEMERALD_DATA3_H
|
|
#define POKEEMERALD_DATA3_H
|
|
|
|
struct PairedPalettes {
|
|
u16 tag;
|
|
const u16 *data;
|
|
};
|
|
|
|
extern u8 gUnknown_084975C4[0x10];
|
|
extern const struct SpriteTemplate gUnknown_084975D4;
|
|
extern void (*const gUnknown_084975EC[3])(struct Sprite *);
|
|
extern const struct SpritePalette gUnknown_0850BBC8[];
|
|
extern const struct PairedPalettes gUnknown_0850BD00[15];
|
|
extern const struct PairedPalettes gUnknown_0850BD78[15];
|
|
extern const u16 *const gUnknown_0850BE38[2];
|
|
extern const s16 gUnknown_0850D6DC[4]; // {0x20, 0x40, 0x60, 0x80}
|
|
extern const u8 gUnknown_0850D710[4]; // {DIR_SOUTH, DIR_NORTH, DIR_WEST, DIR_EAST}
|
|
extern const u8 gUnknown_0850D770[2]; // {DIR_SOUTH, DIR_NORTH}
|
|
|
|
#endif //POKEEMERALD_DATA3_H
|