So I did this... in the graphics.lua, oddly enough the mouth chewing works then changes the image to the new one upon eating...weird.
Code: Select all
base_mouth_icon = dsb_get_bitmap("NEW_MOUTH")
gfx.mouth_chewing = dsb_get_bitmap("NEW_MOUTH_CHEWING")
dsb_animate(gfx.mouth_chewing, 4, 3)
gfx.icons[202] = dsb_get_bitmap("NEW_EYE_FRONT")
gfx.icons[203] = dsb_get_bitmap("NEW_EYE_SIDE")