try to run unbollox
then check the sprites name if they have changed
convert it to ASCI
check if the sprite name changed~
EDIT:
i just noticed
ACCESSSORY_SANTA_PORING_BALLOON= 1200,
ACCESSSORY_BLACK_BUNNY_HOOD= 1201,
ACCESSSORY_BLUE_BUNNY_HOOD= 1202,
ACCESSSORY_BUNNY_HOOD= 1203,
you forgot space between name and =
it must be~
ACCESSSORY_SANTA_PORING_BALLOON = 1200,
ACCESSSORY_BLACK_BUNNY_HOOD = 1201,
ACCESSSORY_BLUE_BUNNY_HOOD = 1202,
ACCESSSORY_BUNNY_HOOD = 1203,