EasyRPG / liblcf

Library to handle RPG Maker 2000/2003 and EasyRPG projects
https://easyrpg.org
MIT License
118 stars 55 forks source link

Code generation fix: Specifying new values for existing enums in a separate file might overwrite existing ones #480

Closed florianessl closed 4 months ago

florianessl commented 6 months ago

Easily reproducible by introducing new values in easyrpg_fields.csv:

EventPage,Trigger,map_init_deferred,8
EventPage,Trigger,map_init_immediate,9

Depends on order though. I defined these values at line 35, right before the Maniac stuff: EventPage,ManiacEventInfo,*