diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-09-12 16:47:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-09-12 16:49:04 -0400 |
commit | 9286c93c8afd9505259487481e45db6956444004 (patch) | |
tree | 44938ddea4b5f0667084346a78f8c77272807caf /include | |
parent | c6ef3442621227562f15017441aa6fb7709e7187 (diff) |
npc_paltag_set_load
Diffstat (limited to 'include')
-rwxr-xr-x[-rw-r--r--] | include/data3.h | 7 | ||||
-rwxr-xr-x | include/event_scripts.h | 11 |
2 files changed, 15 insertions, 3 deletions
diff --git a/include/data3.h b/include/data3.h index 6b1569486..29b1acc34 100644..100755 --- a/include/data3.h +++ b/include/data3.h @@ -10,11 +10,12 @@ struct PairedPalettes { const u16 *data; }; -extern const struct SpritePalette gUnknown_0850BBC8[]; -extern const struct PairedPalettes gUnknown_0850BD00[15]; -extern const struct PairedPalettes gUnknown_0850BD78[15]; 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]; #endif //POKEEMERALD_DATA3_H diff --git a/include/event_scripts.h b/include/event_scripts.h new file mode 100755 index 000000000..967bc196a --- /dev/null +++ b/include/event_scripts.h @@ -0,0 +1,11 @@ +// +// Created by scott on 9/12/2017. +// + +#ifndef POKEEMERALD_EVENT_SCRIPTS_H +#define POKEEMERALD_EVENT_SCRIPTS_H + +extern const u8 gUnknown_082766A2[]; +extern const u8 gUnknown_082766A6[]; + +#endif //POKEEMERALD_EVENT_SCRIPTS_H |