TARGET = SW_IA8.o

ASSET_DIR=../../i10n/assets_zh/levels

RGBFLAGS=-f IA -s 8 

RGBA_SRCS= \
	SW_lader_fune.rgba

ifeq ($(LOCALE), CHINA)
RGBA_SRCS+= \
	SW_Z_SY.rgba
else
RGBA_SRCS+= \
	SW_E_SY.rgba
endif

include ../imagerules
