TARGET = END1_RGBA16.o

ASSET_DIR=../../i10n/assets_zh/misc

RGBFLAGS=-f RGBA -s 16 

ifeq ($(LOCALE), CHINA)
RGB_SRCS += \
	ENZ_Hall.rgb
else
RGB_SRCS += \
	END_Hall.rgb
endif

include ../imagerules

