npc_load_two_palettes__no_record

This commit is contained in:
scnorton
2017-09-08 17:58:41 -04:00
parent 5a020a47f3
commit dddb44e301
3 changed files with 25 additions and 53 deletions

View File

@@ -5,6 +5,13 @@
#ifndef POKEEMERALD_DATA3_H
#define POKEEMERALD_DATA3_H
struct PairedPalettes {
u16 tag;
const u16 *data;
};
extern const struct SpritePalette gUnknown_0850BBC8[];
extern const struct PairedPalettes gUnknown_0850BD00[15];
extern u8 gUnknown_084975C4[0x10];
#endif //POKEEMERALD_DATA3_H