Update Tradition.ZC

This commit is contained in:
y4my4my4m 2023-08-25 15:38:05 +09:00
parent be3ca8f43f
commit fd716e9dad

View file

@ -7,4 +7,4 @@ public U0 PaletteSetTradition(Bool persistent=TRUE)
LFBFlush; LFBFlush;
if (persistent) if (persistent)
fp_set_std_palette = &PaletteSetTradition; fp_set_std_palette = &PaletteSetTradition;
} }