diff --git a/game/script/x10-raymbas-observations.rpy b/game/script/x10-raymbas-observations.rpy
index 0ab1372..e428b4d 100644
--- a/game/script/x10-raymbas-observations.rpy
+++ b/game/script/x10-raymbas-observations.rpy
@@ -1,44 +1,10 @@
 
-#high res flip - i hate this
-image anon neutral megatex flip = im.Flip("highres/anon neutral megatex.png", horizontal=True)
-image anon shrug megatex flip = im.Flip("highres/anon shrug megatex.png", horizontal=True)
-image anond neutral megatex flip = im.Flip("highres/anond neutral megatex.png", horizontal=True)
-image fang neutral megatex flip = im.Flip("highres/fang neutral megatex.png", horizontal=True)
-image fang flip off happy megatex flip = im.Flip("highres/fang flip off happy megatex.png", horizontal=True)
-image fang very sad megatex flip = im.Flip("highres/fang very sad megatex.png", horizontal=True)
-image naomi neutral megatex flip = im.Flip("highres/naomi neutral megatex.png", horizontal=True)
-
 """
     show fang pbird happy flip with dissolve
     show fang pneutral flip with Dissolve(1)
 """
 #pENdant - wait what the fuck there's PBIRD AND FLIP OFF?
 
-image fang pneutral megatex = Composite(
-   # (1412, 1500),
-   (2683, 2850),
-   (0, 0), "highres/fang neutral megatex.png",
-   (0, 0), "highres/amberpendant1 megatex.png"
-)
-image fang pbird happy megatex = Composite(
-   # (1412, 1500),
-   (2683, 2850),
-   (0, 0), "highres/fang flip off happy megatex.png",
-   (0, 0), "highres/amberpendant1 megatex.png"
-)
-image fang pneutral megatex flip = Composite(
-   # (1412, 1500),
-   (2683, 2850),
-   (0, 0), im.Flip("highres/fang neutral megatex.png", horizontal=True),
-   (0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
-)
-image fang pbird happy megatex flip = Composite(
-   # (1412, 1500),
-   (2683, 2850),
-   (0, 0), im.Flip("highres/fang flip off happy megatex.png", horizontal=True),
-   (0, 0), im.Flip("highres/amberpendant1 megatex.png", horizontal=True)
-)
-
 #bluralt
 image anon neutral blur flip = im.Flip("highres/bluralt/anon neutral blur.png", horizontal=True)
 image anon shrug blur flip = im.Flip("highres/bluralt/anon shrug blur.png", horizontal=True)