diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-11-24 15:59:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-24 15:59:14 -0500 |
commit | 8d29f65c6c7f34aa53ae2e7ae3e4f34a95025602 (patch) | |
tree | 5b62a9457d2ddc4145763f94eb1e03257dc38665 /include/global.fieldmap.h | |
parent | c0e3c71673b12ce8380f0c0f189398c7c535493c (diff) | |
parent | 9d056e865655af52c16be7c04df42be378259439 (diff) |
Merge pull request #1255 from GriffinRichards/doc-paltags
Name object event palettes and tags
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 4598e87fa..83123c834 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -219,8 +219,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; |