liblcf
lsd_savepicture_flags.h
Go to the documentation of this file.
1 /* !!!! GENERATED FILE - DO NOT EDIT !!!!
2  * --------------------------------------
3  *
4  * This file is part of liblcf. Copyright (c) 2020 liblcf authors.
5  * https://github.com/EasyRPG/liblcf - https://easyrpg.org
6  *
7  * liblcf is Free/Libre Open Source Software, released under the MIT License.
8  * For the full copyright and license information, please view the COPYING
9  * file that was distributed with this source code.
10  */
11 
12 /*
13  * Headers
14  */
15 #include "lsd_reader.h"
16 #include "lsd_chunks.h"
17 #include "reader_struct.h"
18 
19 
20 // Read SavePicture.
21 
22 template <>
23 char const* const Flags<RPG::SavePicture::Flags>::name = "SavePicture_Flags";
24 
25 template <>
27  "erase_on_map_change",
28  "erase_on_battle_end",
29  "unused_bit",
30  "unused_bit2",
31  "affected_by_tint",
32  "affected_by_flash",
33  "affected_by_shake"
34 };
35 
36 template <>
38  1,
39  1,
40  1,
41  1,
42  1,
43  1,
44  1
45 };
46