Write cmclient-*.grf directly from python instead of using nml inbetween

This commit is contained in:
dP
2021-11-01 19:10:08 +03:00
parent 20dd0bb9bb
commit b8b2df1f2c
13 changed files with 594 additions and 584 deletions

View File

@@ -182,7 +182,7 @@ static void LoadSpriteTables()
PAL_DOS != used_set->palette
);
}
LoadGrfFile("cmclient-4.grf", CM_SPR_CITYMANIA_BASE - 4, PAL_DOS != used_set->palette);
LoadGrfFile("cmclient-5.grf", CM_SPR_CITYMANIA_BASE, PAL_DOS != used_set->palette);
/* Initialize the unicode to sprite mapping table */
InitializeUnicodeGlyphMap();