diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-11 16:05:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 16:05:04 -0400 |
commit | 0ccdd940f728d533ffff43288314cb2a3693d183 (patch) | |
tree | 9759375214d042e1aea2d0c8b09793f5314cd53d /include/global.fieldmap.h | |
parent | 4767019e4f541a19577a9bfd09851a94b2e3c745 (diff) | |
parent | c05af7f3941ab1aae6b45dfd0290b0d378a4aa72 (diff) |
Merge pull request #429 from PikalaxALT/doc_field_effect_templates
Document field effect graphics
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 28737b520..7544fe418 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -249,8 +249,8 @@ struct ObjectEvent struct ObjectEventGraphicsInfo { /*0x00*/ u16 tileTag; - /*0x02*/ u16 paletteTag1; - /*0x04*/ u16 paletteTag2; + /*0x02*/ u16 paletteTag; + /*0x04*/ u16 reflectionPaletteTag; /*0x06*/ u16 size; /*0x08*/ s16 width; /*0x0A*/ s16 height; |