The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.19k
stars
233
forks
source link
Don't readd comments to gettext when comments already exist #1784
Closed
Miepee closed 6 months ago
Description
We use negative lookaheads to determine whether a comment already exists. See https://regex101.com/r/8pI24U/1 for a playground session. Fixes #1426
Caveats
Performance may be slightly worse.