├── .gitattributes ├── .gitignore ├── ENHANCEMENTS.md ├── LICENSE ├── NXTALE.yyp ├── README.md ├── datafiles ├── credits.txt └── lang │ ├── lang_en.json │ └── lang_ja.json ├── fonts ├── fnt_comicsans │ └── fnt_comicsans.yy ├── fnt_curs │ └── fnt_curs.yy ├── fnt_dmg │ └── fnt_dmg.yy ├── fnt_ja_comicsans │ └── fnt_ja_comicsans.yy ├── fnt_ja_comicsans_big │ └── fnt_ja_comicsans_big.yy ├── fnt_ja_curs │ └── fnt_ja_curs.yy ├── fnt_ja_main │ └── fnt_ja_main.yy ├── fnt_ja_maintext │ └── fnt_ja_maintext.yy ├── fnt_ja_papyrus │ └── fnt_ja_papyrus.yy ├── fnt_ja_papyrus_btl │ └── fnt_ja_papyrus_btl.yy ├── fnt_ja_plain │ └── fnt_ja_plain.yy ├── fnt_ja_plainbig │ └── fnt_ja_plainbig.yy ├── fnt_ja_plainsmall │ └── fnt_ja_plainsmall.yy ├── fnt_main │ └── fnt_main.yy ├── fnt_maintext │ └── fnt_maintext.yy ├── fnt_papyrus │ └── fnt_papyrus.yy ├── fnt_plain │ └── fnt_plain.yy ├── fnt_plainbig │ └── fnt_plainbig.yy ├── fnt_small │ └── fnt_small.yy └── fnt_wingdings │ └── fnt_wingdings.yy ├── notes ├── LayerElementType │ ├── LayerElementType.txt │ └── LayerElementType.yy ├── OG Audiolist │ ├── OG Audiolist.txt │ └── OG Audiolist.yy ├── OG Roomlist │ ├── OG Roomlist.txt │ └── OG Roomlist.yy └── OG Spritelist │ ├── OG Spritelist.txt │ └── OG Spritelist.yy ├── objects ├── OBJ_BLCON │ ├── Alarm_0.gml │ └── OBJ_BLCON.yy ├── OBJ_INSTAWRITER │ ├── Create_0.gml │ ├── OBJ_INSTAWRITER.yy │ └── Other_11.gml ├── OBJ_NOMSCWRITER │ ├── Create_0.gml │ └── OBJ_NOMSCWRITER.yy ├── OBJ_WRITER │ ├── Create_0.gml │ └── OBJ_WRITER.yy ├── OBJ_WRITERCREATOR │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── OBJ_WRITERCREATOR.yy ├── blt_4sidebullet │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_4sidebullet.yy ├── blt_avoidfire │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_avoidfire.yy ├── blt_barkbullet │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_barkbullet.yy ├── blt_blookhat │ ├── Collision_blt_crybullet2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_blookhat.yy ├── blt_bluespear │ ├── Alarm_0.gml │ ├── Collision_obj_borderparent.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_bluespear.yy ├── blt_bluesword │ ├── Alarm_0.gml │ ├── Collision_obj_borderparent.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_bluesword.yy ├── blt_butterfly1 │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_butterfly1.yy ├── blt_butterfly2 │ ├── Create_0.gml │ ├── Step_1.gml │ └── blt_butterfly2.yy ├── blt_chasefire1 │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── blt_chasefire1.yy ├── blt_chasefire2 │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── blt_chasefire2.yy ├── blt_clawbullet_white │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_clawbullet_white.yy ├── blt_coolbus │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_coolbus.yy ├── blt_crybullet │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_crybullet.yy ├── blt_crybullet2 │ ├── Collision_blt_blookhat.gml │ ├── Collision_obj_maddummy.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_crybullet2.yy ├── blt_direct │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_direct.yy ├── blt_dogspear │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── blt_dogspear.yy ├── blt_dummybullet │ ├── Alarm_1.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── blt_dummybullet.yy ├── blt_dummyknife │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_dummyknife.yy ├── blt_dummymissle │ ├── Collision_obj_heart.gml │ ├── Collision_obj_maddummy.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_dummymissle.yy ├── blt_dummyshot │ ├── Collision_obj_maddummy.gml │ ├── Create_0.gml │ ├── Other_0.gml │ └── blt_dummyshot.yy ├── blt_firehelix1 │ ├── Collision_obj_dborder.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_firehelix1.yy ├── blt_floatfire │ ├── Create_0.gml │ └── blt_floatfire.yy ├── blt_flybullet │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── blt_flybullet.yy ├── blt_gen │ ├── Other_7.gml │ └── blt_gen.yy ├── blt_gravbullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_gravbullet.yy ├── blt_growbullet │ ├── Alarm_7.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_growbullet.yy ├── blt_handbullet1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_handbullet1.yy ├── blt_handbullet2 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_handbullet2.yy ├── blt_hat │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_hat.yy ├── blt_hoopbullet1 │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_hoopbullet1.yy ├── blt_hoopbullet2 │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_hoopbullet2.yy ├── blt_icicle │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_icicle.yy ├── blt_laser │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_laser.yy ├── blt_leapfrog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_2.gml │ └── blt_leapfrog.yy ├── blt_loopbulletgrow │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_74.gml │ ├── Other_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── blt_loopbulletgrow.yy ├── blt_minihelix │ ├── Collision_obj_dborder.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_minihelix.yy ├── blt_musbul1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_musbul1.yy ├── blt_muscbul │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_muscbul.yy ├── blt_parent │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_parent.yy ├── blt_parent_noborder │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Other_0.gml │ └── blt_parent_noborder.yy ├── blt_pblueattack │ ├── Collision_obj_borderparent.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_pblueattack.yy ├── blt_pollendrop │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── blt_pollendrop.yy ├── blt_potentiallyblue │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_potentiallyblue.yy ├── blt_roachbullet │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_roachbullet.yy ├── blt_roachdance │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_2.gml │ └── blt_roachdance.yy ├── blt_sadbullet │ ├── Collision_obj_dborder.gml │ ├── Create_0.gml │ └── blt_sadbullet.yy ├── blt_scootdog │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_scootdog.yy ├── blt_shinebullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_shinebullet.yy ├── blt_sizebone │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── blt_sizebone.yy ├── blt_soapbul │ ├── Alarm_0.gml │ ├── Alarm_7.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_soapbul.yy ├── blt_splinter │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_splinter.yy ├── blt_splinterbig │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── blt_splinterbig.yy ├── blt_stalk1 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── blt_stalk1.yy ├── blt_stalk2 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── blt_stalk2.yy ├── blt_stalkloop │ ├── Create_0.gml │ ├── Step_0.gml │ └── blt_stalkloop.yy ├── blt_streambullet │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── blt_streambullet.yy ├── blt_superbone │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_superbone.yy ├── blt_sweatdrop │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_sweatdrop.yy ├── blt_temhand │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── blt_temhand.yy ├── blt_thatch │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── blt_thatch.yy ├── blt_tinypom_leap │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Collision_obj_borderparent.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_tinypom_leap.yy ├── blt_tobydogbone │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_tobydogbone.yy ├── blt_topbone │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_topbone.yy ├── blt_uspear │ ├── Collision_obj_fakeheart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── blt_uspear.yy ├── blt_vegbullet │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── blt_vegbullet.yy ├── blt_whiteax │ ├── Alarm_1.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── blt_whiteax.yy ├── blt_whitespear │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ └── blt_whitespear.yy ├── objLayerChecker │ ├── Other_4.gml │ └── objLayerChecker.yy ├── obj_1sidegen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_1sidegen.yy ├── obj_3platgen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ └── obj_3platgen.yy ├── obj_4sidegen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_4sidegen.yy ├── obj_6book_act │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6book_act.yy ├── obj_6book_master │ ├── Alarm_0.gml │ ├── Alarm_10.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_15.gml │ └── obj_6book_master.yy ├── obj_6book_wordbullet │ ├── Alarm_0.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_6book_wordbullet.yy ├── obj_6bparent │ ├── Collision_obj_vsflowey_heart.gml │ └── obj_6bparent.yy ├── obj_6flasher │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_6flasher.yy ├── obj_6glove_act │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6glove_act.yy ├── obj_6glove_boss │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_15.gml │ ├── Other_16.gml │ ├── Step_0.gml │ └── obj_6glove_boss.yy ├── obj_6glove_part │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_6glove_part.yy ├── obj_6gun │ ├── Alarm_4.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_6gun.yy ├── obj_6gun_act │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6gun_act.yy ├── obj_6gun_bullet │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Other_14.gml │ └── obj_6gun_bullet.yy ├── obj_6gun_crosshair │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_6gun_crosshair.yy ├── obj_6heal │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_6heal.yy ├── obj_6knife │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_6knife.yy ├── obj_6knife_act │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_6knife.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6knife_act.yy ├── obj_6pan │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_6pan.yy ├── obj_6pan_act │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6pan_act.yy ├── obj_6pan_fire │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_6pan_fire.yy ├── obj_6parent │ └── obj_6parent.yy ├── obj_6shoe_act │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_6shoe_act.yy ├── obj_6shoe_master │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_6shoe_master.yy ├── obj_6shoe_musicnote │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_6shoe_musicnote.yy ├── obj_6shoe_part │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_6shoe_part.yy ├── obj_6soul_helpcutscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_6soul_helpcutscene.yy ├── obj_6soul_lastcutscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_6soul_lastcutscene.yy ├── obj_8smallgen │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_11.gml │ └── obj_8smallgen.yy ├── obj_FinalWriter │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_FinalWriter.yy ├── obj_aaron │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_aaron.yy ├── obj_aaronbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_aaronbody.yy ├── obj_aaronnpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_aaronnpc.yy ├── obj_actiontable │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_actiontable.yy ├── obj_adate │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_adate.yy ├── obj_adate_body │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_adate_body.yy ├── obj_adate_papyrus │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_adate_papyrus.yy ├── obj_adate_trashcan │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_adate_trashcan.yy ├── obj_adate_ubody │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_adate_ubody.yy ├── obj_afinal_body │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_afinal_body.yy ├── obj_afterimage_asriel │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_afterimage_asriel.yy ├── obj_agentbody │ ├── Create_0.gml │ └── obj_agentbody.yy ├── obj_alabdoor_l │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_alabdoor_l.yy ├── obj_allaroundgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_allaroundgen.yy ├── obj_alphys_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_alphys_actor.yy ├── obj_alphys_fly │ ├── Create_0.gml │ └── obj_alphys_fly.yy ├── obj_alphys_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_alphys_friendc.yy ├── obj_alphys_friendscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_alphys_friendscene.yy ├── obj_alphys_npc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_alphys_npc.yy ├── obj_alphysconveyor │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_alphysconveyor.yy ├── obj_alphysfollow_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_alphysfollow_event.yy ├── obj_alphystrigger1 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_alphystrigger1.yy ├── obj_alphystrigger2 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_alphystrigger2.yy ├── obj_amalgam_biter │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_amalgam_biter.yy ├── obj_amalgam_dogevent │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_amalgam_dogevent.yy ├── obj_amalgam_dogpiece │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_amalgam_dogpiece.yy ├── obj_amalgam_exc │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_amalgam_exc.yy ├── obj_amalgam_fridge │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_amalgam_fridge.yy ├── obj_amalgam_laserdog │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_amalgam_laserdog.yy ├── obj_amalgam_rocketdog │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_amalgam_rocketdog.yy ├── obj_amalgam_save │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_amalgam_save.yy ├── obj_amalgam_tooth │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_amalgam_tooth.yy ├── obj_amalgambul_parent │ ├── Other_16.gml │ ├── Step_2.gml │ └── obj_amalgambul_parent.yy ├── obj_ambientrain │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ambientrain.yy ├── obj_ambientwater │ ├── Create_0.gml │ └── obj_ambientwater.yy ├── obj_answernodule │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_answernodule.yy ├── obj_anybt │ ├── Alarm_6.gml │ ├── Collision_obj_fakeheart.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_anybt.yy ├── obj_artclass_sign │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_artclass_sign.yy ├── obj_asbulletparent │ ├── Other_17.gml │ └── obj_asbulletparent.yy ├── obj_asgfakeheart │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_asgfakeheart.yy ├── obj_asgore_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_asgore_actor.yy ├── obj_asgore_finalintro │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_22.gml │ └── obj_asgore_finalintro.yy ├── obj_asgore_firehit │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_asgore_firehit.yy ├── obj_asgore_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_asgore_friendc.yy ├── obj_asgore_lastcutscene │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_asgore_lastcutscene.yy ├── obj_asgore_otest │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_asgore_otest.yy ├── obj_asgore_prebarrier_event │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_asgore_prebarrier_event.yy ├── obj_asgore_spearswipe │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_asgore_spearswipe.yy ├── obj_asgore_spearswipegen │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_7.gml │ └── obj_asgore_spearswipegen.yy ├── obj_asgoreattackgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_asgoreattackgen.yy ├── obj_asgoreb │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_asgoreb.yy ├── obj_asgoreb_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_asgoreb_body.yy ├── obj_asgorebulparent │ ├── Other_10.gml │ ├── Step_2.gml │ └── obj_asgorebulparent.yy ├── obj_asgorefakespear │ ├── Collision_obj_mercybutton_shatter.gml │ ├── Step_0.gml │ └── obj_asgorefakespear.yy ├── obj_asgoremeet_event │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_asgoremeet_event.yy ├── obj_asgorespear │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_asgorespear.yy ├── obj_asgorethrone │ ├── Create_0.gml │ └── obj_asgorethrone.yy ├── obj_asriel_body │ ├── Alarm_0.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_5.gml │ └── obj_asriel_body.yy ├── obj_asriel_overworldanim │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_asriel_overworldanim.yy ├── obj_asriel_swordarm │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_asriel_swordarm.yy ├── obj_asriel_swordmaster │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_15.gml │ ├── Other_16.gml │ ├── Other_17.gml │ ├── Other_18.gml │ ├── Other_19.gml │ ├── Step_0.gml │ └── obj_asriel_swordmaster.yy ├── obj_asrielappear │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_asrielappear.yy ├── obj_asrielb │ ├── Alarm_10.gml │ ├── Alarm_3.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_asrielb.yy ├── obj_asrielbed │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_asrielbed.yy ├── obj_asrielfinal │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_asrielfinal.yy ├── obj_asriellamp │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_asriellamp.yy ├── obj_asrielpanels │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_asrielpanels.yy ├── obj_assortedtrash │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_assortedtrash.yy ├── obj_astigmatism │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_astigmatism.yy ├── obj_astigmatism_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_astigmatism_body.yy ├── obj_astigmatism_bullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_astigmatism_bullet.yy ├── obj_astigmatismgen │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_astigmatismgen.yy ├── obj_autowater │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_autowater.yy ├── obj_backgrounder_castle │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_backgrounder_castle.yy ├── obj_backgrounder_core │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_backgrounder_core.yy ├── obj_backgrounder_dock │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_backgrounder_dock.yy ├── obj_backgrounder_lastruins │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_backgrounder_lastruins.yy ├── obj_backgrounder_lava │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_backgrounder_lava.yy ├── obj_backgrounder_parent │ └── obj_backgrounder_parent.yy ├── obj_backgrounder_pillar │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_backgrounder_pillar.yy ├── obj_backgrounder_tundra │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_backgrounder_tundra.yy ├── obj_bara01 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_bara01.yy ├── obj_bara02 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_bara02.yy ├── obj_bara03 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_bara03.yy ├── obj_bara04 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_bara04.yy ├── obj_barabody │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_14.gml │ └── obj_barabody.yy ├── obj_barriercut │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_barriercut.yy ├── obj_barrierevent │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_barrierevent.yy ├── obj_base_writer │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_base_writer.yy ├── obj_basementmusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_basementmusic.yy ├── obj_basicmonster │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_basicmonster.yy ├── obj_battlebg │ ├── Create_0.gml │ └── obj_battlebg.yy ├── obj_battleblcon │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_2.gml │ └── obj_battleblcon.yy ├── obj_battlebomb │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_battlebomb.yy ├── obj_battlebomb_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_battlebomb_body.yy ├── obj_battlecontroller │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── KeyPress_117.gml │ ├── KeyPress_37.gml │ ├── KeyPress_38.gml │ ├── KeyPress_39.gml │ ├── KeyPress_40.gml │ ├── KeyPress_46.gml │ ├── KeyPress_49.gml │ ├── KeyPress_50.gml │ ├── KeyPress_80.gml │ ├── Keyboard_56.gml │ ├── Keyboard_57.gml │ ├── Other_10.gml │ ├── Other_5.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_battlecontroller.yy ├── obj_battlefader │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_battlefader.yy ├── obj_battler │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_battler.yy ├── obj_battlerflowey │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_battlerflowey.yy ├── obj_battlerquick │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_battlerquick.yy ├── obj_battlerstory │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_battlerstory.yy ├── obj_battlethingparent │ └── obj_battlethingparent.yy ├── obj_beachdebris │ ├── Create_0.gml │ ├── Other_0.gml │ └── obj_beachdebris.yy ├── obj_bed_dark │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_bed_dark.yy ├── obj_bed_key │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bed_key.yy ├── obj_bed_watcher │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bed_watcher.yy ├── obj_bedlump │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ └── obj_bedlump.yy ├── obj_bellblossom │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_bellblossom.yy ├── obj_bg_glower │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bg_glower.yy ├── obj_bgpipe │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bgpipe.yy ├── obj_bigbob │ ├── Create_0.gml │ └── obj_bigbob.yy ├── obj_bigcoredoor_anim │ ├── Create_0.gml │ └── obj_bigcoredoor_anim.yy ├── obj_bigdog │ ├── Alarm_1.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bigdog.yy ├── obj_bigglydeshot │ ├── Alarm_8.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bigglydeshot.yy ├── obj_bigpie │ ├── Create_0.gml │ └── obj_bigpie.yy ├── obj_bigweb │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_bigweb.yy ├── obj_birbnoise │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_birbnoise.yy ├── obj_black_ender │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_black_ender.yy ├── obj_blackborderer │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_blackborderer.yy ├── obj_blackbox_o │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ └── obj_blackbox_o.yy ├── obj_blackbox_o_shatter │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blackbox_o_shatter.yy ├── obj_blackbox_pl │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blackbox_pl.yy ├── obj_blackbox_rewinder │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_blackbox_rewinder.yy ├── obj_blackboxpart │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blackboxpart.yy ├── obj_blackboxtest │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_blackboxtest.yy ├── obj_blackbulletgen1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blackbulletgen1.yy ├── obj_blastbul │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blastbul.yy ├── obj_blastorb │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_blastorb.yy ├── obj_blconsm │ └── obj_blconsm.yy ├── obj_blconwdflowey │ └── obj_blconwdflowey.yy ├── obj_blconwideslave │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blconwideslave.yy ├── obj_blkpxl0tall │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_blkpxl0tall.yy ├── obj_blkpxlgrav │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_blkpxlgrav.yy ├── obj_blkpxltall │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_blkpxltall.yy ├── obj_blockbullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_blockbullet.yy ├── obj_blockbullet2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_blockbullet2.yy ├── obj_blookdiary │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_blookdiary.yy ├── obj_blookhouses │ ├── Create_0.gml │ ├── Other_11.gml │ └── obj_blookhouses.yy ├── obj_blueattackgen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ └── obj_blueattackgen.yy ├── obj_bluelaser_b │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_bluelaser_b.yy ├── obj_bluelaser_o │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Collision_obj_solidline.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_bluelaser_o.yy ├── obj_blueswitch_1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_blueswitch_1.yy ├── obj_boardride_a │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_boardride_a.yy ├── obj_bobskids │ ├── Collision_obj_heart_pl.gml │ ├── Collision_obj_heartshot_pl.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bobskids.yy ├── obj_bombbul │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bombbul.yy ├── obj_bombgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_bombgen.yy ├── obj_bonebox │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_bonebox.yy ├── obj_bonedrawer │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bonedrawer.yy ├── obj_bonedrawer_check │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_bonedrawer_check.yy ├── obj_boneloop_v │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_boneloop_v.yy ├── obj_boneplat │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ └── obj_boneplat.yy ├── obj_bonestab │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bonestab.yy ├── obj_bonewall │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_bonewall.yy ├── obj_bonewall_normal │ └── obj_bonewall_normal.yy ├── obj_booktable │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_booktable.yy ├── obj_booth │ ├── Create_0.gml │ └── obj_booth.yy ├── obj_borderparent │ ├── Create_0.gml │ └── obj_borderparent.yy ├── obj_bottomglower │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_bottomglower.yy ├── obj_bottomtable │ ├── Create_0.gml │ └── obj_bottomtable.yy ├── obj_bouncedown │ ├── Other_10.gml │ └── obj_bouncedown.yy ├── obj_bounceleft │ ├── Other_10.gml │ └── obj_bounceleft.yy ├── obj_bouncelight │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bouncelight.yy ├── obj_bouncer │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bouncer.yy ├── obj_bounceright │ ├── Alarm_1.gml │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_4.gml │ ├── Alarm_9.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_bounceright.yy ├── obj_bouncersteam │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bouncersteam.yy ├── obj_bouncetilecontoller │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_bouncetilecontoller.yy ├── obj_bouncetileparent │ └── obj_bouncetileparent.yy ├── obj_bounceup │ ├── Other_10.gml │ └── obj_bounceup.yy ├── obj_boxsiner │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_boxsiner.yy ├── obj_boysnightout │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_boysnightout.yy ├── obj_brattysign │ ├── Create_0.gml │ └── obj_brattysign.yy ├── obj_brightwaterfall │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_brightwaterfall.yy ├── obj_bringitinguys │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_bringitinguys.yy ├── obj_brokenpiece │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_brokenpiece.yy ├── obj_btparent │ ├── Create_0.gml │ └── obj_btparent.yy ├── obj_bulletblocker │ ├── Collision_obj_heart.gml │ ├── Collision_obj_heartshot.gml │ └── obj_bulletblocker.yy ├── obj_bulletbomb │ ├── Collision_obj_heart.gml │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_bulletbomb.yy ├── obj_bulletgen1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_bulletgen1.yy ├── obj_bulletgenparent │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_bulletgenparent.yy ├── obj_bulletgenthatched │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_bulletgenthatched.yy ├── obj_burgerpants_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_burgerpants_body.yy ├── obj_businessmanticore │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_businessmanticore.yy ├── obj_butterfly2gen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_butterfly2gen.yy ├── obj_butterflybullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_butterflybullet.yy ├── obj_butterflybullet_2 │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_butterflybullet_2.yy ├── obj_butterflybullet_gen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_butterflybullet_gen.yy ├── obj_butterflybullet_gen_2 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_butterflybullet_gen_2.yy ├── obj_butterflyhead │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_butterflyhead.yy ├── obj_cactus │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_cactus.yy ├── obj_candydish1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_candydish1.yy ├── obj_candydish2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_candydish2.yy ├── obj_carbed │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_carbed.yy ├── obj_carrotshot │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_carrotshot.yy ├── obj_carrotstargen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_carrotstargen.yy ├── obj_carrybird │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_1.gml │ └── obj_carrybird.yy ├── obj_castle_part1music │ ├── Create_0.gml │ └── obj_castle_part1music.yy ├── obj_castle_part2music │ ├── Create_0.gml │ └── obj_castle_part2music.yy ├── obj_castroll │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_castroll.yy ├── obj_centeract_parent │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Step_1.gml │ └── obj_centeract_parent.yy ├── obj_cfire │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_cfire.yy ├── obj_cfiregen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_cfiregen.yy ├── obj_chairiel │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_1.gml │ └── obj_chairiel.yy ├── obj_chaosbomb │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_chaosbomb.yy ├── obj_cheesetable1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_cheesetable1.yy ├── obj_chefhat │ ├── Step_0.gml │ └── obj_chefhat.yy ├── obj_cherrygen │ ├── Step_0.gml │ └── obj_cherrygen.yy ├── obj_cherrypetal │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_cherrypetal.yy ├── obj_chewtoy │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_chewtoy.yy ├── obj_chilldrake │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_chilldrake.yy ├── obj_chilldrakenpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_chilldrakenpc.yy ├── obj_chimesparkle │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_chimesparkle.yy ├── obj_chipdoor_l │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_2.gml │ └── obj_chipdoor_l.yy ├── obj_chipdoor_r │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_chipdoor_r.yy ├── obj_chipdoor_trigger │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_chipdoor_trigger.yy ├── obj_choicer │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── KeyPress_37.gml │ ├── KeyPress_39.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_choicer.yy ├── obj_clamgirl │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_clamgirl.yy ├── obj_clamguy │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_clamguy.yy ├── obj_clawbullet_failure │ ├── Create_0.gml │ └── obj_clawbullet_failure.yy ├── obj_clawbullet_gravityfailure │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_clawbullet_gravityfailure.yy ├── obj_clawfailuregen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_clawfailuregen.yy ├── obj_coffin │ ├── Create_0.gml │ └── obj_coffin.yy ├── obj_cogsmall │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_cogsmall.yy ├── obj_colorlever │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_colorlever.yy ├── obj_confetti │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_confetti.yy ├── obj_console │ ├── Create_0.gml │ ├── Draw_75.gml │ └── obj_console.yy ├── obj_control_test │ ├── Create_0.gml │ ├── Draw_64.gml │ └── obj_control_test.yy ├── obj_controlspear │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_controlspear.yy ├── obj_controltest │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_controltest.yy ├── obj_convenientlamp │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_convenientlamp.yy ├── obj_conveyor_parent │ ├── Alarm_9.gml │ ├── Draw_0.gml │ └── obj_conveyor_parent.yy ├── obj_conveyord │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_conveyord.yy ├── obj_conveyorl │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_conveyorl.yy ├── obj_conveyorpuzzle1 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_conveyorpuzzle1.yy ├── obj_conveyorr │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_conveyorr.yy ├── obj_conveyorsnapper │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_conveyorsnapper.yy ├── obj_conveyoru │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_conveyoru.yy ├── obj_cookhud │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_cookhud.yy ├── obj_cookshowevent │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_cookshowevent.yy ├── obj_core_bridgeleg │ ├── Create_0.gml │ └── obj_core_bridgeleg.yy ├── obj_core_enemyevent │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_core_enemyevent.yy ├── obj_core_enemyevent2 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_core_enemyevent2.yy ├── obj_core_glowbg │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_core_glowbg.yy ├── obj_core_glowtotem │ ├── Create_0.gml │ └── obj_core_glowtotem.yy ├── obj_core_glowwall │ ├── Create_0.gml │ └── obj_core_glowwall.yy ├── obj_core_laserswitch │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_core_laserswitch.yy ├── obj_core_lightline_l │ ├── Create_0.gml │ └── obj_core_lightline_l.yy ├── obj_core_lightline_m │ ├── Create_0.gml │ └── obj_core_lightline_m.yy ├── obj_core_lightline_r │ ├── Create_0.gml │ └── obj_core_lightline_r.yy ├── obj_core_lightstrip │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_core_lightstrip.yy ├── obj_core_lightstrip_m │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_core_lightstrip_m.yy ├── obj_coreambiencemusic │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_coreambiencemusic.yy ├── obj_coredoor_anim │ ├── Create_0.gml │ └── obj_coredoor_anim.yy ├── obj_coremusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_coremusic.yy ├── obj_coreobj_parent │ └── obj_coreobj_parent.yy ├── obj_coresign │ ├── Create_0.gml │ └── obj_coresign.yy ├── obj_cosmetic_glowstar │ ├── Create_0.gml │ └── obj_cosmetic_glowstar.yy ├── obj_cosmeticblcon │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_cosmeticblcon.yy ├── obj_cosmeticecho │ ├── Create_0.gml │ └── obj_cosmeticecho.yy ├── obj_cosmetichole │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_cosmetichole.yy ├── obj_cosmeticpillar_a │ ├── Create_0.gml │ └── obj_cosmeticpillar_a.yy ├── obj_cosmeticpillar_b │ ├── Create_0.gml │ └── obj_cosmeticpillar_b.yy ├── obj_countermiddle │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_countermiddle.yy ├── obj_counterscroller │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_counterscroller.yy ├── obj_coverup │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_coverup.yy ├── obj_creditboss │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_creditboss.yy ├── obj_creditbullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_creditbullet.yy ├── obj_credits_short │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_credits_short.yy ├── obj_creditsheart │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_creditsheart.yy ├── obj_creditsloader │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_creditsloader.yy ├── obj_creditsword │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_creditsword.yy ├── obj_creeptree1 │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_creeptree1.yy ├── obj_creeptree_sansmaker │ └── obj_creeptree_sansmaker.yy ├── obj_creeptree_stickbreak │ └── obj_creeptree_stickbreak.yy ├── obj_crimegraph │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_crimegraph.yy ├── obj_croissant │ ├── Step_0.gml │ └── obj_croissant.yy ├── obj_crossword │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_crossword.yy ├── obj_crosszap │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_crosszap.yy ├── obj_crygen1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_crygen1.yy ├── obj_crygen2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_crygen2.yy ├── obj_crygen3 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ └── obj_crygen3.yy ├── obj_ct_fallobj │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ct_fallobj.yy ├── obj_cutetable │ ├── Create_0.gml │ └── obj_cutetable.yy ├── obj_cutsceneheart │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_cutsceneheart.yy ├── obj_damndummy │ ├── Alarm_0.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_damndummy.yy ├── obj_dancemett │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_dancemett.yy ├── obj_darkfridge │ ├── Alarm_0.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_darkfridge.yy ├── obj_darkman_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_darkman_actor.yy ├── obj_darkness_undyne │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_darkness_undyne.yy ├── obj_darknesslantern │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_darknesslantern.yy ├── obj_darknesspuzzle │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_darknesspuzzle.yy ├── obj_darkplant │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_darkplant.yy ├── obj_darkroom_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_darkroom_event.yy ├── obj_darksans1 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── KeyPress_74.gml │ ├── Step_0.gml │ └── obj_darksans1.yy ├── obj_darksanstrigger │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_darksanstrigger.yy ├── obj_darksausagenpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_darksausagenpc.yy ├── obj_darksink │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_4.gml │ ├── Other_5.gml │ └── obj_darksink.yy ├── obj_darktotem_anim │ ├── Create_0.gml │ └── obj_darktotem_anim.yy ├── obj_dateheart │ ├── Alarm_3.gml │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_dateheart.yy ├── obj_daygraph │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_daygraph.yy ├── obj_dborder │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_dborder.yy ├── obj_decomp_console │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_75.gml │ ├── Other_10.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_decomp_console.yy ├── obj_decomp_settings │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_decomp_settings.yy ├── obj_demodoorA │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_demodoorA.yy ├── obj_dentata_full │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_dentata_full.yy ├── obj_diagoparent │ └── obj_diagoparent.yy ├── obj_dialoguer │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dialoguer.yy ├── obj_diamondkid │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_diamondkid.yy ├── obj_diningtable_grey │ ├── Create_0.gml │ └── obj_diningtable_grey.yy ├── obj_discoball │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ └── obj_discoball.yy ├── obj_discoball_pl │ ├── Alarm_0.gml │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_discoball_pl.yy ├── obj_disembodiedfoxhead │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_disembodiedfoxhead.yy ├── obj_dmgwriter │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_dmgwriter.yy ├── obj_dmgwriter_old │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_dmgwriter_old.yy ├── obj_dockanim │ ├── Create_0.gml │ └── obj_dockanim.yy ├── obj_dogboat_pillar │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_dogboat_pillar.yy ├── obj_dogboat_thing │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dogboat_thing.yy ├── obj_dogdozer │ ├── Collision_obj_dogmarker.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_dogdozer.yy ├── obj_dogeB │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_dogeB.yy ├── obj_dogeBtail │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_dogeBtail.yy ├── obj_dogehouse │ ├── Create_0.gml │ └── obj_dogehouse.yy ├── obj_dogehouseback │ ├── Create_0.gml │ └── obj_dogehouseback.yy ├── obj_dogeparent │ └── obj_dogeparent.yy ├── obj_dogetrigger1 │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dogetrigger1.yy ├── obj_dogfood │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_dogfood.yy ├── obj_dogfoodbag │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_dogfoodbag.yy ├── obj_doggiebed │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_doggiebed.yy ├── obj_dogmarker │ ├── Create_0.gml │ └── obj_dogmarker.yy ├── obj_dogmissle │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_dogmissle.yy ├── obj_dogneck2 │ └── obj_dogneck2.yy ├── obj_dogneck3 │ └── obj_dogneck3.yy ├── obj_dogneck4 │ └── obj_dogneck4.yy ├── obj_dogneck5 │ └── obj_dogneck5.yy ├── obj_dogneckparent │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_dogneckparent.yy ├── obj_dogpillar2 │ └── obj_dogpillar2.yy ├── obj_dogpillar3 │ └── obj_dogpillar3.yy ├── obj_dogpillar4 │ └── obj_dogpillar4.yy ├── obj_dogpillar5 │ └── obj_dogpillar5.yy ├── obj_dogpillarparent │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_dogpillarparent.yy ├── obj_dogpoff │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_dogpoff.yy ├── obj_dogringbell │ ├── Alarm_0.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dogringbell.yy ├── obj_dogroom_npc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_dogroom_npc.yy ├── obj_dogshrine │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_dogshrine.yy ├── obj_dogshrine2 │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_dogshrine2.yy ├── obj_dogshrine3 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dogshrine3.yy ├── obj_dogshrine_door │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_dogshrine_door.yy ├── obj_dogtreat │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_dogtreat.yy ├── obj_donutbullet │ ├── Alarm_0.gml │ ├── Step_0.gml │ └── obj_donutbullet.yy ├── obj_doodleball │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_doodleball.yy ├── obj_doodlebug │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_doodlebug.yy ├── obj_doodlebug_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_16.gml │ ├── KeyPress_32.gml │ ├── Other_10.gml │ └── obj_doodlebug_body.yy ├── obj_doodlebullet │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_doodlebullet.yy ├── obj_doomtimer │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_doomtimer.yy ├── obj_doorA │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorA.yy ├── obj_doorAmusicfade │ ├── Other_19.gml │ └── obj_doorAmusicfade.yy ├── obj_doorB │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorB.yy ├── obj_doorBmusicfade │ ├── Other_19.gml │ └── obj_doorBmusicfade.yy ├── obj_doorC │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorC.yy ├── obj_doorCmusicfade │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorCmusicfade.yy ├── obj_doorD │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorD.yy ├── obj_doorDmusicfade │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_doorDmusicfade.yy ├── obj_doorXmusicfade │ ├── Alarm_2.gml │ ├── Other_19.gml │ └── obj_doorXmusicfade.yy ├── obj_door_ruins13 │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_ruins13.yy ├── obj_door_s_musfade │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_s_musfade.yy ├── obj_door_t │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_t.yy ├── obj_door_u │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_u.yy ├── obj_door_v │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_v.yy ├── obj_door_w │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_door_w.yy ├── obj_doorparent │ └── obj_doorparent.yy ├── obj_doublesans │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_doublesans.yy ├── obj_downstairs │ └── obj_downstairs.yy ├── obj_drakebody │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_drakebody.yy ├── obj_drakehead │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_drakehead.yy ├── obj_ds3_box │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ds3_box.yy ├── obj_ds3_donationlist │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_ds3_donationlist.yy ├── obj_ds3_intro │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ds3_intro.yy ├── obj_ds3_marker │ ├── Create_0.gml │ └── obj_ds3_marker.yy ├── obj_ds3_numberpicker │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_ds3_numberpicker.yy ├── obj_ds3_particle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ds3_particle.yy ├── obj_dtrapfire │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_dtrapfire.yy ├── obj_dummy1 │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_dummy1.yy ├── obj_dummymonster │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_dummymonster.yy ├── obj_dummytrigger │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_dummytrigger.yy ├── obj_dustcloud │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_dustcloud.yy ├── obj_earlystorybattle │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_earlystorybattle.yy ├── obj_ebottfadein │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_ebottfadein.yy ├── obj_echoflower │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_echoflower.yy ├── obj_eggbullet_pl │ ├── Collision_obj_heart_pl.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_eggbullet_pl.yy ├── obj_eggcarton_pl │ ├── Alarm_0.gml │ ├── Collision_obj_heartshot_pl.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_eggcarton_pl.yy ├── obj_egggraph │ ├── Create_0.gml │ └── obj_egggraph.yy ├── obj_elev_floorsign │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_elev_floorsign.yy ├── obj_elevatordoor │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_elevatordoor.yy ├── obj_elevatorgem │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_elevatorgem.yy ├── obj_elevatorpanel │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_elevatorpanel.yy ├── obj_emptyborder_s │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_emptyborder_s.yy ├── obj_encount_core1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encount_core1.yy ├── obj_encount_fire1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encount_fire1.yy ├── obj_encounter_ruins1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounter_ruins1.yy ├── obj_encounter_ruins2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounter_ruins2.yy ├── obj_encounterer_glyde │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_glyde.yy ├── obj_encounterer_jerry │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_jerry.yy ├── obj_encounterer_ruins3 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_ruins3.yy ├── obj_encounterer_ruins4 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_ruins4.yy ├── obj_encounterer_ruins5 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_ruins5.yy ├── obj_encounterer_ruins6 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_ruins6.yy ├── obj_encounterer_tundra1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_tundra1.yy ├── obj_encounterer_water1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_water1.yy ├── obj_encounterer_water2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encounterer_water2.yy ├── obj_encountererparent │ ├── Other_4.gml │ └── obj_encountererparent.yy ├── obj_encountertrigger1 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_encountertrigger1.yy ├── obj_encoutnerer_gyftrot │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_encoutnerer_gyftrot.yy ├── obj_endbeachanim │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endbeachanim.yy ├── obj_endcaranim │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endcaranim.yy ├── obj_endcastlemusic │ ├── Create_0.gml │ └── obj_endcastlemusic.yy ├── obj_endflowey │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endflowey.yy ├── obj_endflowey_regret │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endflowey_regret.yy ├── obj_endmettevent │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endmettevent.yy ├── obj_endmyroom │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_endmyroom.yy ├── obj_endogeny │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_endogeny.yy ├── obj_endogeny_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_endogeny_body.yy ├── obj_endschoolanim │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_endschoolanim.yy ├── obj_essaystuff │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_63.gml │ ├── Step_0.gml │ └── obj_essaystuff.yy ├── obj_exhaustbullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_0.gml │ └── obj_exhaustbullet.yy ├── obj_exitmarker3 │ └── obj_exitmarker3.yy ├── obj_explodestar │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_explodestar.yy ├── obj_eyeflash │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_eyeflash.yy ├── obj_eyeshot_a │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_eyeshot_a.yy ├── obj_eyewarning │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_eyewarning.yy ├── obj_f_frasier │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_f_frasier.yy ├── obj_f_gamestart │ ├── Create_0.gml │ └── obj_f_gamestart.yy ├── obj_f_handfork │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_f_handfork.yy ├── obj_f_handgun │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_f_handgun.yy ├── obj_f_shotflame │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_f_shotflame.yy ├── obj_face │ ├── Alarm_9.gml │ ├── Create_0.gml │ └── obj_face.yy ├── obj_face_alphys │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_alphys.yy ├── obj_face_asgore │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_asgore.yy ├── obj_face_asriel │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_asriel.yy ├── obj_face_floweytalk │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_face_floweytalk.yy ├── obj_face_mettaton │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_mettaton.yy ├── obj_face_papyrus │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_papyrus.yy ├── obj_face_sans │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_sans.yy ├── obj_face_torglasses │ ├── Step_0.gml │ └── obj_face_torglasses.yy ├── obj_face_torielblink │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_face_torielblink.yy ├── obj_face_torieltalk │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_face_torieltalk.yy ├── obj_face_undyne │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_face_undyne.yy ├── obj_fadebar │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fadebar.yy ├── obj_fader │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_fader.yy ├── obj_failegg │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Other_11.gml │ └── obj_failegg.yy ├── obj_failuredog │ ├── Step_0.gml │ └── obj_failuredog.yy ├── obj_fakeborderdraw │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_fakeborderdraw.yy ├── obj_fakebridge │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_fakebridge.yy ├── obj_fakedarksans │ ├── Collision_obj_creeptree_stickbreak.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fakedarksans.yy ├── obj_fakedoor │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_fakedoor.yy ├── obj_fakefalls │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_fakefalls.yy ├── obj_fakefalls_bg │ ├── Create_0.gml │ └── obj_fakefalls_bg.yy ├── obj_fakefroggit │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_fakefroggit.yy ├── obj_fakeheart │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fakeheart.yy ├── obj_fakepellet │ ├── Alarm_0.gml │ ├── Collision_obj_fakeheart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_fakepellet.yy ├── obj_fakesanstrigger │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fakesanstrigger.yy ├── obj_faketrophy │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_75.gml │ └── obj_faketrophy.yy ├── obj_fakewater │ ├── Create_0.gml │ └── obj_fakewater.yy ├── obj_fakewaterl │ └── obj_fakewaterl.yy ├── obj_fakewaterm │ └── obj_fakewaterm.yy ├── obj_fakewateropenl │ └── obj_fakewateropenl.yy ├── obj_fakewateropenm │ └── obj_fakewateropenm.yy ├── obj_fakewateropenr │ └── obj_fakewateropenr.yy ├── obj_fakewaterr │ └── obj_fakewaterr.yy ├── obj_fakewatershadowl │ └── obj_fakewatershadowl.yy ├── obj_fakewatershadowm │ └── obj_fakewatershadowm.yy ├── obj_fakewatershadowr │ └── obj_fakewatershadowr.yy ├── obj_fallofflimb │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fallofflimb.yy ├── obj_falltransition │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_falltransition.yy ├── obj_fearundynenpc1 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_fearundynenpc1.yy ├── obj_fearundynenpc2 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_fearundynenpc2.yy ├── obj_ficus │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_ficus.yy ├── obj_fightbt │ ├── Step_0.gml │ └── obj_fightbt.yy ├── obj_fileerased_part │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_fileerased_part.yy ├── obj_finalbarrier │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_finalbarrier.yy ├── obj_finaldoor │ └── obj_finaldoor.yy ├── obj_finalelevatorpanel │ ├── Alarm_4.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_finalelevatorpanel.yy ├── obj_finalfroggit │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_finalfroggit.yy ├── obj_finalfroggit_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_finalfroggit_body.yy ├── obj_finalknight │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_finalknight.yy ├── obj_finalknight_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_finalknight_body.yy ├── obj_firestormgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_firestormgen.yy ├── obj_fisttargettest │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_13.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_fisttargettest.yy ├── obj_flamedrawer │ ├── Draw_0.gml │ └── obj_flamedrawer.yy ├── obj_flasher │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_flasher.yy ├── obj_fleshface │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_fleshface.yy ├── obj_floface │ └── obj_floface.yy ├── obj_floorswitch1 │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_toroverworld1.gml │ ├── Create_0.gml │ └── obj_floorswitch1.yy ├── obj_flowey_bgdraw │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_flowey_bgdraw.yy ├── obj_flowey_bulletmaster │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_flowey_bulletmaster.yy ├── obj_flowey_fightbt │ ├── Other_14.gml │ └── obj_flowey_fightbt.yy ├── obj_flowey_friendscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_flowey_friendscene.yy ├── obj_flowey_master │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_7.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_16.gml │ ├── KeyPress_33.gml │ ├── KeyPress_36.gml │ ├── KeyPress_65.gml │ ├── KeyPress_66.gml │ ├── KeyPress_68.gml │ ├── KeyPress_70.gml │ ├── KeyPress_71.gml │ ├── KeyPress_73.gml │ ├── KeyPress_74.gml │ ├── KeyPress_75.gml │ ├── KeyPress_76.gml │ ├── KeyPress_77.gml │ ├── KeyPress_78.gml │ ├── KeyPress_79.gml │ ├── KeyPress_80.gml │ ├── KeyPress_81.gml │ ├── KeyPress_83.gml │ ├── KeyPress_86.gml │ ├── KeyPress_87.gml │ ├── Keyboard_72.gml │ ├── Keyboard_86.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Other_16.gml │ ├── Other_17.gml │ ├── Other_18.gml │ ├── Other_19.gml │ ├── Other_20.gml │ ├── Step_1.gml │ └── obj_flowey_master.yy ├── obj_flowey_wilt │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_flowey_wilt.yy ├── obj_flowey_writer │ └── obj_flowey_writer.yy ├── obj_floweyarm │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_16.gml │ └── obj_floweyarm.yy ├── obj_floweybattle1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_floweybattle1.yy ├── obj_floweybattler2 │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweybattler2.yy ├── obj_floweybodyparent │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_floweybodyparent.yy ├── obj_floweybullet_parent │ ├── Collision_obj_vsflowey_heart.gml │ ├── Other_22.gml │ └── obj_floweybullet_parent.yy ├── obj_floweydmgwriter │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweydmgwriter.yy ├── obj_floweydraw │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweydraw.yy ├── obj_floweyfacer │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyfacer.yy ├── obj_floweyfly │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_floweyfly.yy ├── obj_floweyfly_burst │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyfly_burst.yy ├── obj_floweygonk │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweygonk.yy ├── obj_floweynuke │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_floweynuke.yy ├── obj_floweynukesplosion │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweynukesplosion.yy ├── obj_floweypipetest │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweypipetest.yy ├── obj_floweypipetest_2 │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweypipetest_2.yy ├── obj_floweypipetest_3 │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_floweypipetest_3.yy ├── obj_floweyslice │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_floweyslice.yy ├── obj_floweytalker1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_floweytalker1.yy ├── obj_floweytrigger │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweytrigger.yy ├── obj_floweytrigger2 │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweytrigger2.yy ├── obj_floweyx_behind │ ├── Step_0.gml │ └── obj_floweyx_behind.yy ├── obj_floweyx_flame │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyx_flame.yy ├── obj_floweyx_flame_old │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyx_flame_old.yy ├── obj_floweyx_flamethrower │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyx_flamethrower.yy ├── obj_floweyx_flipeye │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_floweyx_flipeye.yy ├── obj_floweyx_lefteye │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_floweyx_lefteye.yy ├── obj_floweyx_mouth │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_floweyx_mouth.yy ├── obj_floweyx_oldflamethrower │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_floweyx_oldflamethrower.yy ├── obj_floweyx_tv │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_floweyx_tv.yy ├── obj_flychara_placeholder │ ├── Step_0.gml │ └── obj_flychara_placeholder.yy ├── obj_flyingiceblock │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_flyingiceblock.yy ├── obj_flyjar │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_flyjar.yy ├── obj_flylight_a │ ├── Alarm_0.gml │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_flylight_a.yy ├── obj_flymett │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_flymett.yy ├── obj_fogmaker │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_fogmaker.yy ├── obj_fogmaker_complex │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_fogmaker_complex.yy ├── obj_followspear_2 │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_followspear_2.yy ├── obj_followspeargen_2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_followspeargen_2.yy ├── obj_foodbreak │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_foodbreak.yy ├── obj_foodsound │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_foodsound.yy ├── obj_forcedright │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_forcedright.yy ├── obj_foreground_waterfall │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_foreground_waterfall.yy ├── obj_freakbullet │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_freakbullet.yy ├── obj_freakbulletgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_freakbulletgen.yy ├── obj_friendc_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_friendc_event.yy ├── obj_friendgraph │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_friendgraph.yy ├── obj_friendlypellet │ ├── Alarm_0.gml │ ├── Collision_obj_fakeheart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_friendlypellet.yy ├── obj_friendparent │ ├── Collision_obj_friendscene_gigavine.gml │ └── obj_friendparent.yy ├── obj_friendprotector │ ├── Collision_obj_spinbullet_friendscene.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_friendprotector.yy ├── obj_friendscene │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_friendscene.yy ├── obj_friendscene_gigavine │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_friendscene_gigavine.yy ├── obj_frogbullet_ex │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_frogbullet_ex.yy ├── obj_frogbullet_ex_old │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_frogbullet_ex_old.yy ├── obj_frogbullet_gen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_frogbullet_gen.yy ├── obj_froggit │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Step_0.gml │ └── obj_froggit.yy ├── obj_froghead │ ├── Create_0.gml │ └── obj_froghead.yy ├── obj_froglegs │ ├── Create_0.gml │ └── obj_froglegs.yy ├── obj_frypan_impact │ ├── Alarm_1.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_frypan_impact.yy ├── obj_frypan_star │ ├── Create_0.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_frypan_star.yy ├── obj_fx_bgen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_fx_bgen.yy ├── obj_fx_waver │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_fx_waver.yy ├── obj_gameintro_fake │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gameintro_fake.yy ├── obj_gamemenu_fake │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_gamemenu_fake.yy ├── obj_gameover │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gameover.yy ├── obj_gameover_test_pl │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Keyboard_32.gml │ └── obj_gameover_test_pl.yy ├── obj_gameoverbg │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gameoverbg.yy ├── obj_gameshake │ ├── Alarm_0.gml │ ├── Alarm_11.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gameshake.yy ├── obj_garbagebg │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_garbagebg.yy ├── obj_garbagecooler │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_garbagecooler.yy ├── obj_garbagefridge │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_garbagefridge.yy ├── obj_garbagepile │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_garbagepile.yy ├── obj_garden_overlayshadow │ ├── Draw_0.gml │ └── obj_garden_overlayshadow.yy ├── obj_gaster_follower_a │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_gaster_follower_a.yy ├── obj_gaster_follower_b │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_gaster_follower_b.yy ├── obj_gaster_follower_c │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_gaster_follower_c.yy ├── obj_gaster_room │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_gaster_room.yy ├── obj_gasterbl_gen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_gasterbl_gen.yy ├── obj_gasterblaster │ ├── Alarm_4.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_gasterblaster.yy ├── obj_genafterimage │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_genafterimage.yy ├── obj_genanim │ ├── Other_7.gml │ └── obj_genanim.yy ├── obj_generalsiner │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_5.gml │ └── obj_generalsiner.yy ├── obj_genericfire │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_genericfire.yy ├── obj_giftgen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_giftgen.yy ├── obj_gigavine │ ├── Alarm_4.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_gigavine.yy ├── obj_gigavine_preview │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_gigavine_preview.yy ├── obj_gladdummy │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_gladdummy.yy ├── obj_glassshard │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_glassshard.yy ├── obj_glowfly1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_glowfly1.yy ├── obj_glowparticle_1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_glowparticle_1.yy ├── obj_glowparticlegen_1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_glowparticlegen_1.yy ├── obj_glowshroom │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_glowshroom.yy ├── obj_glowshroompuzzle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_glowshroompuzzle.yy ├── obj_glowstone │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_glowstone.yy ├── obj_glyde_body │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_glyde_body.yy ├── obj_glydeb │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_glydeb.yy ├── obj_glydeshot │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_glydeshot.yy ├── obj_golddisplay │ ├── Draw_0.gml │ └── obj_golddisplay.yy ├── obj_golfedge │ └── obj_golfedge.yy ├── obj_golfhole │ ├── Step_0.gml │ └── obj_golfhole.yy ├── obj_goofyrock │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_goofyrock.yy ├── obj_graphparent │ ├── Step_2.gml │ └── obj_graphparent.yy ├── obj_grasssounder │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_grasssounder.yy ├── obj_greatdog │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_greatdog.yy ├── obj_greatdogbody │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_greatdogbody.yy ├── obj_greenarmor │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_greenarmor.yy ├── obj_greenspeargen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_greenspeargen.yy ├── obj_greenswitch_1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_greenswitch_1.yy ├── obj_greydoor │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_19.gml │ ├── Step_0.gml │ └── obj_greydoor.yy ├── obj_grillbynpc_doggo │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_doggo.yy ├── obj_grillbynpc_foodmonster │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_foodmonster.yy ├── obj_grillbynpc_grillby │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_grillby.yy ├── obj_grillbynpc_hot2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_hot2.yy ├── obj_grillbynpc_hotandbothered │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_hotandbothered.yy ├── obj_grillbynpc_lesserdog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_lesserdog.yy ├── obj_grillbynpc_mandog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_mandog.yy ├── obj_grillbynpc_sansdate │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_grillbynpc_sansdate.yy ├── obj_grillbynpc_snowman1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_snowman1.yy ├── obj_grillbynpc_snowman2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_snowman2.yy ├── obj_grillbynpc_womandog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_grillbynpc_womandog.yy ├── obj_grosscupcake2 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_grosscupcake2.yy ├── obj_groundtorch │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_groundtorch.yy ├── obj_growheart │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_growheart.yy ├── obj_growshrink │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_growshrink.yy ├── obj_guidearrows │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_fakeheart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_guidearrows.yy ├── obj_gunarm_bolt │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ └── obj_gunarm_bolt.yy ├── obj_gunarm_firepattern │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_gunarm_firepattern.yy ├── obj_gunshot_2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gunshot_2.yy ├── obj_gunshot_stab │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Other_15.gml │ └── obj_gunshot_stab.yy ├── obj_gunshot_star │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gunshot_star.yy ├── obj_gyfcloud │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gyfcloud.yy ├── obj_gyftgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_gyftgen.yy ├── obj_gyftrot │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_gyftrot.yy ├── obj_gyftrotbody │ ├── Create_0.gml │ └── obj_gyftrotbody.yy ├── obj_gyftrotgift │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gyftrotgift.yy ├── obj_gyftrothead │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ └── obj_gyftrothead.yy ├── obj_gyftrotmouth │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_gyftrotmouth.yy ├── obj_gyftrotnpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_gyftrotnpc.yy ├── obj_halfbullet │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_halfbullet.yy ├── obj_halfbullet_gen │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_halfbullet_gen.yy ├── obj_hammergen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_hammergen.yy ├── obj_handbullet_new │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_handbullet_new.yy ├── obj_handbulletgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_handbulletgen.yy ├── obj_handlightning │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_handlightning.yy ├── obj_happybreaktime │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_happybreaktime.yy ├── obj_hard_dog │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_hard_dog.yy ├── obj_heart │ ├── Collision_obj_dborder.gml │ ├── Collision_obj_lborder.gml │ ├── Collision_obj_rborder.gml │ ├── Collision_obj_uborder.gml │ ├── Create_0.gml │ ├── Keyboard_37.gml │ ├── Keyboard_38.gml │ ├── Keyboard_39.gml │ ├── Keyboard_40.gml │ ├── Other_17.gml │ ├── Step_0.gml │ └── obj_heart.yy ├── obj_heart_another │ ├── Step_0.gml │ └── obj_heart_another.yy ├── obj_heart_deletelater │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_17.gml │ └── obj_heart_deletelater.yy ├── obj_heart_pl │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_35.gml │ ├── KeyPress_45.gml │ ├── Step_0.gml │ └── obj_heart_pl.yy ├── obj_heart_sansbattle │ ├── Create_0.gml │ ├── Other_17.gml │ ├── Step_0.gml │ └── obj_heart_sansbattle.yy ├── obj_heartcontainer │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_heartcontainer.yy ├── obj_heartdefeated │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_heartdefeated.yy ├── obj_hearthalf │ ├── Collision_obj_halfbullet.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_hearthalf.yy ├── obj_hearthflame │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_hearthflame.yy ├── obj_heartshard │ ├── Create_0.gml │ └── obj_heartshard.yy ├── obj_heartshot │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_heartshot.yy ├── obj_heartshot_bounceaway │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_heartshot_bounceaway.yy ├── obj_heartshot_pl │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_heartshot_pl.yy ├── obj_heatsflamesman │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_heatsflamesman.yy ├── obj_heatwaver │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_heatwaver.yy ├── obj_helixfiregen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_helixfiregen.yy ├── obj_hg_body │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hg_body.yy ├── obj_hg_debris │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_hg_debris.yy ├── obj_hg_wholescreen │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hg_wholescreen.yy ├── obj_hideouscupcake │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hideouscupcake.yy ├── obj_highspider │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_highspider.yy ├── obj_hivestem │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_hivestem.yy ├── obj_holedown │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_holedown.yy ├── obj_holedown2 │ ├── Create_0.gml │ └── obj_holedown2.yy ├── obj_holedown3 │ └── obj_holedown3.yy ├── obj_holeup │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ └── obj_holeup.yy ├── obj_holeup2 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ └── obj_holeup2.yy ├── obj_hoopgen1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_hoopgen1.yy ├── obj_hotdog │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_hotdog.yy ├── obj_hotdoggen │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_hotdoggen.yy ├── obj_hotelmusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_hotelmusic.yy ├── obj_hotelreceptionist │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_hotelreceptionist.yy ├── obj_hotland_bottomedge │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotland_bottomedge.yy ├── obj_hotland_rededge │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotland_rededge.yy ├── obj_hotland_rededge_x │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotland_rededge_x.yy ├── obj_hotlandparalava │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotlandparalava.yy ├── obj_hotlandrock_bg │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotlandrock_bg.yy ├── obj_hotlandsign │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_hotlandsign.yy ├── obj_housemusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_housemusic.yy ├── obj_hpname │ ├── Step_0.gml │ └── obj_hpname.yy ├── obj_icecap │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_icecap.yy ├── obj_icecap_npcb │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_icecap_npcb.yy ├── obj_icecap_npcg │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_icecap_npcg.yy ├── obj_icecap_npcr │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_icecap_npcr.yy ├── obj_icecave_fader │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_icecave_fader.yy ├── obj_icecavewall │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_icecavewall.yy ├── obj_iceconveyorbelt │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_iceconveyorbelt.yy ├── obj_icecube │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_icecube.yy ├── obj_icecube_room │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_icecube_room.yy ├── obj_icecube_water1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_icecube_water1.yy ├── obj_iceevent │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_iceevent.yy ├── obj_iceeventright │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_iceeventright.yy ├── obj_iceeventup │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_19.gml │ └── obj_iceeventup.yy ├── obj_iceeventx4 │ ├── Create_0.gml │ └── obj_iceeventx4.yy ├── obj_iceflag │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_iceflag.yy ├── obj_iceflower │ ├── Create_0.gml │ └── obj_iceflower.yy ├── obj_icegen_undynef2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_icegen_undynef2.yy ├── obj_iceroom_dog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_iceroom_dog.yy ├── obj_iceroom_fakedog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_iceroom_fakedog.yy ├── obj_iceteeth │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_iceteeth.yy ├── obj_icetosteam │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_icetosteam.yy ├── obj_imageview │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_imageview.yy ├── obj_incendiary │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_incendiary.yy ├── obj_incendiarybomb │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_incendiarybomb.yy ├── obj_incendiarygen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_incendiarygen.yy ├── obj_indryspot │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_indryspot.yy ├── obj_innevent1 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_innevent1.yy ├── obj_insanesq │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_insanesq.yy ├── obj_insanetri │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_insanetri.yy ├── obj_insidiousconveyor │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_insidiousconveyor.yy ├── obj_instantnoodleitem │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_instantnoodleitem.yy ├── obj_interactable │ └── obj_interactable.yy ├── obj_introfader │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_introfader.yy ├── obj_introimage │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_introimage.yy ├── obj_introlast │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_introlast.yy ├── obj_intromenu │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_27.gml │ ├── Step_0.gml │ └── obj_intromenu.yy ├── obj_introtangle │ ├── Draw_0.gml │ └── obj_introtangle.yy ├── obj_inuslot │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_inuslot.yy ├── obj_inwaterspot │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_inwaterspot.yy ├── obj_itembt │ ├── Step_0.gml │ └── obj_itembt.yy ├── obj_itemswapper │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_itemswapper.yy ├── obj_jarfly │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_jarfly.yy ├── obj_jerry │ ├── Alarm_10.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_jerry.yy ├── obj_jetpackchara │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_jetpackchara.yy ├── obj_joypadmenu │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_joypadmenu.yy ├── obj_judgeshroom │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_judgeshroom.yy ├── obj_killerboysnightout_event │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_killerboysnightout_event.yy ├── obj_killerlab_event │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_killerlab_event.yy ├── obj_killervisage │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_killervisage.yy ├── obj_kissybullet_pl │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_kissybullet_pl.yy ├── obj_kitchenchecker │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_kitchenchecker.yy ├── obj_kitchenforcefield │ ├── Alarm_0.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_kitchenforcefield.yy ├── obj_kitchentable │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_kitchentable.yy ├── obj_knife_pickup │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_knife_pickup.yy ├── obj_knifetargettest │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_13.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_knifetargettest.yy ├── obj_knighthammer │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_knighthammer.yy ├── obj_knock_room │ ├── Alarm_0.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_knock_room.yy ├── obj_lab_powerswitch │ ├── Alarm_0.gml │ ├── Alarm_10.gml │ ├── Alarm_4.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_lab_powerswitch.yy ├── obj_labcamera │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Draw_77.gml │ ├── Other_5.gml │ ├── Step_1.gml │ └── obj_labcamera.yy ├── obj_labdarkness │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_labdarkness.yy ├── obj_labdoor │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_labdoor.yy ├── obj_labelevator_a │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_labelevator_a.yy ├── obj_labelevator_b │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_labelevator_b.yy ├── obj_labelevator_open │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_labelevator_open.yy ├── obj_labfan │ ├── Create_0.gml │ └── obj_labfan.yy ├── obj_labfog │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_4.gml │ ├── Other_5.gml │ └── obj_labfog.yy ├── obj_labmusic │ ├── Create_0.gml │ └── obj_labmusic.yy ├── obj_labtv_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_labtv_event.yy ├── obj_ladiesfishingrod │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_ladiesfishingrod.yy ├── obj_lasergen1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_lasergen1.yy ├── obj_laserswitch1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_1.gml │ └── obj_laserswitch1.yy ├── obj_lastbeam │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ └── obj_lastbeam.yy ├── obj_lastruins_bg │ ├── Step_0.gml │ └── obj_lastruins_bg.yy ├── obj_lastsans_trigger │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_lastsans_trigger.yy ├── obj_latchkey │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_latchkey.yy ├── obj_lavabullet │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_lavabullet.yy ├── obj_lavafiregen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_lavafiregen.yy ├── obj_lavamusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_lavamusic.yy ├── obj_lavaoogmusic │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_lavaoogmusic.yy ├── obj_lazyencounterer │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_lazyencounterer.yy ├── obj_lazyencounterer_core │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_lazyencounterer_core.yy ├── obj_lborder │ ├── Other_4.gml │ ├── Step_2.gml │ └── obj_lborder.yy ├── obj_lchair │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_lchair.yy ├── obj_lchair_grey │ ├── Create_0.gml │ └── obj_lchair_grey.yy ├── obj_legline_l │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_legline_l.yy ├── obj_legline_r │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_legline_r.yy ├── obj_lemonbread │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_lemonbread.yy ├── obj_lemonbread_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_lemonbread_body.yy ├── obj_lessdogtable │ ├── Create_0.gml │ └── obj_lessdogtable.yy ├── obj_lesserdoge │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── KeyPress_74.gml │ ├── Other_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_lesserdoge.yy ├── obj_lesserdogehead │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_lesserdogehead.yy ├── obj_lesserdogetail │ ├── Create_0.gml │ └── obj_lesserdogetail.yy ├── obj_libcounter │ ├── Create_0.gml │ └── obj_libcounter.yy ├── obj_librarynpc_jumbler │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_librarynpc_jumbler.yy ├── obj_librarynpc_lizard1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_librarynpc_lizard1.yy ├── obj_librarynpc_lizard2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_librarynpc_lizard2.yy ├── obj_librarynpc_wordsearch │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_librarynpc_wordsearch.yy ├── obj_librarysign │ ├── Create_0.gml │ └── obj_librarysign.yy ├── obj_lightpunch │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_lightpunch.yy ├── obj_lightray │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_lightray.yy ├── obj_lighttower │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_lighttower.yy ├── obj_lock_and_key │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_lock_and_key.yy ├── obj_longsnail │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_longsnail.yy ├── obj_loopbulletgrowgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_loopbulletgrowgen.yy ├── obj_loopdog │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_loopdog.yy ├── obj_loox │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_loox.yy ├── obj_maddum_drawer │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_maddum_drawer.yy ├── obj_maddummy │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── KeyPress_65.gml │ ├── Other_13.gml │ ├── Other_17.gml │ ├── Step_0.gml │ └── obj_maddummy.yy ├── obj_magicglass │ ├── Collision_obj_undynea_chaser.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_magicglass.yy ├── obj_magicglass_personal │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_magicglass_personal.yy ├── obj_magicstar │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_magicstar.yy ├── obj_mainchara │ ├── Collision_obj_sdl.gml │ ├── Collision_obj_sdr.gml │ ├── Collision_obj_solidnpcparent.gml │ ├── Collision_obj_solidparent.gml │ ├── Collision_obj_sul.gml │ ├── Collision_obj_sur.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_118.gml │ ├── KeyPress_120.gml │ ├── KeyPress_121.gml │ ├── KeyPress_122.gml │ ├── KeyPress_123.gml │ ├── KeyPress_33.gml │ ├── KeyPress_34.gml │ ├── KeyPress_35.gml │ ├── KeyPress_36.gml │ ├── KeyPress_45.gml │ ├── KeyPress_46.gml │ ├── KeyPress_48.gml │ ├── KeyPress_49.gml │ ├── KeyPress_50.gml │ ├── KeyPress_51.gml │ ├── KeyPress_52.gml │ ├── KeyPress_53.gml │ ├── KeyPress_54.gml │ ├── KeyPress_71.gml │ ├── KeyPress_73.gml │ ├── KeyPress_77.gml │ ├── KeyPress_79.gml │ ├── KeyPress_80.gml │ ├── KeyPress_85.gml │ ├── Keyboard_76.gml │ ├── Keyboard_83.gml │ ├── Other_10.gml │ ├── Other_12.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_mainchara.yy ├── obj_mainchara_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mainchara_actor.yy ├── obj_mainchara_fake │ ├── Collision_obj_savepoint_fake.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_mainchara_fake.yy ├── obj_mainend │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mainend.yy ├── obj_maintem │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_maintem.yy ├── obj_mandog │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_mandog.yy ├── obj_mandog_actor │ ├── Step_0.gml │ └── obj_mandog_actor.yy ├── obj_mandogax │ ├── Create_0.gml │ └── obj_mandogax.yy ├── obj_mandogbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mandogbody.yy ├── obj_markerA │ └── obj_markerA.yy ├── obj_markerB │ └── obj_markerB.yy ├── obj_markerC │ └── obj_markerC.yy ├── obj_markerD │ └── obj_markerD.yy ├── obj_markerX │ └── obj_markerX.yy ├── obj_markerr │ └── obj_markerr.yy ├── obj_markers │ └── obj_markers.yy ├── obj_markert │ └── obj_markert.yy ├── obj_markeru │ └── obj_markeru.yy ├── obj_markerv │ └── obj_markerv.yy ├── obj_markerw │ └── obj_markerw.yy ├── obj_megaflybullet │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_megaflybullet.yy ├── obj_megaflybulletgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_megaflybulletgen.yy ├── obj_melonbulgen │ ├── Create_0.gml │ └── obj_melonbulgen.yy ├── obj_melonbullet │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_melonbullet.yy ├── obj_meloneye │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_meloneye.yy ├── obj_melontooth │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_melontooth.yy ├── obj_memoryhead │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── CleanUp_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_memoryhead.yy ├── obj_memoryhead_body │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_memoryhead_body.yy ├── obj_menubone │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_menubone.yy ├── obj_menubone_bottom │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_menubone_bottom.yy ├── obj_menubone_maker │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ └── obj_menubone_maker.yy ├── obj_menumusictest │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_menumusictest.yy ├── obj_mercybutton_part │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mercybutton_part.yy ├── obj_mercybutton_shatter │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_mercybutton_shatter.yy ├── obj_meteorbullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_meteorbullet.yy ├── obj_meteorshine │ ├── Other_7.gml │ └── obj_meteorshine.yy ├── obj_mett_bossintro │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_mett_bossintro.yy ├── obj_mett_eggbullet │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mett_eggbullet.yy ├── obj_mettanchor │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_mettanchor.yy ├── obj_mettaton_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mettaton_actor.yy ├── obj_mettaton_dress1 │ └── obj_mettaton_dress1.yy ├── obj_mettaton_dress2 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mettaton_dress2.yy ├── obj_mettaton_flightdress │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_2.gml │ └── obj_mettaton_flightdress.yy ├── obj_mettaton_neo │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_mettaton_neo.yy ├── obj_mettaton_npc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_mettaton_npc.yy ├── obj_mettatonb_body │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettatonb_body.yy ├── obj_mettatonb_body2 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettatonb_body2.yy ├── obj_mettatonb_quiz │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_mettatonb_quiz.yy ├── obj_mettatonb_second │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_mettatonb_second.yy ├── obj_mettatonb_third │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_mettatonb_third.yy ├── obj_mettatonex │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettatonex.yy ├── obj_mettatonnn_writer │ ├── Draw_0.gml │ └── obj_mettatonnn_writer.yy ├── obj_mettattackgen │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_mettattackgen.yy ├── obj_mettb_body │ ├── Alarm_2.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_mettb_body.yy ├── obj_mettboss_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_mettboss_event.yy ├── obj_mettcounter │ ├── Step_0.gml │ └── obj_mettcounter.yy ├── obj_mettdestroyed_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_mettdestroyed_event.yy ├── obj_metteggs │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_metteggs.yy ├── obj_mettfodder │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mettfodder.yy ├── obj_metthand_l │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_metthand_l.yy ├── obj_metthand_r │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_metthand_r.yy ├── obj_mettheart_1 │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettheart_1.yy ├── obj_mettheart_2 │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettheart_2.yy ├── obj_mettheart_3 │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettheart_3.yy ├── obj_mettheart_4 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Collision_obj_heartshot.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettheart_4.yy ├── obj_mettheart_burst │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mettheart_burst.yy ├── obj_mettheart_parent │ ├── Step_2.gml │ └── obj_mettheart_parent.yy ├── obj_mettleg_l │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mettleg_l.yy ├── obj_mettleg_r │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mettleg_r.yy ├── obj_mettlightning_pl │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mettlightning_pl.yy ├── obj_mettmilk │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_mettmilk.yy ├── obj_mettnews_artifact │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_1.gml │ └── obj_mettnews_artifact.yy ├── obj_mettnews_battleobj │ ├── Alarm_4.gml │ ├── Alarm_9.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mettnews_battleobj.yy ├── obj_mettnews_part │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_mettnews_part.yy ├── obj_mettnews_ticker │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_4.gml │ ├── Step_2.gml │ └── obj_mettnews_ticker.yy ├── obj_mettnewsevent │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettnewsevent.yy ├── obj_mettshine │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_mettshine.yy ├── obj_mettstick │ ├── Collision_obj_heartshot_pl.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_mettstick.yy ├── obj_mettsugar │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_mettsugar.yy ├── obj_metttestbulletparent │ ├── Other_21.gml │ ├── Step_2.gml │ └── obj_metttestbulletparent.yy ├── obj_mettwallhole │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_mettwallhole.yy ├── obj_mewmew_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_mewmew_body.yy ├── obj_mewmew_boss │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_mewmew_boss.yy ├── obj_mewmew_npc │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mewmew_npc.yy ├── obj_mhd │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mhd.yy ├── obj_microwave │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_microwave.yy ├── obj_migosp │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_migosp.yy ├── obj_migospel │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_migospel.yy ├── obj_migospel_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_migospel_body.yy ├── obj_milkofhell_drop │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_milkofhell_drop.yy ├── obj_milkofhell_shot │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_milkofhell_shot.yy ├── obj_milkofhell_splatter │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_milkofhell_splatter.yy ├── obj_mirror_overlay │ ├── Create_0.gml │ └── obj_mirror_overlay.yy ├── obj_mirrorreflection │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_mirrorreflection.yy ├── obj_mkid_actor │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_mkid_actor.yy ├── obj_mkid_b_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mkid_b_body.yy ├── obj_mkid_battle │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_mkid_battle.yy ├── obj_mkid_goner │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_mkid_goner.yy ├── obj_mkid_shadow │ ├── Alarm_1.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_mkid_shadow.yy ├── obj_mneo_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_mneo_body.yy ├── obj_moldessa │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_moldessa.yy ├── obj_moldessa_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_moldessa_body.yy ├── obj_moldsmal │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_moldsmal.yy ├── obj_moldsmalx │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_moldsmalx.yy ├── obj_moldsmalx_body │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ └── obj_moldsmalx_body.yy ├── obj_moldsmalx_part │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_moldsmalx_part.yy ├── obj_monster_extrabody │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_monster_extrabody.yy ├── obj_monster_pl │ └── obj_monster_pl.yy ├── obj_monsterkidtrigger1 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger1.yy ├── obj_monsterkidtrigger2 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger2.yy ├── obj_monsterkidtrigger3 │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger3.yy ├── obj_monsterkidtrigger4 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger4.yy ├── obj_monsterkidtrigger5 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_monsterkidtrigger5.yy ├── obj_monsterkidtrigger6 │ ├── Alarm_4.gml │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger6.yy ├── obj_monsterkidtrigger7 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger7.yy ├── obj_monsterkidtrigger8 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_monsterkidtrigger8.yy ├── obj_monsterparent │ └── obj_monsterparent.yy ├── obj_mousehole │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mousehole.yy ├── obj_mouthball │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_17.gml │ ├── Other_18.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_mouthball.yy ├── obj_mouthball_s │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_17.gml │ ├── Step_0.gml │ └── obj_mouthball_s.yy ├── obj_mouthbeam │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Other_22.gml │ ├── Step_0.gml │ └── obj_mouthbeam.yy ├── obj_movedoge │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_movedoge.yy ├── obj_movedogearms │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_movedogearms.yy ├── obj_movedogebody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_movedogebody.yy ├── obj_movedogehead │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_movedogehead.yy ├── obj_movedogetail │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_movedogetail.yy ├── obj_mttfountain │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_mttfountain.yy ├── obj_muffetnpc2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_muffetnpc2.yy ├── obj_multitileevent │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_multitileevent.yy ├── obj_musblcon │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_musblcon.yy ├── obj_musbulgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ └── obj_musbulgen.yy ├── obj_muscbulgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_muscbulgen.yy ├── obj_musfadein │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_musfadein.yy ├── obj_musfadeout │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_musfadeout.yy ├── obj_musfadepause │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_musfadepause.yy ├── obj_musicchecker │ ├── Create_0.gml │ └── obj_musicchecker.yy ├── obj_musicobjectparent │ ├── Other_10.gml │ └── obj_musicobjectparent.yy ├── obj_musicstatue │ ├── Alarm_0.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_1.gml │ └── obj_musicstatue.yy ├── obj_mysterydoor │ ├── Create_0.gml │ └── obj_mysterydoor.yy ├── obj_mysteryman │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_mysteryman.yy ├── obj_mysterymusic │ ├── Create_0.gml │ └── obj_mysterymusic.yy ├── obj_napstablook │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_napstablook.yy ├── obj_napstablook1 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_napstablook1.yy ├── obj_napstablook2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_napstablook2.yy ├── obj_napstablook_actor │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_napstablook_actor.yy ├── obj_napstablook_cd │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_napstablook_cd.yy ├── obj_napstablook_farm1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_napstablook_farm1.yy ├── obj_napstablook_farm2 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_napstablook_farm2.yy ├── obj_napstablookdate │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_napstablookdate.yy ├── obj_napstablookdate_music │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_17.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_napstablookdate_music.yy ├── obj_napstablookfriendtrigger │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_napstablookfriendtrigger.yy ├── obj_napstafridge │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_napstafridge.yy ├── obj_nastrytree_bottom │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_nastrytree_bottom.yy ├── obj_nastytree │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_nastytree.yy ├── obj_nextbattle_pl │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ ├── KeyPress_72.gml │ └── obj_nextbattle_pl.yy ├── obj_nicecreamguy │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_nicecreamguy.yy ├── obj_nicesnowman │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_nicesnowman.yy ├── obj_normaldrop │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_normaldrop.yy ├── obj_normalplink │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_normalplink.yy ├── obj_nospear │ ├── Create_0.gml │ └── obj_nospear.yy ├── obj_notebook_attackanim │ ├── Create_0.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_notebook_attackanim.yy ├── obj_nothingness_event │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_nothingness_event.yy ├── obj_notify_room │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_notify_room.yy ├── obj_npc_marker │ └── obj_npc_marker.yy ├── obj_npc_room │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_npc_room.yy ├── obj_npctest │ ├── Collision_obj_solidnpcparent.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_npctest.yy ├── obj_objshake │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_objshake.yy ├── obj_onionbody │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_12.gml │ └── obj_onionbody.yy ├── obj_onionsan_event │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_onionsan_event.yy ├── obj_oniont │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_oniont.yy ├── obj_operatingtable │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_operatingtable.yy ├── obj_orangeattackNPC │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_orangeattackNPC.yy ├── obj_orangefire │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_2.gml │ └── obj_orangefire.yy ├── obj_orangelaser_o │ ├── Other_11.gml │ └── obj_orangelaser_o.yy ├── obj_orangeparticle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_orangeparticle.yy ├── obj_orangeparticlegen │ ├── Step_0.gml │ └── obj_orangeparticlegen.yy ├── obj_orbhead │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_2.gml │ └── obj_orbhead.yy ├── obj_orbsprinkle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_orbsprinkle.yy ├── obj_otherphonecall │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_otherphonecall.yy ├── obj_outsideworld_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_outsideworld_event.yy ├── obj_overworldcontroller │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_overworldcontroller.yy ├── obj_paino │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_paino.yy ├── obj_papbookshelf │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_papbookshelf.yy ├── obj_papcheckpoint │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_papcheckpoint.yy ├── obj_papcomputer │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_papcomputer.yy ├── obj_papcouch │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_papcouch.yy ├── obj_papdate │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_papdate.yy ├── obj_papdoor │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_papdoor.yy ├── obj_papfridge │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papfridge.yy ├── obj_paphouse │ ├── Create_0.gml │ └── obj_paphouse.yy ├── obj_paphouse_entrance │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_paphouse_entrance.yy ├── obj_papmailbox │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_papmailbox.yy ├── obj_papshed │ ├── Create_0.gml │ └── obj_papshed.yy ├── obj_papsink │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_papsink.yy ├── obj_papstove │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_papstove.yy ├── obj_paptable │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_paptable.yy ├── obj_paptrash │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_paptrash.yy ├── obj_paptv │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_paptv.yy ├── obj_papyrus1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus1.yy ├── obj_papyrus2 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus2.yy ├── obj_papyrus3 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus3.yy ├── obj_papyrus4 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus4.yy ├── obj_papyrus5 │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_papyrus5.yy ├── obj_papyrus6 │ ├── Alarm_1.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus6.yy ├── obj_papyrus7 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus7.yy ├── obj_papyrus8 │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus8.yy ├── obj_papyrus_actor │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_papyrus_actor.yy ├── obj_papyrus_actor_mad │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus_actor_mad.yy ├── obj_papyrus_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_papyrus_friendc.yy ├── obj_papyrus_friendscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_papyrus_friendscene.yy ├── obj_papyrus_guide │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_papyrus_guide.yy ├── obj_papyrus_hisroom │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_papyrus_hisroom.yy ├── obj_papyrus_houseoutside │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_papyrus_houseoutside.yy ├── obj_papyrus_room │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_papyrus_room.yy ├── obj_papyrus_undyne1_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus_undyne1_actor.yy ├── obj_papyrus_window │ ├── Collision_obj_undynewindow.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrus_window.yy ├── obj_papyrusbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrusbody.yy ├── obj_papyrusboss │ ├── Alarm_10.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── KeyPress_32.gml │ ├── KeyPress_79.gml │ ├── KeyPress_80.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_papyrusboss.yy ├── obj_papyrusdeadbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrusdeadbody.yy ├── obj_papyrusdeadhead │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_papyrusdeadhead.yy ├── obj_papyrusparent │ └── obj_papyrusparent.yy ├── obj_papyrussign │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_papyrussign.yy ├── obj_papyrussnowman │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_papyrussnowman.yy ├── obj_papyrussteps │ └── obj_papyrussteps.yy ├── obj_parsnik │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_parsnik.yy ├── obj_parsnik_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_parsnik_body.yy ├── obj_pbflame │ ├── Create_0.gml │ └── obj_pbflame.yy ├── obj_persistentfader │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_persistentfader.yy ├── obj_phonecall_room │ ├── Alarm_1.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_phonecall_room.yy ├── obj_phonetojetpack │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_phonetojetpack.yy ├── obj_piano │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_piano.yy ├── obj_pianosolution │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_pianosolution.yy ├── obj_pie_pickup │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_pie_pickup.yy ├── obj_pillar_1 │ ├── Create_0.gml │ └── obj_pillar_1.yy ├── obj_piper_bluejet │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_piper_bluejet.yy ├── obj_piper_steam │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_piper_steam.yy ├── obj_pitsound │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_pitsound.yy ├── obj_planeexhaust │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_planeexhaust.yy ├── obj_playmovement │ ├── Alarm_10.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_playmovement.yy ├── obj_plotswitch1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotswitch1.yy ├── obj_plotswitch2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotswitch2.yy ├── obj_plotswitch3 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotswitch3.yy ├── obj_plotwall1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall1.yy ├── obj_plotwall2 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall2.yy ├── obj_plotwall3 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall3.yy ├── obj_plotwall4 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall4.yy ├── obj_plotwall5 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall5.yy ├── obj_plotwall6 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall6.yy ├── obj_plotwall_room │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_plotwall_room.yy ├── obj_plusbomb │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_plusbomb.yy ├── obj_plusbomb_explosion │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_plusbomb_explosion.yy ├── obj_pofftrigger │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_pofftrigger.yy ├── obj_pokertable │ ├── Create_0.gml │ └── obj_pokertable.yy ├── obj_pollener │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_pollener.yy ├── obj_populationgraph │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_populationgraph.yy ├── obj_potheat │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_potheat.yy ├── obj_potstir │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_potstir.yy ├── obj_powerlaser_event │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_powerlaser_event.yy ├── obj_precore_event │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_precore_event.yy ├── obj_pressZ │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_pressZ.yy ├── obj_proxglower │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_proxglower.yy ├── obj_puddle │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_1.gml │ └── obj_puddle.yy ├── obj_purpledude │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_purpledude.yy ├── obj_purplegradienter │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_purplegradienter.yy ├── obj_purpleheart │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_purpleheart.yy ├── obj_pushrock1 │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_pushrock1.yy ├── obj_pushrock2 │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_pushrock2.yy ├── obj_pushrock3 │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_pushrock3.yy ├── obj_puzzlehater │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_puzzlehater.yy ├── obj_puzzlehaterbox │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_puzzlehaterbox.yy ├── obj_puzzlewall1 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_puzzlewall1.yy ├── obj_puzzlewall2 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_puzzlewall2.yy ├── obj_pyrope │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_pyrope.yy ├── obj_pyropebody │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_pyropebody.yy ├── obj_pyropenpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_pyropenpc.yy ├── obj_questionasker │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ ├── KeyPress_78.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_questionasker.yy ├── obj_quicheguilt │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_quicheguilt.yy ├── obj_quickgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_quickgen.yy ├── obj_quietwatermusic │ ├── Create_0.gml │ └── obj_quietwatermusic.yy ├── obj_quittingmessage │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_quittingmessage.yy ├── obj_radar │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_radar.yy ├── obj_radialfakegen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_radialfakegen.yy ├── obj_radialfakegenx │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_radialfakegenx.yy ├── obj_rainbowbolt │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_rainbowbolt.yy ├── obj_rainbowbolt_realgen │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_rainbowbolt_realgen.yy ├── obj_rainbowbolt_testgen │ ├── Mouse_50.gml │ ├── Mouse_54.gml │ └── obj_rainbowbolt_testgen.yy ├── obj_rainbowtarget │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_rainbowtarget.yy ├── obj_rainer │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_rainer.yy ├── obj_randomfacer │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_randomfacer.yy ├── obj_randomhandgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_randomhandgen.yy ├── obj_rarependant │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_1.gml │ └── obj_rarependant.yy ├── obj_ratingsmaster │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_ratingsmaster.yy ├── obj_rblock │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_rblock.yy ├── obj_rborder │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_rborder.yy ├── obj_rchair │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_rchair.yy ├── obj_rchair_grey │ ├── Create_0.gml │ └── obj_rchair_grey.yy ├── obj_readable │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_readable.yy ├── obj_readable_flowers1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_flowers1.yy ├── obj_readable_modernbook │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_readable_modernbook.yy ├── obj_readable_plaque_1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_plaque_1.yy ├── obj_readable_plaque_2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_plaque_2.yy ├── obj_readable_room1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room1.yy ├── obj_readable_room2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room2.yy ├── obj_readable_room3 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room3.yy ├── obj_readable_room4 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room4.yy ├── obj_readable_room5 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room5.yy ├── obj_readable_room_editor │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_room_editor.yy ├── obj_readable_sign1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_readable_sign1.yy ├── obj_readable_sign2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_readable_sign2.yy ├── obj_readable_switch1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_readable_switch1.yy ├── obj_readablesolid │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_readablesolid.yy ├── obj_reaperbird │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_reaperbird.yy ├── obj_reaperbird_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_reaperbird_body.yy ├── obj_redacted_a │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_redacted_a.yy ├── obj_redpipev │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_redpipev.yy ├── obj_redswitch_1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_redswitch_1.yy ├── obj_regstar_blt │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_regstar_blt.yy ├── obj_restaurant_darker │ ├── Draw_0.gml │ └── obj_restaurant_darker.yy ├── obj_ribbon_pickup │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_ribbon_pickup.yy ├── obj_ripoff_alphys │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_ripoff_alphys.yy ├── obj_ripoff_asgore │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_ripoff_asgore.yy ├── obj_ripoff_papyrus │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_ripoff_papyrus.yy ├── obj_ripoff_sans │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_ripoff_sans.yy ├── obj_ripoff_toriel │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_ripoff_toriel.yy ├── obj_ripoff_undyne │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_ripoff_undyne.yy ├── obj_risespearbullet │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_risespearbullet.yy ├── obj_risespearbulletgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_risespearbulletgen.yy ├── obj_riverman │ ├── Create_0.gml │ └── obj_riverman.yy ├── obj_rock_activator │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_rock_activator.yy ├── obj_rollgrow │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_solidparent.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_rollgrow.yy ├── obj_rollsnow │ ├── Alarm_2.gml │ ├── Collision_obj_golfedge.gml │ ├── Collision_obj_golfhole.gml │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_solidparent.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_rollsnow.yy ├── obj_rollsnowgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_rollsnowgen.yy ├── obj_roomofdog │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_roomofdog.yy ├── obj_ropebul │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_ropebul.yy ├── obj_ropebulgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_ropebulgen.yy ├── obj_rotategen │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_rotategen.yy ├── obj_rotspear │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_rotspear.yy ├── obj_rotspeargen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_rotspeargen.yy ├── obj_rotspeargen_gen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_rotspeargen_gen.yy ├── obj_roundedge │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_roundedge.yy ├── obj_royal_rabbitbounce │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_royal_rabbitbounce.yy ├── obj_rtile │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_rtile.yy ├── obj_ruins_reentrance │ ├── Create_0.gml │ └── obj_ruins_reentrance.yy ├── obj_ruinsdoor1 │ ├── Step_1.gml │ └── obj_ruinsdoor1.yy ├── obj_ruinsmusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_ruinsmusic.yy ├── obj_runaway │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_runaway.yy ├── obj_s_fakefightbt │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_s_fakefightbt.yy ├── obj_saddragon │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_saddragon.yy ├── obj_sadgore │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_sadgore.yy ├── obj_sadmsggen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sadmsggen.yy ├── obj_sadspider │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sadspider.yy ├── obj_sans_actor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sans_actor.yy ├── obj_sans_bonebul │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_12.gml │ ├── Other_20.gml │ └── obj_sans_bonebul.yy ├── obj_sans_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_sans_friendc.yy ├── obj_sans_friendscene │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_sans_friendscene.yy ├── obj_sans_interactable1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_sans_interactable1.yy ├── obj_sans_prefinaldate │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_sans_prefinaldate.yy ├── obj_sans_room │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_sans_room.yy ├── obj_sans_sentry2 │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_sans_sentry2.yy ├── obj_sans_shaker │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_sans_shaker.yy ├── obj_sans_shift_tester │ ├── Keyboard_32.gml │ └── obj_sans_shift_tester.yy ├── obj_sans_sleep │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_sans_sleep.yy ├── obj_sans_z_battle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sans_z_battle.yy ├── obj_sansb │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_sansb.yy ├── obj_sansb_body │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_12.gml │ ├── Other_20.gml │ ├── Other_21.gml │ ├── Other_22.gml │ ├── Other_23.gml │ ├── Step_0.gml │ └── obj_sansb_body.yy ├── obj_sansbasemententer │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sansbasemententer.yy ├── obj_sansbox │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_sansbox.yy ├── obj_sansbullet_parent │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_17.gml │ └── obj_sansbullet_parent.yy ├── obj_sansbyetrigger │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sansbyetrigger.yy ├── obj_sanscheckpoint │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sanscheckpoint.yy ├── obj_sansdate3 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sansdate3.yy ├── obj_sansdoor │ ├── Alarm_0.gml │ ├── Alarm_3.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_sansdoor.yy ├── obj_sansmailbox │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_sansmailbox.yy ├── obj_sansmusic │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sansmusic.yy ├── obj_sansshadowgen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_sansshadowgen.yy ├── obj_sanssnowman │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sanssnowman.yy ├── obj_sanssteps │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sanssteps.yy ├── obj_savepoint │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_savepoint.yy ├── obj_savepoint_fake │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_savepoint_fake.yy ├── obj_screen │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_screen.yy ├── obj_screenwhiter │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_screenwhiter.yy ├── obj_scrollaway_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_scrollaway_event.yy ├── obj_sdl │ └── obj_sdl.yy ├── obj_sdr │ └── obj_sdr.yy ├── obj_sentrystation_bg │ ├── Create_0.gml │ └── obj_sentrystation_bg.yy ├── obj_settings_daniela │ └── obj_settings_daniela.yy ├── obj_settingsmenu │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_settingsmenu.yy ├── obj_shaker │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ └── obj_shaker.yy ├── obj_shamblingmass │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_shamblingmass.yy ├── obj_shockblock │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_shockblock.yy ├── obj_shockermaker │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_shockermaker.yy ├── obj_shoetargettest │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Other_15.gml │ └── obj_shoetargettest.yy ├── obj_shootguy │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Step_0.gml │ └── obj_shootguy.yy ├── obj_shop1 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_shop1.yy ├── obj_shop2 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_shop2.yy ├── obj_shop3 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ └── obj_shop3.yy ├── obj_shop4 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_shop4.yy ├── obj_shop5 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_shop5.yy ├── obj_shop5_body │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_shop5_body.yy ├── obj_shopeyes1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_shopeyes1.yy ├── obj_shopkeeper2 │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_shopkeeper2.yy ├── obj_shopkeeper_bratty │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_shopkeeper_bratty.yy ├── obj_shopkeeper_catty │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_shopkeeper_catty.yy ├── obj_shopmouth1 │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_shopmouth1.yy ├── obj_shotguy │ ├── Collision_obj_blackbox_o.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_shotguy.yy ├── obj_showercurtain │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_4.gml │ ├── Other_5.gml │ └── obj_showercurtain.yy ├── obj_shyren │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── KeyPress_51.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_shyren.yy ├── obj_shyrenbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_shyrenbody.yy ├── obj_shyrenmovenpc │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_shyrenmovenpc.yy ├── obj_shyrensisternpc │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_shyrensisternpc.yy ├── obj_shyrenstrewn │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_shyrenstrewn.yy ├── obj_shyrentrigger │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_shyrentrigger.yy ├── obj_sideconveyorl │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_sideconveyorl.yy ├── obj_sided_fire │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_sided_fire.yy ├── obj_sidedam │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_sidedam.yy ├── obj_sidelava │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_sidelava.yy ├── obj_sideplanebullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sideplanebullet.yy ├── obj_sidestalk │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_sidestalk.yy ├── obj_sign_room │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_sign_room.yy ├── obj_signspider │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_signspider.yy ├── obj_silo1 │ └── obj_silo1.yy ├── obj_sinefire_asghelix │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sinefire_asghelix.yy ├── obj_sinefiregen_asg_lv1 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_sinefiregen_asg_lv1.yy ├── obj_sinefiregen_asg_lv2_usethis │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_sinefiregen_asg_lv2_usethis.yy ├── obj_sinefiregen_asglv3 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_sinefiregen_asglv3.yy ├── obj_singletree │ ├── Other_4.gml │ └── obj_singletree.yy ├── obj_sistertext │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_sistertext.yy ├── obj_skymoon │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ └── obj_skymoon.yy ├── obj_skyorb │ ├── Alarm_11.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_skyorb.yy ├── obj_sleepdog │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_sleepdog.yy ├── obj_slice │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_slice.yy ├── obj_slidingdoor │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ └── obj_slidingdoor.yy ├── obj_slimejanitor │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_slimejanitor.yy ├── obj_slowdownwalk │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_slowdownwalk.yy ├── obj_slowdownwalk_x │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_slowdownwalk_x.yy ├── obj_smallchair │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_smallchair.yy ├── obj_smalldoghouse │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_smalldoghouse.yy ├── obj_smallfrog │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_smallfrog.yy ├── obj_smallfrog_xadvice │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_smallfrog_xadvice.yy ├── obj_smallweb │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_smallweb.yy ├── obj_snail2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snail2.yy ├── obj_snail3 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snail3.yy ├── obj_snailguy │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snailguy.yy ├── obj_snoozer │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_snoozer.yy ├── obj_snowdecahedron │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_snowdecahedron.yy ├── obj_snowdinlogo │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snowdinlogo.yy ├── obj_snowdrake │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_snowdrake.yy ├── obj_snowdrakedad │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snowdrakedad.yy ├── obj_snowdrakemom │ ├── Alarm_0.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_snowdrakemom.yy ├── obj_snowdrakemom_body │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_snowdrakemom_body.yy ├── obj_snowdrakenpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_snowdrakenpc.yy ├── obj_snowfloor │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_snowfloor.yy ├── obj_snowhat │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_snowhat.yy ├── obj_snowhatparticle │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_snowhatparticle.yy ├── obj_snowpoff │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_snowpoff.yy ├── obj_sockdrawer │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sockdrawer.yy ├── obj_solidextall_2 │ └── obj_solidextall_2.yy ├── obj_solidexwide │ └── obj_solidexwide.yy ├── obj_solidline │ └── obj_solidline.yy ├── obj_solidlong │ ├── Create_0.gml │ └── obj_solidlong.yy ├── obj_solidlongleft │ ├── Create_0.gml │ └── obj_solidlongleft.yy ├── obj_solidnpcparent │ ├── Draw_73.gml │ └── obj_solidnpcparent.yy ├── obj_solidparent │ ├── Create_0.gml │ ├── KeyPress_86.gml │ └── obj_solidparent.yy ├── obj_solidrailing │ ├── Step_0.gml │ └── obj_solidrailing.yy ├── obj_solidrailing2 │ ├── Step_0.gml │ └── obj_solidrailing2.yy ├── obj_solidrailing3 │ ├── Step_0.gml │ └── obj_solidrailing3.yy ├── obj_solidsmall │ └── obj_solidsmall.yy ├── obj_solidtall │ ├── Create_0.gml │ └── obj_solidtall.yy ├── obj_solidtall_2 │ └── obj_solidtall_2.yy ├── obj_solidthin │ └── obj_solidthin.yy ├── obj_solidwide │ └── obj_solidwide.yy ├── obj_sonbullet │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sonbullet.yy ├── obj_songwriter │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_songwriter.yy ├── obj_sorry_trashball │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_sorry_trashball.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_sorry_trashball.yy ├── obj_sorrybody │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_sorrybody.yy ├── obj_sosorry │ ├── Alarm_10.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_sosorry.yy ├── obj_soundcombo │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_soundcombo.yy ├── obj_soundtest │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_soundtest.yy ├── obj_spaghetti │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_spaghetti.yy ├── obj_spaghot │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_spaghot.yy ├── obj_spagnot │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_spagnot.yy ├── obj_sparebt │ ├── Step_0.gml │ └── obj_sparebt.yy ├── obj_spared │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_spared.yy ├── obj_spearafterimage │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_spearafterimage.yy ├── obj_spearafterimage2 │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_spearafterimage2.yy ├── obj_spearblocker │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_65.gml │ ├── KeyPress_83.gml │ ├── KeyPress_88.gml │ ├── KeyPress_90.gml │ ├── Other_11.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_spearblocker.yy ├── obj_spearbullet_follow │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_spearbullet_follow.yy ├── obj_spearbulletfollowgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spearbulletfollowgen.yy ├── obj_spearshadow │ └── obj_spearshadow.yy ├── obj_speartile │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_speartile.yy ├── obj_speartilefake │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_speartilefake.yy ├── obj_speartilegen │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_speartilegen.yy ├── obj_specialdrophole │ ├── Step_0.gml │ └── obj_specialdrophole.yy ├── obj_specialgraph │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_specialgraph.yy ├── obj_specialtile │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_specialtile.yy ├── obj_speedline │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_speedline.yy ├── obj_spellbt │ ├── Step_0.gml │ └── obj_spellbt.yy ├── obj_spiderb │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Other_16.gml │ ├── Step_0.gml │ └── obj_spiderb.yy ├── obj_spiderb_body │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_spiderb_body.yy ├── obj_spiderbullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spiderbullet.yy ├── obj_spiderbulletgen │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Other_13.gml │ └── obj_spiderbulletgen.yy ├── obj_spiderbulletparent │ ├── Collision_obj_heart.gml │ ├── Collision_obj_purpleheart.gml │ └── obj_spiderbulletparent.yy ├── obj_spidergirl_shop │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_spidergirl_shop.yy ├── obj_spiderpour │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spiderpour.yy ├── obj_spiderstrand │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_spiderstrand.yy ├── obj_spidertable │ ├── Create_0.gml │ └── obj_spidertable.yy ├── obj_spidertalkevent │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spidertalkevent.yy ├── obj_spikes_room │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spikes_room.yy ├── obj_spiketile1 │ ├── Alarm_0.gml │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_torhandhold1.gml │ ├── Create_0.gml │ └── obj_spiketile1.yy ├── obj_spiketile2 │ ├── Create_0.gml │ └── obj_spiketile2.yy ├── obj_spinbullet_final_gen │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_spinbullet_final_gen.yy ├── obj_spinbullet_friendscene │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_spinbullet_friendscene.yy ├── obj_spinbullet_huge │ ├── Alarm_3.gml │ ├── Collision_obj_vsflowey_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spinbullet_huge.yy ├── obj_spinbullet_huge_gen │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spinbullet_huge_gen.yy ├── obj_spinbullet_huge_gen_preview │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_spinbullet_huge_gen_preview.yy ├── obj_spinbullet_last │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_spinbullet_last.yy ├── obj_spinbullet_lastgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_spinbullet_lastgen.yy ├── obj_spinbulletgen_friendscene │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_10.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_spinbulletgen_friendscene.yy ├── obj_spritecheck │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ └── obj_spritecheck.yy ├── obj_stable │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_stable.yy ├── obj_stagecloud │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_stagecloud.yy ├── obj_staircollission │ ├── Step_0.gml │ └── obj_staircollission.yy ├── obj_stairstep │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_stairstep.yy ├── obj_stalkerflowey │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_stalkerflowey.yy ├── obj_stalkergen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_stalkergen.yy ├── obj_starburst_x │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_starburst_x.yy ├── obj_starchecker │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_starchecker.yy ├── obj_stardrop │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_stardrop.yy ├── obj_starker │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_starker.yy ├── obj_startroom_pl │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ └── obj_startroom_pl.yy ├── obj_statuedrop │ ├── Collision_obj_npc_marker.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_statuedrop.yy ├── obj_statueplink │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_statueplink.yy ├── obj_steamplume2 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_steamplume2.yy ├── obj_stick │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_creeptree_stickbreak.gml │ ├── Create_0.gml │ └── obj_stick.yy ├── obj_storagemenu │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_storagemenu.yy ├── obj_stormstar │ ├── Alarm_1.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_stormstar.yy ├── obj_stormstar_gen │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_stormstar_gen.yy ├── obj_story_engager │ ├── Collision_obj_mainchara.gml │ └── obj_story_engager.yy ├── obj_storybattle_gen │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_storybattle_gen.yy ├── obj_strangeman_butterfly │ ├── Alarm_0.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_strangeman_butterfly.yy ├── obj_strangeman_head │ ├── Collision_obj_heart_deletelater.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_strangeman_head.yy ├── obj_strangeman_headloss │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_strangeman_headloss.yy ├── obj_strangeman_intro │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_strangeman_intro.yy ├── obj_strangetangle │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_strangetangle.yy ├── obj_strike_temp │ ├── Create_0.gml │ ├── Other_7.gml │ └── obj_strike_temp.yy ├── obj_stromboli │ ├── Alarm_3.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_stromboli.yy ├── obj_stromboligen │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_stromboligen.yy ├── obj_strongpunch │ ├── Create_0.gml │ ├── Other_15.gml │ ├── Other_7.gml │ ├── Step_0.gml │ └── obj_strongpunch.yy ├── obj_sugarbullet │ ├── Alarm_0.gml │ ├── Alarm_2.gml │ ├── Collision_obj_jetpackchara.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_sugarbullet.yy ├── obj_sugarbullet_drop │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sugarbullet_drop.yy ├── obj_sul │ └── obj_sul.yy ├── obj_sunbullet │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sunbullet.yy ├── obj_sunmoon │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ └── obj_sunmoon.yy ├── obj_superdrophole │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_superdrophole.yy ├── obj_sur │ └── obj_sur.yy ├── obj_sweat99 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_sweat99.yy ├── obj_sweatbulgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_sweatbulgen.yy ├── obj_switch │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_switch.yy ├── obj_switch_room │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_switch_room.yy ├── obj_switchadvice1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_switchadvice1.yy ├── obj_switchadvice2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_switchadvice2.yy ├── obj_switchbasic │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_switchbasic.yy ├── obj_switchhelptrigger │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_switchhelptrigger.yy ├── obj_swordtwinkle │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_swordtwinkle.yy ├── obj_talkbt │ ├── Step_0.gml │ └── obj_talkbt.yy ├── obj_tallgrass │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_runaway.gml │ ├── Collision_obj_undynea_actor.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tallgrass.yy ├── obj_target │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_target.yy ├── obj_targetchoice │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_targetchoice.yy ├── obj_targetchoiceHITSEVERYONE │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_targetchoiceHITSEVERYONE.yy ├── obj_targetchoicefist │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_targetchoicefist.yy ├── obj_targetchoiceshoe │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_targetchoiceshoe.yy ├── obj_targetguy │ ├── Collision_obj_shotguy.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_targetguy.yy ├── obj_targetparent │ └── obj_targetparent.yy ├── obj_tblcon │ ├── Step_0.gml │ └── obj_tblcon.yy ├── obj_telegramspider │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_telegramspider.yy ├── obj_teleigloo │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_teleigloo.yy ├── obj_telescope │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_telescope.yy ├── obj_tembattle │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_tembattle.yy ├── obj_tembody │ ├── Alarm_3.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_tembody.yy ├── obj_temleg │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_temleg.yy ├── obj_temnpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_temnpc.yy ├── obj_tempblack │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_tempblack.yy ├── obj_temvillagemusic │ ├── Create_0.gml │ └── obj_temvillagemusic.yy ├── obj_testmonster │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_testmonster.yy ├── obj_textdrawtest │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_textdrawtest.yy ├── obj_the_end_really │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_the_end_really.yy ├── obj_theartshard │ ├── Create_0.gml │ ├── Other_0.gml │ └── obj_theartshard.yy ├── obj_theend_forcefield │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_theend_forcefield.yy ├── obj_throwwolf │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_throwwolf.yy ├── obj_tileblue │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tileblue.yy ├── obj_tileblueactsyellow │ └── obj_tileblueactsyellow.yy ├── obj_tilefixer │ ├── Other_4.gml │ └── obj_tilefixer.yy ├── obj_tilegreen │ └── obj_tilegreen.yy ├── obj_tileguy │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_tileguy.yy ├── obj_tileguytileparent │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_tileguytileparent.yy ├── obj_tilehud │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_tilehud.yy ├── obj_tileorange │ └── obj_tileorange.yy ├── obj_tilepink │ └── obj_tilepink.yy ├── obj_tilepurple │ └── obj_tilepurple.yy ├── obj_tilered │ └── obj_tilered.yy ├── obj_tileyellow │ └── obj_tileyellow.yy ├── obj_time │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Draw_75.gml │ ├── Draw_76.gml │ ├── Draw_77.gml │ ├── KeyPress_114.gml │ ├── KeyPress_75.gml │ ├── Other_2.gml │ ├── Other_4.gml │ ├── Other_70.gml │ ├── Other_72.gml │ ├── Step_1.gml │ ├── Step_2.gml │ └── obj_time.yy ├── obj_timersplits │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_timersplits.yy ├── obj_tinybghouse │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tinybghouse.yy ├── obj_tinybgman │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tinybgman.yy ├── obj_tinybgpuff │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_tinybgpuff.yy ├── obj_tinyleaf │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tinyleaf.yy ├── obj_tinymusicnote │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tinymusicnote.yy ├── obj_titleimage │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_27.gml │ ├── Step_0.gml │ └── obj_titleimage.yy ├── obj_tobdog_pendant │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tobdog_pendant.yy ├── obj_torbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torbody.yy ├── obj_torboss_2ndtime │ ├── Alarm_1.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_torboss_2ndtime.yy ├── obj_torchpuzzle │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_torchpuzzle.yy ├── obj_tordogcall │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tordogcall.yy ├── obj_torface │ ├── Create_0.gml │ └── obj_torface.yy ├── obj_torgen_house1 │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_torgen_house1.yy ├── obj_torhandhold1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_torhandhold1.yy ├── obj_torheart │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torheart.yy ├── obj_toribuster │ └── obj_toribuster.yy ├── obj_toriel_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_toriel_friendc.yy ├── obj_torielbody │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_13.gml │ └── obj_torielbody.yy ├── obj_torielboss │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_torielboss.yy ├── obj_torielcall1 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcall1.yy ├── obj_torielcall2 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcall2.yy ├── obj_torielcall3 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcall3.yy ├── obj_torielcall4 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcall4.yy ├── obj_torielcall5 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcall5.yy ├── obj_torielcutscene │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torielcutscene.yy ├── obj_torieldisapprove │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieldisapprove.yy ├── obj_torielflame_X │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_floweybattle1.gml │ ├── Create_0.gml │ └── obj_torielflame_X.yy ├── obj_torielthrone │ ├── Create_0.gml │ └── obj_torielthrone.yy ├── obj_torieltrigger1 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger1.yy ├── obj_torieltrigger10 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger10.yy ├── obj_torieltrigger11 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger11.yy ├── obj_torieltrigger12 │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger12.yy ├── obj_torieltrigger2 │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger2.yy ├── obj_torieltrigger3 │ ├── Alarm_7.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_torieltrigger3.yy ├── obj_torieltrigger4 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_torieltrigger4.yy ├── obj_torieltrigger5 │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger5.yy ├── obj_torieltrigger6 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger6.yy ├── obj_torieltrigger7 │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger7.yy ├── obj_torieltrigger8 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger8.yy ├── obj_torieltrigger9 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_torieltrigger9.yy ├── obj_torinteractable1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_torinteractable1.yy ├── obj_torinteractable2 │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_torinteractable2.yy ├── obj_torinteractable3 │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_torinteractable3.yy ├── obj_torinteractable4 │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_torinteractable4.yy ├── obj_torinteractable5 │ ├── Alarm_0.gml │ ├── Step_2.gml │ └── obj_torinteractable5.yy ├── obj_torinteractable6 │ ├── Alarm_0.gml │ ├── Other_4.gml │ └── obj_torinteractable6.yy ├── obj_torinteractable7 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_torinteractable7.yy ├── obj_torn_note │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_torn_note.yy ├── obj_toroverworld1 │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_toroverworld1.yy ├── obj_toroverworld2 │ ├── Alarm_5.gml │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_toroverworld2.yy ├── obj_toroverworld3 │ ├── Collision_obj_toribuster.gml │ ├── Other_4.gml │ ├── Other_7.gml │ ├── Step_0.gml │ ├── Step_1.gml │ └── obj_toroverworld3.yy ├── obj_toroverworld4 │ ├── Other_4.gml │ └── obj_toroverworld4.yy ├── obj_toroverworld5 │ ├── Other_4.gml │ ├── Step_2.gml │ └── obj_toroverworld5.yy ├── obj_toroverworld6 │ ├── Alarm_5.gml │ ├── Collision_obj_toribuster.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_toroverworld6.yy ├── obj_toroverworld7 │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_toroverworld7.yy ├── obj_townmusic │ ├── Create_0.gml │ └── obj_townmusic.yy ├── obj_townnpc_bear1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_bear1.yy ├── obj_townnpc_beartree │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_beartree.yy ├── obj_townnpc_bunboy │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_bunboy.yy ├── obj_townnpc_bunlady │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_bunlady.yy ├── obj_townnpc_fightingbear │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_fightingbear.yy ├── obj_townnpc_hatescity │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_hatescity.yy ├── obj_townnpc_icewolf │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_icewolf.yy ├── obj_townnpc_innlady │ ├── Alarm_0.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_innlady.yy ├── obj_townnpc_monsterkid1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_monsterkid1.yy ├── obj_townnpc_reddemon │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_reddemon.yy ├── obj_townnpc_slimedad │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_slimedad.yy ├── obj_townnpc_slimedaughter │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_slimedaughter.yy ├── obj_townnpc_slimeson │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_slimeson.yy ├── obj_townnpc_unfunny │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_unfunny.yy ├── obj_townnpc_weirdfish │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_townnpc_weirdfish.yy ├── obj_transheart │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_transheart.yy ├── obj_transheart_fake │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_transheart_fake.yy ├── obj_transitioner │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_5.gml │ └── obj_transitioner.yy ├── obj_trashnado │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_trashnado.yy ├── obj_treadmill_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_treadmill_event.yy ├── obj_trianglelightray │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_trianglelightray.yy ├── obj_trigger_room │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── obj_trigger_room.yy ├── obj_triswitch │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_triswitch.yy ├── obj_triswitchevent │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_triswitchevent.yy ├── obj_trophy_awarder │ ├── Step_0.gml │ └── obj_trophy_awarder.yy ├── obj_true_antiwaver │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_true_antiwaver.yy ├── obj_true_lavawaver │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_2.gml │ └── obj_true_lavawaver.yy ├── obj_truechara │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_13.gml │ ├── KeyPress_32.gml │ ├── Step_0.gml │ └── obj_truechara.yy ├── obj_trueflymett │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_trueflymett.yy ├── obj_truelabmusic │ ├── Create_0.gml │ └── obj_truelabmusic.yy ├── obj_tsunderplane │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_tsunderplane.yy ├── obj_tsunderplane_body │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_tsunderplane_body.yy ├── obj_tsunderplanenpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_tsunderplanenpc.yy ├── obj_tundragatebar │ ├── Create_0.gml │ └── obj_tundragatebar.yy ├── obj_tundramusic │ ├── Create_0.gml │ └── obj_tundramusic.yy ├── obj_tundramusicspecial1 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_5.gml │ └── obj_tundramusicspecial1.yy ├── obj_tv_inside │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_tv_inside.yy ├── obj_ua_throwtest │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_ua_throwtest.yy ├── obj_uborder │ ├── Other_4.gml │ ├── Step_0.gml │ └── obj_uborder.yy ├── obj_uchair │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_uchair.yy ├── obj_uchair_grey │ ├── Create_0.gml │ └── obj_uchair_grey.yy ├── obj_ultimabullet │ ├── Alarm_5.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_ultimabullet.yy ├── obj_ultimagen │ ├── Create_0.gml │ ├── Keyboard_32.gml │ ├── Other_18.gml │ ├── Other_19.gml │ ├── Step_0.gml │ └── obj_ultimagen.yy ├── obj_ultimatarget │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_ultimatarget.yy ├── obj_ultimatrail │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_ultimatrail.yy ├── obj_umbrellabox │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_umbrellabox.yy ├── obj_umbrellamask │ ├── Collision_obj_normaldrop.gml │ ├── Step_2.gml │ └── obj_umbrellamask.yy ├── obj_underground_exit │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_underground_exit.yy ├── obj_undertaletitle │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Keyboard_37.gml │ ├── Keyboard_39.gml │ ├── Step_0.gml │ └── obj_undertaletitle.yy ├── obj_undyne1 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_undyne1.yy ├── obj_undyne1_old │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undyne1_old.yy ├── obj_undyne_actor │ ├── Alarm_6.gml │ ├── Collision_obj_foodbreak.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_undyne_actor.yy ├── obj_undyne_blockwrecker │ ├── Step_0.gml │ └── obj_undyne_blockwrecker.yy ├── obj_undyne_echoflower │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_undyne_echoflower.yy ├── obj_undyne_endingbody │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_undyne_endingbody.yy ├── obj_undyne_ex │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── KeyPress_55.gml │ ├── KeyPress_65.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_undyne_ex.yy ├── obj_undyne_friendc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Step_1.gml │ └── obj_undyne_friendc.yy ├── obj_undyne_lettercall │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undyne_lettercall.yy ├── obj_undyne_throwspear │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undyne_throwspear.yy ├── obj_undynea_actor │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_undynea_actor.yy ├── obj_undynea_actor2 │ ├── Create_0.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_undynea_actor2.yy ├── obj_undynea_chaser │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_undynea_chaser.yy ├── obj_undyneb_body │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ ├── Other_14.gml │ └── obj_undyneb_body.yy ├── obj_undynebattle2 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_undynebattle2.yy ├── obj_undynebody2 │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_undynebody2.yy ├── obj_undyneboss │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── KeyPress_55.gml │ ├── KeyPress_65.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Step_0.gml │ └── obj_undyneboss.yy ├── obj_undynecoolmusic │ ├── Create_0.gml │ └── obj_undynecoolmusic.yy ├── obj_undynedate_afterward │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undynedate_afterward.yy ├── obj_undynedate_inside │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undynedate_inside.yy ├── obj_undynedate_outside │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undynedate_outside.yy ├── obj_undyneencounter1 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_undyneencounter1.yy ├── obj_undyneencounter2 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_undyneencounter2.yy ├── obj_undyneencounter3 │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── KeyPress_75.gml │ ├── Other_5.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_undyneencounter3.yy ├── obj_undyneencounter4 │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undyneencounter4.yy ├── obj_undynefall │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_1.gml │ └── obj_undynefall.yy ├── obj_undynesiner2 │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_5.gml │ └── obj_undynesiner2.yy ├── obj_undynespear │ ├── Alarm_3.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ └── obj_undynespear.yy ├── obj_undynespear_anim1 │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undynespear_anim1.yy ├── obj_undynespear_shadow │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ ├── Other_13.gml │ └── obj_undynespear_shadow.yy ├── obj_undynetrash │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_undynetrash.yy ├── obj_undynetrigger_boss │ ├── Alarm_0.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── KeyPress_32.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_undynetrigger_boss.yy ├── obj_undynetrigger_boss2 │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_undynetrigger_boss2.yy ├── obj_undynetrigger_dry │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_undynetrigger_dry.yy ├── obj_undynewindow │ ├── Create_0.gml │ └── obj_undynewindow.yy ├── obj_undynewindow_foreground │ └── obj_undynewindow_foreground.yy ├── obj_undynex_body │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Draw_64.gml │ ├── Other_11.gml │ └── obj_undynex_body.yy ├── obj_unfader │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_unfader.yy ├── obj_upbox_new_pl │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_upbox_new_pl.yy ├── obj_upbox_pl │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_upbox_pl.yy ├── obj_uspeargen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_uspeargen.yy ├── obj_vaporacquirer │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_vaporacquirer.yy ├── obj_vaporized │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_vaporized.yy ├── obj_vaporized_new │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_vaporized_new.yy ├── obj_vaporized_old │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_vaporized_old.yy ├── obj_vaporizedspare │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_vaporizedspare.yy ├── obj_vegetoid │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_vegetoid.yy ├── obj_vegetoid_overworld │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_vegetoid_overworld.yy ├── obj_venus_pl │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Other_13.gml │ ├── Step_0.gml │ └── obj_venus_pl.yy ├── obj_venus_pl_bg │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_venus_pl_bg.yy ├── obj_vertcroissant │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_vertcroissant.yy ├── obj_vertplanebullet │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_vertplanebullet.yy ├── obj_vertplanegen │ ├── Alarm_0.gml │ ├── Create_0.gml │ └── obj_vertplanegen.yy ├── obj_vertplanegreen │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_vertplanegreen.yy ├── obj_vertspider │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_vertspider.yy ├── obj_vines_flowey │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_vines_flowey.yy ├── obj_vplatgen │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ └── obj_vplatgen.yy ├── obj_vsflowey_heart │ ├── Alarm_5.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_14.gml │ ├── Other_15.gml │ ├── Step_0.gml │ └── obj_vsflowey_heart.yy ├── obj_vsflowey_heartdefeated │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_3.gml │ ├── Alarm_4.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_7.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Draw_64.gml │ ├── Step_2.gml │ └── obj_vsflowey_heartdefeated.yy ├── obj_vsflowey_shaker │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_vsflowey_shaker.yy ├── obj_vulkin │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_vulkin.yy ├── obj_vulkinbody │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_vulkinbody.yy ├── obj_vulkincloud │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_vulkincloud.yy ├── obj_vulkincloudbul │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_vulkincloudbul.yy ├── obj_vulkinlightning │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Other_0.gml │ └── obj_vulkinlightning.yy ├── obj_vulkinnpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_vulkinnpc.yy ├── obj_wakeupchara │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wakeupchara.yy ├── obj_walknoise │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_5.gml │ └── obj_walknoise.yy ├── obj_wallmonitor │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wallmonitor.yy ├── obj_wallswitchcut1 │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wallswitchcut1.yy ├── obj_wanderparent │ ├── Alarm_0.gml │ ├── Collision_obj_solidnpcparent.gml │ ├── Collision_obj_solidparent.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wanderparent.yy ├── obj_warplinebullet │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ └── obj_warplinebullet.yy ├── obj_warplinegen │ ├── Alarm_1.gml │ ├── Create_0.gml │ └── obj_warplinegen.yy ├── obj_warrior_event │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_warrior_event.yy ├── obj_water_doomreminder │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_water_doomreminder.yy ├── obj_waterboard │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_waterboard.yy ├── obj_waterboardpuzzle1 │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ ├── Step_0.gml │ └── obj_waterboardpuzzle1.yy ├── obj_watercave_fader │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_watercave_fader.yy ├── obj_watercooler │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Other_12.gml │ └── obj_watercooler.yy ├── obj_watercooler_old │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_11.gml │ ├── Step_1.gml │ └── obj_watercooler_old.yy ├── obj_waterdivot_test │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_waterdivot_test.yy ├── obj_waterfall_waterfall │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_waterfall_waterfall.yy ├── obj_watermusic │ ├── Create_0.gml │ └── obj_watermusic.yy ├── obj_waterpillar │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_waterpillar.yy ├── obj_waterpushrock │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_waterpushrock.yy ├── obj_waterpushrock_2 │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_waterpushrock_2.yy ├── obj_waterpushrockgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ ├── Step_2.gml │ └── obj_waterpushrockgen.yy ├── obj_waterripple │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_waterripple.yy ├── obj_waterspot │ └── obj_waterspot.yy ├── obj_waterstar_bg │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Other_10.gml │ └── obj_waterstar_bg.yy ├── obj_waterstop │ └── obj_waterstop.yy ├── obj_waveguy │ ├── Create_0.gml │ └── obj_waveguy.yy ├── obj_whimsalot │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_whimsalot.yy ├── obj_whimsalot_body │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_whimsalot_body.yy ├── obj_whimsun │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── obj_whimsun.yy ├── obj_white_ender │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_white_ender.yy ├── obj_whitebox_o │ └── obj_whitebox_o.yy ├── obj_whitefader │ ├── Create_0.gml │ ├── Other_4.gml │ ├── Other_5.gml │ ├── Step_0.gml │ └── obj_whitefader.yy ├── obj_whitesploder │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_whitesploder.yy ├── obj_whtpxlgrav │ ├── Create_0.gml │ ├── Other_0.gml │ ├── Other_7.gml │ └── obj_whtpxlgrav.yy ├── obj_winkstar │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_winkstar.yy ├── obj_wizard │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Alarm_9.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_wizard.yy ├── obj_wizardbody │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_wizardbody.yy ├── obj_wizardorb_chaser │ ├── Alarm_0.gml │ ├── Alarm_1.gml │ ├── Collision_obj_heart.gml │ ├── Collision_obj_wizardorb_chaser.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_wizardorb_chaser.yy ├── obj_wizardorb_wall │ ├── Alarm_0.gml │ ├── Collision_obj_heart.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wizardorb_wall.yy ├── obj_womandog │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_womandog.yy ├── obj_womandog_actor │ └── obj_womandog_actor.yy ├── obj_womandogax │ ├── Create_0.gml │ └── obj_womandogax.yy ├── obj_womandogbody │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_womandogbody.yy ├── obj_wordburst │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wordburst.yy ├── obj_wordfall │ ├── Create_0.gml │ └── obj_wordfall.yy ├── obj_wordfall_word │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wordfall_word.yy ├── obj_woshbody │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Alarm_4.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── obj_woshbody.yy ├── obj_woshpart │ ├── Alarm_8.gml │ └── obj_woshpart.yy ├── obj_woshspiralgen │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_woshspiralgen.yy ├── obj_woshua │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Step_0.gml │ └── obj_woshua.yy ├── obj_woshuanpc │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_woshuanpc.yy ├── obj_wrapshock │ ├── Alarm_2.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_wrapshock.yy ├── obj_wrongnumbersong │ ├── Alarm_4.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_wrongnumbersong.yy ├── obj_xbox_account_switch_confirm │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Step_0.gml │ └── obj_xbox_account_switch_confirm.yy ├── obj_xbox_account_switch_notice │ ├── Create_0.gml │ ├── Draw_64.gml │ ├── Step_0.gml │ └── obj_xbox_account_switch_notice.yy ├── obj_xbox_controller_connect │ ├── Create_0.gml │ ├── Draw_64.gml │ └── obj_xbox_controller_connect.yy ├── obj_xbox_engagement │ ├── Create_0.gml │ ├── Other_63.gml │ ├── Step_0.gml │ └── obj_xbox_engagement.yy ├── obj_xbox_temp_dialoguer │ ├── Create_0.gml │ ├── Draw_0.gml │ └── obj_xbox_temp_dialoguer.yy ├── obj_xbox_trophy_queue │ ├── Create_0.gml │ └── obj_xbox_trophy_queue.yy ├── obj_xbullet │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_xbullet.yy ├── obj_xbulletgen │ ├── Alarm_1.gml │ ├── Alarm_2.gml │ ├── Create_0.gml │ └── obj_xbulletgen.yy ├── obj_xmastree │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_1.gml │ └── obj_xmastree.yy ├── obj_xoxo │ ├── Alarm_0.gml │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_xoxo.yy ├── obj_xoxocontroller1 │ ├── Alarm_2.gml │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ ├── Step_2.gml │ └── obj_xoxocontroller1.yy ├── obj_xtarget │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_xtarget.yy ├── obj_zoomaton │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_10.gml │ └── obj_zoomaton.yy ├── obj_ztarget │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Other_11.gml │ ├── Step_0.gml │ └── obj_ztarget.yy ├── obj_zzz │ ├── Create_0.gml │ ├── Step_0.gml │ └── obj_zzz.yy ├── object391 │ ├── Alarm_10.gml │ ├── Alarm_11.gml │ ├── Alarm_3.gml │ ├── Alarm_5.gml │ ├── Alarm_6.gml │ ├── Alarm_8.gml │ ├── Create_0.gml │ ├── Destroy_0.gml │ ├── Other_0.gml │ ├── Step_0.gml │ └── object391.yy ├── object466 │ ├── Collision_obj_golfedge.gml │ ├── Collision_obj_golfhole.gml │ ├── Collision_obj_mainchara.gml │ ├── Collision_obj_solidparent.gml │ ├── Create_0.gml │ ├── Draw_0.gml │ ├── Step_0.gml │ └── object466.yy └── object59 │ ├── Collision_obj_mainchara.gml │ ├── Create_0.gml │ └── object59.yy ├── options ├── android │ └── options_android.yy ├── html5 │ ├── fav.ico │ └── options_html5.yy ├── ios │ └── options_ios.yy ├── linux │ ├── icons │ │ └── 64.png │ ├── options_linux.yy │ └── splash │ │ └── splash.png ├── mac │ ├── icons │ │ └── 1024.png │ ├── options_mac.yy │ └── splash │ │ └── splash.png ├── main │ ├── options_main.yy │ └── template_icon.png ├── operagx │ └── options_operagx.yy ├── tvos │ └── options_tvos.yy └── windows │ ├── icons │ └── icon.ico │ ├── options_windows.yy │ └── splash │ └── splash.png ├── paths ├── path36 │ └── path36.yy ├── path_basketballpath │ └── path_basketballpath.yy ├── path_bedjump │ └── path_bedjump.yy ├── path_froghead │ └── path_froghead.yy ├── path_goofyrock │ └── path_goofyrock.yy ├── path_hand1 │ └── path_hand1.yy ├── path_hand2 │ └── path_hand2.yy ├── path_icecube_water1 │ └── path_icecube_water1.yy ├── path_mdog │ └── path_mdog.yy ├── path_papyrus1 │ └── path_papyrus1.yy ├── path_papyrus1A │ └── path_papyrus1A.yy ├── path_papyrus2 │ └── path_papyrus2.yy ├── path_slimedrop │ └── path_slimedrop.yy ├── path_torielwalk1 │ └── path_torielwalk1.yy ├── path_torielwalk19 │ └── path_torielwalk19.yy ├── path_torielwalk19_2 │ └── path_torielwalk19_2.yy ├── path_torielwalk19_3 │ └── path_torielwalk19_3.yy ├── path_torielwalk19_4 │ └── path_torielwalk19_4.yy ├── path_torielwalk2 │ └── path_torielwalk2.yy ├── path_torielwalk20 │ └── path_torielwalk20.yy ├── path_torielwalk20_2 │ └── path_torielwalk20_2.yy ├── path_torielwalk20_3 │ └── path_torielwalk20_3.yy ├── path_torielwalk2_2 │ └── path_torielwalk2_2.yy ├── path_torielwalk3 │ └── path_torielwalk3.yy ├── path_torielwalk3_2 │ └── path_torielwalk3_2.yy ├── path_torielwalk3_3 │ └── path_torielwalk3_3.yy ├── path_torielwalk3_4 │ └── path_torielwalk3_4.yy ├── path_torielwalk4 │ └── path_torielwalk4.yy ├── path_torielwalk4_2 │ └── path_torielwalk4_2.yy ├── path_torielwalk5 │ └── path_torielwalk5.yy ├── path_torielwalk5_2 │ └── path_torielwalk5_2.yy ├── path_torielwalk6 │ └── path_torielwalk6.yy ├── path_torielwalkbasement1 │ └── path_torielwalkbasement1.yy ├── path_torielwalkbasement2 │ └── path_torielwalkbasement2.yy ├── path_torielwalkbasement3 │ └── path_torielwalkbasement3.yy ├── path_torielwalkhouse1 │ └── path_torielwalkhouse1.yy ├── path_torielwalkhouse2 │ └── path_torielwalkhouse2.yy ├── path_torielwalkhouse3 │ └── path_torielwalkhouse3.yy ├── path_unbed │ └── path_unbed.yy ├── path_walkdown │ └── path_walkdown.yy ├── path_walkright │ └── path_walkright.yy ├── path_walkup │ └── path_walkup.yy ├── path_waterglass │ └── path_waterglass.yy ├── path_wdog │ └── path_wdog.yy └── path_whimsun │ └── path_whimsun.yy ├── rooms ├── TESTROOM │ └── TESTROOM.yy ├── bullettest │ └── bullettest.yy ├── room2 │ └── room2.yy ├── room_adate │ └── room_adate.yy ├── room_afinaltest │ └── room_afinaltest.yy ├── room_area1 │ └── room_area1.yy ├── room_area1_2 │ └── room_area1_2.yy ├── room_asghouse1 │ ├── InstanceCreationCode_inst_07FE437D.gml │ ├── InstanceCreationCode_inst_11553F5D.gml │ ├── InstanceCreationCode_inst_9CA1C1E5.gml │ └── room_asghouse1.yy ├── room_asghouse2 │ └── room_asghouse2.yy ├── room_asghouse3 │ └── room_asghouse3.yy ├── room_asgoreroom │ └── room_asgoreroom.yy ├── room_asrielappears │ └── room_asrielappears.yy ├── room_asrielmemory │ └── room_asrielmemory.yy ├── room_asrielroom │ └── room_asrielroom.yy ├── room_asrielroom_final │ ├── InstanceCreationCode_inst_3C08AD1B.gml │ ├── InstanceCreationCode_inst_B8543FA3.gml │ └── room_asrielroom_final.yy ├── room_asrieltest │ └── room_asrieltest.yy ├── room_basement1 │ └── room_basement1.yy ├── room_basement1_final │ ├── InstanceCreationCode_inst_645BC314.gml │ ├── InstanceCreationCode_inst_935D4F94.gml │ ├── InstanceCreationCode_inst_E90E318C.gml │ └── room_basement1_final.yy ├── room_basement2 │ └── room_basement2.yy ├── room_basement2_final │ ├── InstanceCreationCode_inst_5702388C.gml │ ├── InstanceCreationCode_inst_D24FCA04.gml │ └── room_basement2_final.yy ├── room_basement3 │ └── room_basement3.yy ├── room_basement3_final │ ├── InstanceCreationCode_inst_47ECE615.gml │ └── room_basement3_final.yy ├── room_basement4 │ └── room_basement4.yy ├── room_basement4_final │ ├── InstanceCreationCode_inst_B5D1FE15.gml │ └── room_basement4_final.yy ├── room_basement5 │ └── room_basement5.yy ├── room_battle │ └── room_battle.yy ├── room_bringitinguys │ └── room_bringitinguys.yy ├── room_castle_barrier │ ├── RoomCreationCode.gml │ └── room_castle_barrier.yy ├── room_castle_coffins1 │ └── room_castle_coffins1.yy ├── room_castle_coffins2 │ ├── InstanceCreationCode_inst_3DF4C542.gml │ ├── InstanceCreationCode_inst_40C29D12.gml │ ├── InstanceCreationCode_inst_476BA122.gml │ ├── InstanceCreationCode_inst_B2A733BA.gml │ ├── InstanceCreationCode_inst_B84157DA.gml │ ├── InstanceCreationCode_inst_CB1E1FAA.gml │ └── room_castle_coffins2.yy ├── room_castle_elevatorout │ └── room_castle_elevatorout.yy ├── room_castle_exit │ └── room_castle_exit.yy ├── room_castle_finalshoehorn │ └── room_castle_finalshoehorn.yy ├── room_castle_front │ └── room_castle_front.yy ├── room_castle_hook │ └── room_castle_hook.yy ├── room_castle_prebarrier │ ├── RoomCreationCode.gml │ └── room_castle_prebarrier.yy ├── room_castle_precastle │ └── room_castle_precastle.yy ├── room_castle_throneroom │ └── room_castle_throneroom.yy ├── room_castle_trueexit │ └── room_castle_trueexit.yy ├── room_controltest │ └── room_controltest.yy ├── room_creditsdodger │ └── room_creditsdodger.yy ├── room_decomp_settings │ └── room_decomp_settings.yy ├── room_dogshrine │ └── room_dogshrine.yy ├── room_dogshrine_mewmew │ └── room_dogshrine_mewmew.yy ├── room_dogshrine_ruined │ └── room_dogshrine_ruined.yy ├── room_dogshrine_xbox │ └── room_dogshrine_xbox.yy ├── room_empty │ └── room_empty.yy ├── room_emptyblack │ └── room_emptyblack.yy ├── room_emptywhite │ └── room_emptywhite.yy ├── room_end_beach │ └── room_end_beach.yy ├── room_end_castroll │ └── room_end_castroll.yy ├── room_end_highway │ └── room_end_highway.yy ├── room_end_metta │ └── room_end_metta.yy ├── room_end_mtebott │ └── room_end_mtebott.yy ├── room_end_myroom │ └── room_end_myroom.yy ├── room_end_school │ └── room_end_school.yy ├── room_end_theend │ └── room_end_theend.yy ├── room_f_intro │ └── room_f_intro.yy ├── room_f_menu │ └── room_f_menu.yy ├── room_f_phrase │ └── room_f_phrase.yy ├── room_f_room │ └── room_f_room.yy ├── room_f_start │ └── room_f_start.yy ├── room_fastbattle │ └── room_fastbattle.yy ├── room_fire1 │ └── room_fire1.yy ├── room_fire10 │ ├── InstanceCreationCode_inst_42B5C399.gml │ ├── InstanceCreationCode_inst_BD025521.gml │ └── room_fire10.yy ├── room_fire10A_old │ ├── InstanceCreationCode_inst_22707FEA.gml │ └── room_fire10A_old.yy ├── room_fire10_old │ ├── InstanceCreationCode_inst_1D0B21B1.gml │ ├── InstanceCreationCode_inst_5D47C670.gml │ ├── InstanceCreationCode_inst_D9835808.gml │ ├── InstanceCreationCode_inst_E2FA44F8.gml │ └── room_fire10_old.yy ├── room_fire2 │ └── room_fire2.yy ├── room_fire3 │ └── room_fire3.yy ├── room_fire4 │ └── room_fire4.yy ├── room_fire5 │ ├── InstanceCreationCode_inst_0211C87B.gml │ ├── InstanceCreationCode_inst_05B94DD3.gml │ ├── InstanceCreationCode_inst_0E2029C3.gml │ ├── InstanceCreationCode_inst_15DF9F4B.gml │ ├── InstanceCreationCode_inst_178705A3.gml │ ├── InstanceCreationCode_inst_1B78A35B.gml │ ├── InstanceCreationCode_inst_21FEF183.gml │ ├── InstanceCreationCode_inst_2A54DD73.gml │ ├── InstanceCreationCode_inst_2E467B2B.gml │ ├── InstanceCreationCode_inst_33BBC953.gml │ ├── InstanceCreationCode_inst_38AD670B.gml │ ├── InstanceCreationCode_inst_410443FB.gml │ ├── InstanceCreationCode_inst_4A7A3FDB.gml │ ├── InstanceCreationCode_inst_4D22A534.gml │ ├── InstanceCreationCode_inst_4E6CCE82.gml │ ├── InstanceCreationCode_inst_50E07D04.gml │ ├── InstanceCreationCode_inst_51299652.gml │ ├── InstanceCreationCode_inst_54D11BBB.gml │ ├── InstanceCreationCode_inst_56899124.gml │ ├── InstanceCreationCode_inst_58C3BA62.gml │ ├── InstanceCreationCode_inst_66AFE38B.gml │ ├── InstanceCreationCode_inst_695769F4.gml │ ├── InstanceCreationCode_inst_6A908233.gml │ ├── InstanceCreationCode_inst_6D48F7AB.gml │ ├── InstanceCreationCode_inst_7006CF6B.gml │ ├── InstanceCreationCode_inst_72BD45D4.gml │ ├── InstanceCreationCode_inst_74F76E13.gml │ ├── InstanceCreationCode_inst_7C1431B4.gml │ ├── InstanceCreationCode_inst_87C536E3.gml │ ├── InstanceCreationCode_inst_897DBB5B.gml │ ├── InstanceCreationCode_inst_8D5E5A03.gml │ ├── InstanceCreationCode_inst_902C21C3.gml │ ├── InstanceCreationCode_inst_93D3973B.gml │ ├── InstanceCreationCode_inst_9C3A831B.gml │ ├── InstanceCreationCode_inst_A3F9E993.gml │ ├── InstanceCreationCode_inst_A5A16F0B.gml │ ├── InstanceCreationCode_inst_A9820DB3.gml │ ├── InstanceCreationCode_inst_B86F37CC.gml │ ├── InstanceCreationCode_inst_BC50D573.gml │ ├── InstanceCreationCode_inst_BF085BEB.gml │ ├── InstanceCreationCode_inst_C2D523BC.gml │ ├── InstanceCreationCode_inst_C31F4CFA.gml │ ├── InstanceCreationCode_inst_C6C7B163.gml │ ├── InstanceCreationCode_inst_CAA8501A.gml │ ├── InstanceCreationCode_inst_D8858923.gml │ ├── InstanceCreationCode_inst_DB3C0F9C.gml │ ├── InstanceCreationCode_inst_DC7628EA.gml │ ├── InstanceCreationCode_inst_DF2EAD43.gml │ ├── InstanceCreationCode_inst_E2FB7513.gml │ ├── InstanceCreationCode_inst_E4A3EB7C.gml │ ├── InstanceCreationCode_inst_E6DD14CB.gml │ ├── InstanceCreationCode_inst_EE0AD76C.gml │ ├── InstanceCreationCode_inst_F761B34C.gml │ ├── InstanceCreationCode_inst_F9ABDC9B.gml │ ├── InstanceCreationCode_inst_FB5251F3.gml │ ├── InstanceCreationCode_inst_FF44F0AB.gml │ └── room_fire5.yy ├── room_fire6 │ ├── InstanceCreationCode_inst_03CAABC7.gml │ ├── InstanceCreationCode_inst_0A63CFE7.gml │ ├── InstanceCreationCode_inst_1C3087B7.gml │ ├── InstanceCreationCode_inst_454F78D5.gml │ ├── InstanceCreationCode_inst_62E279AF.gml │ ├── InstanceCreationCode_inst_75BF417F.gml │ ├── InstanceCreationCode_inst_7C58659F.gml │ ├── InstanceCreationCode_inst_8E163D5F.gml │ ├── InstanceCreationCode_inst_91E4052F.gml │ ├── InstanceCreationCode_inst_988D194F.gml │ ├── InstanceCreationCode_inst_DAF3E64D.gml │ ├── InstanceCreationCode_inst_DD3E0B37.gml │ ├── InstanceCreationCode_inst_E795F717.gml │ ├── InstanceCreationCode_inst_F00CD307.gml │ └── room_fire6.yy ├── room_fire6A │ ├── InstanceCreationCode_inst_61A85060.gml │ ├── InstanceCreationCode_inst_74762820.gml │ ├── InstanceCreationCode_inst_D39E0608.gml │ ├── InstanceCreationCode_inst_F82996A8.gml │ └── room_fire6A.yy ├── room_fire7 │ ├── InstanceCreationCode_inst_09E189F4.gml │ ├── InstanceCreationCode_inst_275F56F3.gml │ ├── InstanceCreationCode_inst_626033BC.gml │ ├── InstanceCreationCode_inst_753E0B8C.gml │ ├── InstanceCreationCode_inst_8E95F76C.gml │ ├── InstanceCreationCode_inst_A2ACE87B.gml │ ├── InstanceCreationCode_inst_AC03C46B.gml │ ├── InstanceCreationCode_inst_B1881194.gml │ ├── InstanceCreationCode_inst_E613B124.gml │ ├── InstanceCreationCode_inst_EDBDC544.gml │ └── room_fire7.yy ├── room_fire8 │ ├── InstanceCreationCode_inst_60261B7D.gml │ ├── InstanceCreationCode_inst_73F4E23D.gml │ └── room_fire8.yy ├── room_fire9 │ ├── InstanceCreationCode_inst_483D8BA7.gml │ ├── InstanceCreationCode_inst_9EEF7EAF.gml │ └── room_fire9.yy ├── room_fire_apron │ ├── InstanceCreationCode_inst_A9C62037.gml │ └── room_fire_apron.yy ├── room_fire_boysnightout │ ├── InstanceCreationCode_inst_1AF068AE.gml │ ├── InstanceCreationCode_inst_953DFA36.gml │ └── room_fire_boysnightout.yy ├── room_fire_conveyorlaser │ ├── InstanceCreationCode_inst_0FBB35B4.gml │ ├── InstanceCreationCode_inst_A4840583.gml │ ├── InstanceCreationCode_inst_C4AA57EB.gml │ ├── InstanceCreationCode_inst_E7782FBB.gml │ └── room_fire_conveyorlaser.yy ├── room_fire_cookingshow │ └── room_fire_cookingshow.yy ├── room_fire_core1 │ ├── InstanceCreationCode_inst_8EAB4285.gml │ └── room_fire_core1.yy ├── room_fire_core2 │ ├── InstanceCreationCode_inst_53E4EBFE.gml │ └── room_fire_core2.yy ├── room_fire_core3 │ └── room_fire_core3.yy ├── room_fire_core4 │ ├── InstanceCreationCode_inst_470ABE81.gml │ ├── InstanceCreationCode_inst_C2564019.gml │ ├── InstanceCreationCode_inst_DBBD2CF9.gml │ └── room_fire_core4.yy ├── room_fire_core5 │ └── room_fire_core5.yy ├── room_fire_core_bottomleft │ ├── InstanceCreationCode_inst_D74A585F.gml │ └── room_fire_core_bottomleft.yy ├── room_fire_core_bottomright │ └── room_fire_core_bottomright.yy ├── room_fire_core_branch │ ├── InstanceCreationCode_inst_902B093D.gml │ └── room_fire_core_branch.yy ├── room_fire_core_bridge │ └── room_fire_core_bridge.yy ├── room_fire_core_center │ └── room_fire_core_center.yy ├── room_fire_core_final │ └── room_fire_core_final.yy ├── room_fire_core_freebattle │ └── room_fire_core_freebattle.yy ├── room_fire_core_laserfun │ └── room_fire_core_laserfun.yy ├── room_fire_core_left │ └── room_fire_core_left.yy ├── room_fire_core_metttest │ └── room_fire_core_metttest.yy ├── room_fire_core_premett │ └── room_fire_core_premett.yy ├── room_fire_core_right │ └── room_fire_core_right.yy ├── room_fire_core_top │ └── room_fire_core_top.yy ├── room_fire_core_topleft │ └── room_fire_core_topleft.yy ├── room_fire_core_topright │ └── room_fire_core_topright.yy ├── room_fire_core_treasureleft │ └── room_fire_core_treasureleft.yy ├── room_fire_core_treasureright │ └── room_fire_core_treasureright.yy ├── room_fire_core_warrior │ └── room_fire_core_warrior.yy ├── room_fire_coreview2 │ └── room_fire_coreview2.yy ├── room_fire_dock │ └── room_fire_dock.yy ├── room_fire_elevator │ └── room_fire_elevator.yy ├── room_fire_elevator_l1 │ └── room_fire_elevator_l1.yy ├── room_fire_elevator_l2 │ └── room_fire_elevator_l2.yy ├── room_fire_elevator_l3 │ └── room_fire_elevator_l3.yy ├── room_fire_elevator_r1 │ └── room_fire_elevator_r1.yy ├── room_fire_elevator_r2 │ └── room_fire_elevator_r2.yy ├── room_fire_elevator_r3 │ └── room_fire_elevator_r3.yy ├── room_fire_finalelevator │ └── room_fire_finalelevator.yy ├── room_fire_hotdog │ ├── InstanceCreationCode_inst_54CAB80D.gml │ └── room_fire_hotdog.yy ├── room_fire_hotelbed │ └── room_fire_hotelbed.yy ├── room_fire_hoteldoors │ └── room_fire_hoteldoors.yy ├── room_fire_hotelfront_1 │ └── room_fire_hotelfront_1.yy ├── room_fire_hotelfront_2 │ └── room_fire_hotelfront_2.yy ├── room_fire_hotellobby │ └── room_fire_hotellobby.yy ├── room_fire_lab1 │ └── room_fire_lab1.yy ├── room_fire_lab2 │ ├── InstanceCreationCode_inst_35772795.gml │ ├── InstanceCreationCode_inst_4FED0375.gml │ ├── InstanceCreationCode_inst_C39181ED.gml │ ├── InstanceCreationCode_inst_CA2A950D.gml │ └── room_fire_lab2.yy ├── room_fire_labelevator │ └── room_fire_labelevator.yy ├── room_fire_lasers1 │ ├── InstanceCreationCode_inst_4B674702.gml │ ├── InstanceCreationCode_inst_5216BD8A.gml │ ├── InstanceCreationCode_inst_7E4A613A.gml │ ├── InstanceCreationCode_inst_A8D7AF71.gml │ ├── InstanceCreationCode_inst_B6A3D99A.gml │ ├── InstanceCreationCode_inst_DD624F12.gml │ ├── InstanceCreationCode_inst_F3FEDFA2.gml │ └── room_fire_lasers1.yy ├── room_fire_mewmew2 │ ├── InstanceCreationCode_inst_047B2A75.gml │ ├── InstanceCreationCode_inst_0B143E85.gml │ ├── InstanceCreationCode_inst_8FC8AC0D.gml │ └── room_fire_mewmew2.yy ├── room_fire_multitile │ └── room_fire_multitile.yy ├── room_fire_newsreport │ ├── InstanceCreationCode_inst_645BDCA9.gml │ └── room_fire_newsreport.yy ├── room_fire_operatest │ └── room_fire_operatest.yy ├── room_fire_pacing │ └── room_fire_pacing.yy ├── room_fire_precore │ └── room_fire_precore.yy ├── room_fire_prelab │ └── room_fire_prelab.yy ├── room_fire_preshootguy4 │ └── room_fire_preshootguy4.yy ├── room_fire_restaurant │ └── room_fire_restaurant.yy ├── room_fire_rpuzzle │ ├── InstanceCreationCode_inst_003FF58B.gml │ ├── InstanceCreationCode_inst_0E988023.gml │ ├── InstanceCreationCode_inst_105548E3.gml │ ├── InstanceCreationCode_inst_17FE6C03.gml │ ├── InstanceCreationCode_inst_24917DDD.gml │ ├── InstanceCreationCode_inst_2C64B93B.gml │ ├── InstanceCreationCode_inst_3EF858BD.gml │ ├── InstanceCreationCode_inst_45B7CF34.gml │ ├── InstanceCreationCode_inst_520F49DC.gml │ ├── InstanceCreationCode_inst_5B6635BC.gml │ ├── InstanceCreationCode_inst_6DA05EFB.gml │ ├── InstanceCreationCode_inst_707D26CB.gml │ ├── InstanceCreationCode_inst_824BFE9B.gml │ ├── InstanceCreationCode_inst_83B94BB4.gml │ ├── InstanceCreationCode_inst_89D402AB.gml │ ├── InstanceCreationCode_inst_9CA2DA7B.gml │ ├── InstanceCreationCode_inst_A509C65B.gml │ ├── InstanceCreationCode_inst_B944EA45.gml │ ├── InstanceCreationCode_inst_D7B3C744.gml │ ├── InstanceCreationCode_inst_E029A324.gml │ ├── InstanceCreationCode_inst_E153CC73.gml │ ├── InstanceCreationCode_inst_F4219433.gml │ ├── InstanceCreationCode_inst_FBCAB853.gml │ └── room_fire_rpuzzle.yy ├── room_fire_savepoint1 │ ├── InstanceCreationCode_inst_4DD70DBB.gml │ └── room_fire_savepoint1.yy ├── room_fire_savepoint2 │ └── room_fire_savepoint2.yy ├── room_fire_shootguy_1 │ └── room_fire_shootguy_1.yy ├── room_fire_shootguy_2 │ └── room_fire_shootguy_2.yy ├── room_fire_shootguy_3 │ └── room_fire_shootguy_3.yy ├── room_fire_shootguy_4 │ └── room_fire_shootguy_4.yy ├── room_fire_shootguy_5 │ └── room_fire_shootguy_5.yy ├── room_fire_sorry │ └── room_fire_sorry.yy ├── room_fire_spider │ └── room_fire_spider.yy ├── room_fire_spidershop │ └── room_fire_spidershop.yy ├── room_fire_turn │ ├── InstanceCreationCode_inst_69C13B28.gml │ ├── InstanceCreationCode_inst_EE75A9A0.gml │ └── room_fire_turn.yy ├── room_fire_walkandbranch │ └── room_fire_walkandbranch.yy ├── room_fire_walkandbranch2 │ └── room_fire_walkandbranch2.yy ├── room_flowey_endchoice │ └── room_flowey_endchoice.yy ├── room_flowey_regret │ └── room_flowey_regret.yy ├── room_floweybattle │ └── room_floweybattle.yy ├── room_floweyx │ ├── InstanceCreationCode_inst_045ABF9E.gml │ ├── InstanceCreationCode_inst_0DB1AB8F.gml │ ├── InstanceCreationCode_inst_1617876F.gml │ ├── InstanceCreationCode_inst_A532E1B7.gml │ └── room_floweyx.yy ├── room_fogroom │ └── room_fogroom.yy ├── room_friendtest │ └── room_friendtest.yy ├── room_gameover │ └── room_gameover.yy ├── room_gaster │ └── room_gaster.yy ├── room_goodbyeasriel │ └── room_goodbyeasriel.yy ├── room_ice_dog │ └── room_ice_dog.yy ├── room_icecave1 │ └── room_icecave1.yy ├── room_introimage │ └── room_introimage.yy ├── room_intromenu │ └── room_intromenu.yy ├── room_introstory │ └── room_introstory.yy ├── room_kitchen │ └── room_kitchen.yy ├── room_kitchen_final │ └── room_kitchen_final.yy ├── room_lastruins_corridor │ ├── InstanceCreationCode_inst_00072E36.gml │ ├── InstanceCreationCode_inst_197E1926.gml │ ├── InstanceCreationCode_inst_23D5F506.gml │ ├── InstanceCreationCode_inst_35A3CDD6.gml │ ├── InstanceCreationCode_inst_3C3CE1E6.gml │ ├── InstanceCreationCode_inst_95BB9BBE.gml │ ├── InstanceCreationCode_inst_A788637E.gml │ ├── InstanceCreationCode_inst_AE22879E.gml │ ├── InstanceCreationCode_inst_B1FF5F6E.gml │ └── room_lastruins_corridor.yy ├── room_meetundyne_old │ └── room_meetundyne_old.yy ├── room_monsteralign_test │ ├── InstanceCreationCode_inst_6A9CD532.gml │ └── room_monsteralign_test.yy ├── room_mysteryman │ └── room_mysteryman.yy ├── room_nothingness │ └── room_nothingness.yy ├── room_of_bog │ └── room_of_bog.yy ├── room_of_dog │ └── room_of_dog.yy ├── room_outsideworld │ └── room_outsideworld.yy ├── room_overworld │ └── room_overworld.yy ├── room_overworld3 │ └── room_overworld3.yy ├── room_papdate │ └── room_papdate.yy ├── room_quizholder │ └── room_quizholder.yy ├── room_riverman_transition │ └── room_riverman_transition.yy ├── room_ruins1 │ └── room_ruins1.yy ├── room_ruins10 │ └── room_ruins10.yy ├── room_ruins11 │ └── room_ruins11.yy ├── room_ruins12 │ └── room_ruins12.yy ├── room_ruins12A │ └── room_ruins12A.yy ├── room_ruins12B │ └── room_ruins12B.yy ├── room_ruins12B_old │ └── room_ruins12B_old.yy ├── room_ruins13 │ └── room_ruins13.yy ├── room_ruins14 │ └── room_ruins14.yy ├── room_ruins15A │ └── room_ruins15A.yy ├── room_ruins15B │ └── room_ruins15B.yy ├── room_ruins15C │ └── room_ruins15C.yy ├── room_ruins15D │ └── room_ruins15D.yy ├── room_ruins15E │ └── room_ruins15E.yy ├── room_ruins16 │ └── room_ruins16.yy ├── room_ruins17 │ └── room_ruins17.yy ├── room_ruins18OLD │ └── room_ruins18OLD.yy ├── room_ruins19 │ └── room_ruins19.yy ├── room_ruins2 │ └── room_ruins2.yy ├── room_ruins3 │ └── room_ruins3.yy ├── room_ruins4 │ └── room_ruins4.yy ├── room_ruins5 │ └── room_ruins5.yy ├── room_ruins6 │ └── room_ruins6.yy ├── room_ruins7 │ └── room_ruins7.yy ├── room_ruins7A │ └── room_ruins7A.yy ├── room_ruins8 │ └── room_ruins8.yy ├── room_ruins9 │ └── room_ruins9.yy ├── room_ruinsexit │ └── room_ruinsexit.yy ├── room_sanscorridor │ └── room_sanscorridor.yy ├── room_settings │ └── room_settings.yy ├── room_shop1 │ └── room_shop1.yy ├── room_shop2 │ └── room_shop2.yy ├── room_shop3 │ └── room_shop3.yy ├── room_shop4 │ └── room_shop4.yy ├── room_shop5 │ └── room_shop5.yy ├── room_soundtest │ └── room_soundtest.yy ├── room_spritecheck │ └── room_spritecheck.yy ├── room_start │ └── room_start.yy ├── room_storybattle │ └── room_storybattle.yy ├── room_torhouse1 │ └── room_torhouse1.yy ├── room_torhouse2 │ └── room_torhouse2.yy ├── room_torhouse3 │ └── room_torhouse3.yy ├── room_torielroom │ └── room_torielroom.yy ├── room_truelab_bedroom │ └── room_truelab_bedroom.yy ├── room_truelab_bluelever │ └── room_truelab_bluelever.yy ├── room_truelab_castle_elevator │ └── room_truelab_castle_elevator.yy ├── room_truelab_cooler │ └── room_truelab_cooler.yy ├── room_truelab_determination │ └── room_truelab_determination.yy ├── room_truelab_elevator │ └── room_truelab_elevator.yy ├── room_truelab_elevatorinside │ └── room_truelab_elevatorinside.yy ├── room_truelab_fan │ └── room_truelab_fan.yy ├── room_truelab_greenlever │ └── room_truelab_greenlever.yy ├── room_truelab_hall1 │ └── room_truelab_hall1.yy ├── room_truelab_hall2 │ └── room_truelab_hall2.yy ├── room_truelab_hall3 │ └── room_truelab_hall3.yy ├── room_truelab_hub │ ├── RoomCreationCode.gml │ └── room_truelab_hub.yy ├── room_truelab_mirror │ ├── InstanceCreationCode_inst_B1D8ECA0.gml │ └── room_truelab_mirror.yy ├── room_truelab_operatingroom │ └── room_truelab_operatingroom.yy ├── room_truelab_power │ └── room_truelab_power.yy ├── room_truelab_prebed │ └── room_truelab_prebed.yy ├── room_truelab_prepower │ └── room_truelab_prepower.yy ├── room_truelab_redlever │ └── room_truelab_redlever.yy ├── room_truelab_shower │ └── room_truelab_shower.yy ├── room_truelab_tv │ └── room_truelab_tv.yy ├── room_tundra1 │ └── room_tundra1.yy ├── room_tundra2 │ └── room_tundra2.yy ├── room_tundra3 │ └── room_tundra3.yy ├── room_tundra3A │ └── room_tundra3A.yy ├── room_tundra4 │ └── room_tundra4.yy ├── room_tundra5 │ └── room_tundra5.yy ├── room_tundra6 │ └── room_tundra6.yy ├── room_tundra6A │ └── room_tundra6A.yy ├── room_tundra7 │ └── room_tundra7.yy ├── room_tundra8 │ └── room_tundra8.yy ├── room_tundra8A │ └── room_tundra8A.yy ├── room_tundra9 │ └── room_tundra9.yy ├── room_tundra_dangerbridge │ └── room_tundra_dangerbridge.yy ├── room_tundra_dock │ └── room_tundra_dock.yy ├── room_tundra_garage │ └── room_tundra_garage.yy ├── room_tundra_grillby │ └── room_tundra_grillby.yy ├── room_tundra_iceentrance │ └── room_tundra_iceentrance.yy ├── room_tundra_iceexit │ └── room_tundra_iceexit.yy ├── room_tundra_iceexit_new │ ├── InstanceCreationCode_inst_80CC590D.gml │ └── room_tundra_iceexit_new.yy ├── room_tundra_icehole │ └── room_tundra_icehole.yy ├── room_tundra_inn │ └── room_tundra_inn.yy ├── room_tundra_inn_2f │ └── room_tundra_inn_2f.yy ├── room_tundra_lesserdog │ └── room_tundra_lesserdog.yy ├── room_tundra_library │ └── room_tundra_library.yy ├── room_tundra_paproom │ └── room_tundra_paproom.yy ├── room_tundra_placeholder │ └── room_tundra_placeholder.yy ├── room_tundra_poffzone │ └── room_tundra_poffzone.yy ├── room_tundra_randoblock │ └── room_tundra_randoblock.yy ├── room_tundra_rollsnow │ └── room_tundra_rollsnow.yy ├── room_tundra_sansbasement │ └── room_tundra_sansbasement.yy ├── room_tundra_sanshouse │ └── room_tundra_sanshouse.yy ├── room_tundra_sansroom │ └── room_tundra_sansroom.yy ├── room_tundra_sansroom_dark │ └── room_tundra_sansroom_dark.yy ├── room_tundra_snowpuzz │ └── room_tundra_snowpuzz.yy ├── room_tundra_spaghetti │ └── room_tundra_spaghetti.yy ├── room_tundra_town │ ├── InstanceCreationCode_inst_FC0502CC.gml │ └── room_tundra_town.yy ├── room_tundra_town2 │ └── room_tundra_town2.yy ├── room_tundra_xoxopuzz │ └── room_tundra_xoxopuzz.yy ├── room_tundra_xoxosmall │ └── room_tundra_xoxosmall.yy ├── room_undertale │ └── room_undertale.yy ├── room_undertale_end │ └── room_undertale_end.yy ├── room_water1 │ └── room_water1.yy ├── room_water11 │ └── room_water11.yy ├── room_water12 │ └── room_water12.yy ├── room_water13 │ └── room_water13.yy ├── room_water14 │ └── room_water14.yy ├── room_water15 │ └── room_water15.yy ├── room_water16 │ └── room_water16.yy ├── room_water16A │ └── room_water16A.yy ├── room_water17 │ └── room_water17.yy ├── room_water18 │ └── room_water18.yy ├── room_water19 │ └── room_water19.yy ├── room_water2 │ └── room_water2.yy ├── room_water20 │ └── room_water20.yy ├── room_water21 │ └── room_water21.yy ├── room_water3 │ └── room_water3.yy ├── room_water3A │ └── room_water3A.yy ├── room_water4 │ └── room_water4.yy ├── room_water5 │ └── room_water5.yy ├── room_water5A │ └── room_water5A.yy ├── room_water6 │ └── room_water6.yy ├── room_water7 │ └── room_water7.yy ├── room_water7_older │ └── room_water7_older.yy ├── room_water8 │ └── room_water8.yy ├── room_water9 │ └── room_water9.yy ├── room_water_bird │ └── room_water_bird.yy ├── room_water_blookhouse │ └── room_water_blookhouse.yy ├── room_water_blookyard │ └── room_water_blookyard.yy ├── room_water_bridgepuzz1 │ └── room_water_bridgepuzz1.yy ├── room_water_dock │ └── room_water_dock.yy ├── room_water_dogroom │ └── room_water_dogroom.yy ├── room_water_fakehallway │ └── room_water_fakehallway.yy ├── room_water_farm │ └── room_water_farm.yy ├── room_water_friendlyhub │ └── room_water_friendlyhub.yy ├── room_water_hapstablook │ └── room_water_hapstablook.yy ├── room_water_mushroom │ └── room_water_mushroom.yy ├── room_water_nicecream │ └── room_water_nicecream.yy ├── room_water_onionsan │ └── room_water_onionsan.yy ├── room_water_piano │ └── room_water_piano.yy ├── room_water_prebird │ └── room_water_prebird.yy ├── room_water_preundyne │ └── room_water_preundyne.yy ├── room_water_prewaterfall │ └── room_water_prewaterfall.yy ├── room_water_redacted │ └── room_water_redacted.yy ├── room_water_savepoint1 │ └── room_water_savepoint1.yy ├── room_water_shoe │ └── room_water_shoe.yy ├── room_water_shop │ └── room_water_shop.yy ├── room_water_statue │ └── room_water_statue.yy ├── room_water_temvillage │ └── room_water_temvillage.yy ├── room_water_trashsavepoint │ ├── InstanceCreationCode_inst_9CA3F200.gml │ └── room_water_trashsavepoint.yy ├── room_water_trashzone1 │ ├── InstanceCreationCode_inst_066BD517.gml │ ├── InstanceCreationCode_inst_77417BBF.gml │ └── room_water_trashzone1.yy ├── room_water_trashzone2 │ ├── InstanceCreationCode_inst_6B674E41.gml │ ├── InstanceCreationCode_inst_7A43776A.gml │ ├── InstanceCreationCode_inst_F59F09E2.gml │ └── room_water_trashzone2.yy ├── room_water_undynebridge │ └── room_water_undynebridge.yy ├── room_water_undynebridgeend │ └── room_water_undynebridgeend.yy ├── room_water_undynefinal │ └── room_water_undynefinal.yy ├── room_water_undynefinal2 │ └── room_water_undynefinal2.yy ├── room_water_undynefinal3 │ └── room_water_undynefinal3.yy ├── room_water_undynehouse │ └── room_water_undynehouse.yy ├── room_water_undyneyard │ └── room_water_undyneyard.yy ├── room_water_waterfall │ └── room_water_waterfall.yy ├── room_water_waterfall2 │ └── room_water_waterfall2.yy ├── room_water_waterfall3 │ └── room_water_waterfall3.yy ├── room_water_waterfall4 │ └── room_water_waterfall4.yy └── room_xbox_engagement │ └── room_xbox_engagement.yy ├── scripts ├── GLOBALINIT │ ├── GLOBALINIT.gml │ └── GLOBALINIT.yy ├── Global │ ├── Global.gml │ └── Global.yy ├── SCR_BORDER │ ├── SCR_BORDER.gml │ └── SCR_BORDER.yy ├── SCR_BORDERSETUP │ ├── SCR_BORDERSETUP.gml │ └── SCR_BORDERSETUP.yy ├── SCR_BORDER_X │ ├── SCR_BORDER_X.gml │ └── SCR_BORDER_X.yy ├── SCR_BORDER_X_X │ ├── SCR_BORDER_X_X.gml │ └── SCR_BORDER_X_X.yy ├── SCR_DIRECT │ ├── SCR_DIRECT.gml │ └── SCR_DIRECT.yy ├── SCR_GAMESTART │ ├── SCR_GAMESTART.gml │ └── SCR_GAMESTART.yy ├── SCR_LASER │ ├── SCR_LASER.gml │ └── SCR_LASER.yy ├── SCR_NEWLINE │ ├── SCR_NEWLINE.gml │ └── SCR_NEWLINE.yy ├── SCR_TEXT │ ├── SCR_TEXT.gml │ └── SCR_TEXT.yy ├── SCR_TEXTSETUP │ ├── SCR_TEXTSETUP.gml │ └── SCR_TEXTSETUP.yy ├── SCR_TEXTTYPE │ ├── SCR_TEXTTYPE.gml │ └── SCR_TEXTTYPE.yy ├── SCR_THATCH │ ├── SCR_THATCH.gml │ └── SCR_THATCH.yy ├── __background_get │ ├── __background_get.gml │ └── __background_get.yy ├── __background_get_colour_element │ ├── __background_get_colour_element.gml │ └── __background_get_colour_element.yy ├── __background_get_element │ ├── __background_get_element.gml │ └── __background_get_element.yy ├── __background_get_internal │ ├── __background_get_internal.gml │ └── __background_get_internal.yy ├── __background_set │ ├── __background_set.gml │ └── __background_set.yy ├── __background_set_element │ ├── __background_set_element.gml │ └── __background_set_element.yy ├── __background_set_internal │ ├── __background_set_internal.gml │ └── __background_set_internal.yy ├── __global_object_depths │ ├── __global_object_depths.gml │ └── __global_object_depths.yy ├── __init_action │ ├── __init_action.gml │ └── __init_action.yy ├── __init_background │ ├── __init_background.gml │ └── __init_background.yy ├── __init_global │ ├── __init_global.gml │ └── __init_global.yy ├── __init_joystick │ ├── __init_joystick.gml │ └── __init_joystick.yy ├── __init_view │ ├── __init_view.gml │ └── __init_view.yy ├── __joystick_2_gamepad │ ├── __joystick_2_gamepad.gml │ └── __joystick_2_gamepad.yy ├── action_create_object │ ├── action_create_object.gml │ └── action_create_object.yy ├── action_kill_object │ ├── action_kill_object.gml │ └── action_kill_object.yy ├── action_move │ ├── action_move.gml │ └── action_move.yy ├── action_move_point │ ├── action_move_point.gml │ └── action_move_point.yy ├── action_move_to │ ├── action_move_to.gml │ └── action_move_to.yy ├── action_previous_room │ ├── action_previous_room.gml │ └── action_previous_room.yy ├── action_set_alarm │ ├── action_set_alarm.gml │ └── action_set_alarm.yy ├── action_set_friction │ ├── action_set_friction.gml │ └── action_set_friction.yy ├── action_set_gravity │ ├── action_set_gravity.gml │ └── action_set_gravity.yy ├── action_set_hspeed │ ├── action_set_hspeed.gml │ └── action_set_hspeed.yy ├── action_set_motion │ ├── action_set_motion.gml │ └── action_set_motion.yy ├── action_set_relative │ ├── action_set_relative.gml │ └── action_set_relative.yy ├── attention_hackerz_no_2 │ ├── attention_hackerz_no_2.gml │ └── attention_hackerz_no_2.yy ├── background_alpha_get │ ├── background_alpha_get.gml │ └── background_alpha_get.yy ├── background_alpha_set │ ├── background_alpha_set.gml │ └── background_alpha_set.yy ├── background_blend_get │ ├── background_blend_get.gml │ └── background_blend_get.yy ├── background_blend_set │ ├── background_blend_set.gml │ └── background_blend_set.yy ├── background_color_get │ ├── background_color_get.gml │ └── background_color_get.yy ├── background_colour_set │ ├── background_colour_set.gml │ └── background_colour_set.yy ├── background_foreground_get │ ├── background_foreground_get.gml │ └── background_foreground_get.yy ├── background_foreground_set │ ├── background_foreground_set.gml │ └── background_foreground_set.yy ├── background_get_height │ ├── background_get_height.gml │ └── background_get_height.yy ├── background_get_width │ ├── background_get_width.gml │ └── background_get_width.yy ├── background_height_get │ ├── background_height_get.gml │ └── background_height_get.yy ├── background_hspeed_get │ ├── background_hspeed_get.gml │ └── background_hspeed_get.yy ├── background_hspeed_set │ ├── background_hspeed_set.gml │ └── background_hspeed_set.yy ├── background_htiled_get │ ├── background_htiled_get.gml │ └── background_htiled_get.yy ├── background_htiled_set │ ├── background_htiled_set.gml │ └── background_htiled_set.yy ├── background_index_get │ ├── background_index_get.gml │ └── background_index_get.yy ├── background_index_set │ ├── background_index_set.gml │ └── background_index_set.yy ├── background_visible_get │ ├── background_visible_get.gml │ └── background_visible_get.yy ├── background_visible_set │ ├── background_visible_set.gml │ └── background_visible_set.yy ├── background_vspeed_get │ ├── background_vspeed_get.gml │ └── background_vspeed_get.yy ├── background_vspeed_set │ ├── background_vspeed_set.gml │ └── background_vspeed_set.yy ├── background_vtiled_get │ ├── background_vtiled_get.gml │ └── background_vtiled_get.yy ├── background_vtiled_set │ ├── background_vtiled_set.gml │ └── background_vtiled_set.yy ├── background_width_get │ ├── background_width_get.gml │ └── background_width_get.yy ├── background_x_get │ ├── background_x_get.gml │ └── background_x_get.yy ├── background_x_set │ ├── background_x_set.gml │ └── background_x_set.yy ├── background_y_get │ ├── background_y_get.gml │ └── background_y_get.yy ├── background_y_set │ ├── background_y_set.gml │ └── background_y_set.yy ├── c_borderheight │ ├── c_borderheight.gml │ └── c_borderheight.yy ├── c_borderwidth │ ├── c_borderwidth.gml │ └── c_borderwidth.yy ├── caster_free │ ├── caster_free.gml │ └── caster_free.yy ├── caster_get_pitch │ ├── caster_get_pitch.gml │ └── caster_get_pitch.yy ├── caster_get_volume │ ├── caster_get_volume.gml │ └── caster_get_volume.yy ├── caster_is_playing │ ├── caster_is_playing.gml │ └── caster_is_playing.yy ├── caster_load │ ├── caster_load.gml │ └── caster_load.yy ├── caster_loop │ ├── caster_loop.gml │ └── caster_loop.yy ├── caster_pause │ ├── caster_pause.gml │ └── caster_pause.yy ├── caster_play │ ├── caster_play.gml │ └── caster_play.yy ├── caster_play_l │ ├── caster_play_l.gml │ └── caster_play_l.yy ├── caster_resume │ ├── caster_resume.gml │ └── caster_resume.yy ├── caster_set_panning │ ├── caster_set_panning.gml │ └── caster_set_panning.yy ├── caster_set_pitch │ ├── caster_set_pitch.gml │ └── caster_set_pitch.yy ├── caster_set_volume │ ├── caster_set_volume.gml │ └── caster_set_volume.yy ├── caster_stop │ ├── caster_stop.gml │ └── caster_stop.yy ├── cmd_battle_start │ ├── cmd_battle_start.gml │ └── cmd_battle_start.yy ├── cmd_cam_unlock │ ├── cmd_cam_unlock.gml │ └── cmd_cam_unlock.yy ├── cmd_clear │ ├── cmd_clear.gml │ └── cmd_clear.yy ├── cmd_create_fake_trophy │ ├── cmd_create_fake_trophy.gml │ └── cmd_create_fake_trophy.yy ├── cmd_flag_get │ ├── cmd_flag_get.gml │ └── cmd_flag_get.yy ├── cmd_flag_set │ ├── cmd_flag_set.gml │ └── cmd_flag_set.yy ├── cmd_fun_get │ ├── cmd_fun_get.gml │ └── cmd_fun_get.yy ├── cmd_fun_set │ ├── cmd_fun_set.gml │ └── cmd_fun_set.yy ├── cmd_game_crash │ ├── cmd_game_crash.gml │ └── cmd_game_crash.yy ├── cmd_game_restart │ ├── cmd_game_restart.gml │ └── cmd_game_restart.yy ├── cmd_game_speed │ ├── cmd_game_speed.gml │ └── cmd_game_speed.yy ├── cmd_global_get │ ├── cmd_global_get.gml │ └── cmd_global_get.yy ├── cmd_global_set │ ├── cmd_global_set.gml │ └── cmd_global_set.yy ├── cmd_gold_set │ ├── cmd_gold_set.gml │ └── cmd_gold_set.yy ├── cmd_help │ ├── cmd_help.gml │ └── cmd_help.yy ├── cmd_hp_set │ ├── cmd_hp_set.gml │ └── cmd_hp_set.yy ├── cmd_kill │ ├── cmd_kill.gml │ └── cmd_kill.yy ├── cmd_monitor_flag │ ├── cmd_monitor_flag.gml │ └── cmd_monitor_flag.yy ├── cmd_monitor_plot │ ├── cmd_monitor_plot.gml │ └── cmd_monitor_plot.yy ├── cmd_pos_set │ ├── cmd_pos_set.gml │ └── cmd_pos_set.yy ├── cmd_pos_show │ ├── cmd_pos_show.gml │ └── cmd_pos_show.yy ├── cmd_random_encounters │ ├── cmd_random_encounters.gml │ └── cmd_random_encounters.yy ├── cmd_room_goto │ ├── cmd_room_goto.gml │ └── cmd_room_goto.yy ├── cmd_room_goto_next │ ├── cmd_room_goto_next.gml │ └── cmd_room_goto_next.yy ├── cmd_room_goto_prev │ ├── cmd_room_goto_prev.gml │ └── cmd_room_goto_prev.yy ├── cmd_save │ ├── cmd_save.gml │ └── cmd_save.yy ├── cmd_solid_show │ ├── cmd_solid_show.gml │ └── cmd_solid_show.yy ├── cmd_stfu │ ├── cmd_stfu.gml │ └── cmd_stfu.yy ├── cmd_sv_cheats │ ├── cmd_sv_cheats.gml │ └── cmd_sv_cheats.yy ├── cmd_trigger_show │ ├── cmd_trigger_show.gml │ └── cmd_trigger_show.yy ├── command_def │ ├── command_def.gml │ └── command_def.yy ├── command_register │ ├── command_register.gml │ └── command_register.yy ├── command_writeline │ ├── command_writeline.gml │ └── command_writeline.yy ├── control_check │ ├── control_check.gml │ └── control_check.yy ├── control_check_pressed │ ├── control_check_pressed.gml │ └── control_check_pressed.yy ├── control_clear │ ├── control_clear.gml │ └── control_clear.yy ├── control_init │ ├── control_init.gml │ └── control_init.yy ├── control_update │ ├── control_update.gml │ └── control_update.yy ├── crash_method │ ├── crash_method.gml │ └── crash_method.yy ├── date_current_date │ ├── date_current_date.gml │ └── date_current_date.yy ├── date_current_time_x │ ├── date_current_time_x.gml │ └── date_current_time_x.yy ├── decomp_gamestart │ ├── decomp_gamestart.gml │ └── decomp_gamestart.yy ├── decomp_init │ ├── decomp_init.gml │ └── decomp_init.yy ├── draw_background │ ├── draw_background.gml │ └── draw_background.yy ├── draw_background_part_ext │ ├── draw_background_part_ext.gml │ └── draw_background_part_ext.yy ├── draw_background_stretched │ ├── draw_background_stretched.gml │ └── draw_background_stretched.yy ├── draw_custom_ext │ ├── draw_custom_ext.gml │ └── draw_custom_ext.yy ├── draw_enable_alphablend │ ├── draw_enable_alphablend.gml │ └── draw_enable_alphablend.yy ├── draw_load_state │ ├── draw_load_state.gml │ └── draw_load_state.yy ├── draw_me │ ├── draw_me.gml │ └── draw_me.yy ├── draw_self_border │ ├── draw_self_border.gml │ └── draw_self_border.yy ├── draw_self_border_e │ ├── draw_self_border_e.gml │ └── draw_self_border_e.yy ├── draw_self_border_ext │ ├── draw_self_border_ext.gml │ └── draw_self_border_ext.yy ├── draw_self_border_true │ ├── draw_self_border_true.gml │ └── draw_self_border_true.yy ├── draw_self_custom │ ├── draw_self_custom.gml │ └── draw_self_custom.yy ├── draw_self_custom_x │ ├── draw_self_custom_x.gml │ └── draw_self_custom_x.yy ├── draw_state │ ├── draw_state.gml │ └── draw_state.yy ├── gamepad_button_check_any │ ├── gamepad_button_check_any.gml │ └── gamepad_button_check_any.yy ├── gamepad_button_check_any_released │ ├── gamepad_button_check_any_released.gml │ └── gamepad_button_check_any_released.yy ├── getCommandDefIndex │ ├── getCommandDefIndex.gml │ └── getCommandDefIndex.yy ├── instance_create │ ├── instance_create.gml │ └── instance_create.yy ├── joystick_buttons │ ├── joystick_buttons.gml │ └── joystick_buttons.yy ├── joystick_check_button │ ├── joystick_check_button.gml │ └── joystick_check_button.yy ├── joystick_direction │ ├── joystick_direction.gml │ └── joystick_direction.yy ├── joystick_exists │ ├── joystick_exists.gml │ └── joystick_exists.yy ├── joystick_has_pov │ ├── joystick_has_pov.gml │ └── joystick_has_pov.yy ├── joystick_pov │ ├── joystick_pov.gml │ └── joystick_pov.yy ├── joystick_process_events │ ├── joystick_process_events.gml │ └── joystick_process_events.yy ├── joystick_xpos │ ├── joystick_xpos.gml │ └── joystick_xpos.yy ├── joystick_ypos │ ├── joystick_ypos.gml │ └── joystick_ypos.yy ├── layer_get_legacy_background_info │ ├── layer_get_legacy_background_info.gml │ └── layer_get_legacy_background_info.yy ├── load_decomp_vars │ ├── load_decomp_vars.gml │ └── load_decomp_vars.yy ├── load_trophies │ ├── load_trophies.gml │ └── load_trophies.yy ├── macros │ ├── macros.gml │ └── macros.yy ├── menu_category │ ├── menu_category.gml │ └── menu_category.yy ├── menu_option │ ├── menu_option.gml │ └── menu_option.yy ├── murdererlv1 │ ├── murdererlv1.gml │ └── murdererlv1.yy ├── murdererlv2 │ ├── murdererlv2.gml │ └── murdererlv2.yy ├── obj_writer_set_halt │ ├── obj_writer_set_halt.gml │ └── obj_writer_set_halt.yy ├── object_get_depth │ ├── object_get_depth.gml │ └── object_get_depth.yy ├── old_make_color_hsv │ ├── old_make_color_hsv.gml │ └── old_make_color_hsv.yy ├── ossafe_file_delete │ ├── ossafe_file_delete.gml │ └── ossafe_file_delete.yy ├── ossafe_file_exists │ ├── ossafe_file_exists.gml │ └── ossafe_file_exists.yy ├── ossafe_file_text_close │ ├── ossafe_file_text_close.gml │ └── ossafe_file_text_close.yy ├── ossafe_file_text_eof │ ├── ossafe_file_text_eof.gml │ └── ossafe_file_text_eof.yy ├── ossafe_file_text_open_read │ ├── ossafe_file_text_open_read.gml │ └── ossafe_file_text_open_read.yy ├── ossafe_file_text_open_write │ ├── ossafe_file_text_open_write.gml │ └── ossafe_file_text_open_write.yy ├── ossafe_file_text_read_real │ ├── ossafe_file_text_read_real.gml │ └── ossafe_file_text_read_real.yy ├── ossafe_file_text_read_string │ ├── ossafe_file_text_read_string.gml │ └── ossafe_file_text_read_string.yy ├── ossafe_file_text_readln │ ├── ossafe_file_text_readln.gml │ └── ossafe_file_text_readln.yy ├── ossafe_file_text_write_real │ ├── ossafe_file_text_write_real.gml │ └── ossafe_file_text_write_real.yy ├── ossafe_file_text_write_string │ ├── ossafe_file_text_write_string.gml │ └── ossafe_file_text_write_string.yy ├── ossafe_file_text_writeln │ ├── ossafe_file_text_writeln.gml │ └── ossafe_file_text_writeln.yy ├── ossafe_fill_rectangle │ ├── ossafe_fill_rectangle.gml │ └── ossafe_fill_rectangle.yy ├── ossafe_game_end │ ├── ossafe_game_end.gml │ └── ossafe_game_end.yy ├── ossafe_ini_close │ ├── ossafe_ini_close.gml │ └── ossafe_ini_close.yy ├── ossafe_ini_open │ ├── ossafe_ini_open.gml │ └── ossafe_ini_open.yy ├── ossafe_savedata_load │ ├── ossafe_savedata_load.gml │ └── ossafe_savedata_load.yy ├── ossafe_savedata_save │ ├── ossafe_savedata_save.gml │ └── ossafe_savedata_save.yy ├── random_ranger │ ├── random_ranger.gml │ └── random_ranger.yy ├── save_decomp_vars │ ├── save_decomp_vars.gml │ └── save_decomp_vars.yy ├── save_trophies │ ├── save_trophies.gml │ └── save_trophies.yy ├── scr_84_load_map_json │ ├── scr_84_load_map_json.gml │ └── scr_84_load_map_json.yy ├── scr_afterimage │ ├── scr_afterimage.gml │ └── scr_afterimage.yy ├── scr_alface │ ├── scr_alface.gml │ └── scr_alface.yy ├── scr_armoreq │ ├── scr_armoreq.gml │ └── scr_armoreq.yy ├── scr_asgface │ ├── scr_asgface.gml │ └── scr_asgface.yy ├── scr_attack │ ├── scr_attack.gml │ └── scr_attack.yy ├── scr_attackcalc │ ├── scr_attackcalc.gml │ └── scr_attackcalc.yy ├── scr_battlegroup │ ├── scr_battlegroup.gml │ └── scr_battlegroup.yy ├── scr_battlemenu_cursor_y │ ├── scr_battlemenu_cursor_y.gml │ └── scr_battlemenu_cursor_y.yy ├── scr_begin │ ├── scr_begin.gml │ └── scr_begin.yy ├── scr_binfowrite │ ├── scr_binfowrite.gml │ └── scr_binfowrite.yy ├── scr_blcon │ ├── scr_blcon.gml │ └── scr_blcon.yy ├── scr_blcon_ofs │ ├── scr_blcon_ofs.gml │ └── scr_blcon_ofs.yy ├── scr_blcon_x │ ├── scr_blcon_x.gml │ └── scr_blcon_x.yy ├── scr_blconmatch │ ├── scr_blconmatch.gml │ └── scr_blconmatch.yy ├── scr_blueat │ ├── scr_blueat.gml │ └── scr_blueat.yy ├── scr_bordercross │ ├── scr_bordercross.gml │ └── scr_bordercross.yy ├── scr_bouncer │ ├── scr_bouncer.gml │ └── scr_bouncer.yy ├── scr_bwall │ ├── scr_bwall.gml │ └── scr_bwall.yy ├── scr_colorcycle │ ├── scr_colorcycle.gml │ └── scr_colorcycle.yy ├── scr_conshake │ ├── scr_conshake.gml │ └── scr_conshake.yy ├── scr_conshakeend │ ├── scr_conshakeend.gml │ └── scr_conshakeend.yy ├── scr_conshakeinit │ ├── scr_conshakeinit.gml │ └── scr_conshakeinit.yy ├── scr_cost │ ├── scr_cost.gml │ └── scr_cost.yy ├── scr_credits_short_draw_name │ ├── scr_credits_short_draw_name.gml │ └── scr_credits_short_draw_name.yy ├── scr_damagestandard │ ├── scr_damagestandard.gml │ └── scr_damagestandard.yy ├── scr_damagestandard_x │ ├── scr_damagestandard_x.gml │ └── scr_damagestandard_x.yy ├── scr_deaddog │ ├── scr_deaddog.gml │ └── scr_deaddog.yy ├── scr_depth │ ├── scr_depth.gml │ └── scr_depth.yy ├── scr_dogcheck │ ├── scr_dogcheck.gml │ └── scr_dogcheck.yy ├── scr_dogcheck_old │ ├── scr_dogcheck_old.gml │ └── scr_dogcheck_old.yy ├── scr_draw_background_ps4 │ ├── scr_draw_background_ps4.gml │ └── scr_draw_background_ps4.yy ├── scr_draw_name_curs │ ├── scr_draw_name_curs.gml │ └── scr_draw_name_curs.yy ├── scr_draw_screen_border │ ├── scr_draw_screen_border.gml │ └── scr_draw_screen_border.yy ├── scr_drawtext_centered │ ├── scr_drawtext_centered.gml │ └── scr_drawtext_centered.yy ├── scr_drawtext_centered_scaled │ ├── scr_drawtext_centered_scaled.gml │ └── scr_drawtext_centered_scaled.yy ├── scr_drawtext_icons │ ├── scr_drawtext_icons.gml │ └── scr_drawtext_icons.yy ├── scr_drawtext_icons_multiline │ ├── scr_drawtext_icons_multiline.gml │ └── scr_drawtext_icons_multiline.yy ├── scr_edge │ ├── scr_edge.gml │ └── scr_edge.yy ├── scr_enable_screen_border │ ├── scr_enable_screen_border.gml │ └── scr_enable_screen_border.yy ├── scr_end │ ├── scr_end.gml │ └── scr_end.yy ├── scr_enemynpc1 │ ├── scr_enemynpc1.gml │ └── scr_enemynpc1.yy ├── scr_enemynpc2 │ ├── scr_enemynpc2.gml │ └── scr_enemynpc2.yy ├── scr_enemynpc3 │ ├── scr_enemynpc3.gml │ └── scr_enemynpc3.yy ├── scr_facechoice │ ├── scr_facechoice.gml │ └── scr_facechoice.yy ├── scr_fakecrash_draw │ ├── scr_fakecrash_draw.gml │ └── scr_fakecrash_draw.yy ├── scr_fakecrash_init │ ├── scr_fakecrash_init.gml │ └── scr_fakecrash_init.yy ├── scr_flash │ ├── scr_flash.gml │ └── scr_flash.yy ├── scr_floweybodyload │ ├── scr_floweybodyload.gml │ └── scr_floweybodyload.yy ├── scr_floweybodysave │ ├── scr_floweybodysave.gml │ └── scr_floweybodysave.yy ├── scr_fx_waver │ ├── scr_fx_waver.gml │ └── scr_fx_waver.yy ├── scr_fx_waver_scanline │ ├── scr_fx_waver_scanline.gml │ └── scr_fx_waver_scanline.yy ├── scr_gameoverb │ ├── scr_gameoverb.gml │ └── scr_gameoverb.yy ├── scr_getbuttonsprite │ ├── scr_getbuttonsprite.gml │ └── scr_getbuttonsprite.yy ├── scr_getideal │ ├── scr_getideal.gml │ └── scr_getideal.yy ├── scr_getmusindex │ ├── scr_getmusindex.gml │ └── scr_getmusindex.yy ├── scr_getsprite │ ├── scr_getsprite.gml │ └── scr_getsprite.yy ├── scr_gettext │ ├── scr_gettext.gml │ └── scr_gettext.yy ├── scr_getvapordata │ ├── scr_getvapordata.gml │ └── scr_getvapordata.yy ├── scr_gotobattle │ ├── scr_gotobattle.gml │ └── scr_gotobattle.yy ├── scr_halfheart_damage │ ├── scr_halfheart_damage.gml │ └── scr_halfheart_damage.yy ├── scr_hardmodename │ ├── scr_hardmodename.gml │ └── scr_hardmodename.yy ├── scr_hb_add │ ├── scr_hb_add.gml │ └── scr_hb_add.yy ├── scr_heartl_holdd │ ├── scr_heartl_holdd.gml │ └── scr_heartl_holdd.yy ├── scr_heartl_holdl │ ├── scr_heartl_holdl.gml │ └── scr_heartl_holdl.yy ├── scr_heartl_holdr │ ├── scr_heartl_holdr.gml │ └── scr_heartl_holdr.yy ├── scr_heartl_holdu │ ├── scr_heartl_holdu.gml │ └── scr_heartl_holdu.yy ├── scr_heartr_holdd │ ├── scr_heartr_holdd.gml │ └── scr_heartr_holdd.yy ├── scr_heartr_holdl │ ├── scr_heartr_holdl.gml │ └── scr_heartr_holdl.yy ├── scr_heartr_holdr │ ├── scr_heartr_holdr.gml │ └── scr_heartr_holdr.yy ├── scr_heartr_holdu │ ├── scr_heartr_holdu.gml │ └── scr_heartr_holdu.yy ├── scr_hplat │ ├── scr_hplat.gml │ └── scr_hplat.yy ├── scr_insideborder │ ├── scr_insideborder.gml │ └── scr_insideborder.yy ├── scr_interact │ ├── scr_interact.gml │ └── scr_interact.yy ├── scr_itemcheck │ ├── scr_itemcheck.gml │ └── scr_itemcheck.yy ├── scr_itemdesc │ ├── scr_itemdesc.gml │ └── scr_itemdesc.yy ├── scr_itemget │ ├── scr_itemget.gml │ └── scr_itemget.yy ├── scr_itemname │ ├── scr_itemname.gml │ └── scr_itemname.yy ├── scr_itemnameb │ ├── scr_itemnameb.gml │ └── scr_itemnameb.yy ├── scr_itemnamelist │ ├── scr_itemnamelist.gml │ └── scr_itemnamelist.yy ├── scr_itemnospace │ ├── scr_itemnospace.gml │ └── scr_itemnospace.yy ├── scr_itemremove │ ├── scr_itemremove.gml │ └── scr_itemremove.yy ├── scr_itemrewrite │ ├── scr_itemrewrite.gml │ └── scr_itemrewrite.yy ├── scr_itemroom │ ├── scr_itemroom.gml │ └── scr_itemroom.yy ├── scr_itemshift │ ├── scr_itemshift.gml │ └── scr_itemshift.yy ├── scr_itemuseb │ ├── scr_itemuseb.gml │ └── scr_itemuseb.yy ├── scr_itemvalue │ ├── scr_itemvalue.gml │ └── scr_itemvalue.yy ├── scr_kanatype_append │ ├── scr_kanatype_append.gml │ └── scr_kanatype_append.yy ├── scr_kanatype_init │ ├── scr_kanatype_init.gml │ └── scr_kanatype_init.yy ├── scr_levelup │ ├── scr_levelup.gml │ └── scr_levelup.yy ├── scr_load │ ├── scr_load.gml │ └── scr_load.yy ├── scr_loadcredits │ ├── scr_loadcredits.gml │ └── scr_loadcredits.yy ├── scr_loadendsong │ ├── scr_loadendsong.gml │ └── scr_loadendsong.yy ├── scr_marker │ ├── scr_marker.gml │ └── scr_marker.yy ├── scr_mercystandard │ ├── scr_mercystandard.gml │ └── scr_mercystandard.yy ├── scr_monsterdefeat │ ├── scr_monsterdefeat.gml │ └── scr_monsterdefeat.yy ├── scr_monstersetup │ ├── scr_monstersetup.gml │ └── scr_monstersetup.yy ├── scr_monstersum │ ├── scr_monstersum.gml │ └── scr_monstersum.yy ├── scr_moveideal │ ├── scr_moveideal.gml │ └── scr_moveideal.yy ├── scr_msgup │ ├── scr_msgup.gml │ └── scr_msgup.yy ├── scr_murderlv │ ├── scr_murderlv.gml │ └── scr_murderlv.yy ├── scr_musfadein │ ├── scr_musfadein.gml │ └── scr_musfadein.yy ├── scr_musfadeout │ ├── scr_musfadeout.gml │ └── scr_musfadeout.yy ├── scr_musfadepause │ ├── scr_musfadepause.gml │ └── scr_musfadepause.yy ├── scr_musfaderesume │ ├── scr_musfaderesume.gml │ └── scr_musfaderesume.yy ├── scr_namingscreen │ ├── scr_namingscreen.gml │ └── scr_namingscreen.yy ├── scr_namingscreen_check │ ├── scr_namingscreen_check.gml │ └── scr_namingscreen_check.yy ├── scr_namingscreen_setup │ ├── scr_namingscreen_setup.gml │ └── scr_namingscreen_setup.yy ├── scr_newvapordata │ ├── scr_newvapordata.gml │ └── scr_newvapordata.yy ├── scr_noface │ ├── scr_noface.gml │ └── scr_noface.yy ├── scr_npc_anim │ ├── scr_npc_anim.gml │ └── scr_npc_anim.yy ├── scr_npc_halt │ ├── scr_npc_halt.gml │ └── scr_npc_halt.yy ├── scr_npc_watch │ ├── scr_npc_watch.gml │ └── scr_npc_watch.yy ├── scr_npcdir │ ├── scr_npcdir.gml │ └── scr_npcdir.yy ├── scr_npcdirspeed │ ├── scr_npcdirspeed.gml │ └── scr_npcdirspeed.yy ├── scr_npcsetup │ ├── scr_npcsetup.gml │ └── scr_npcsetup.yy ├── scr_onscreen │ ├── scr_onscreen.gml │ └── scr_onscreen.yy ├── scr_papcall │ ├── scr_papcall.gml │ └── scr_papcall.yy ├── scr_papface │ ├── scr_papface.gml │ └── scr_papface.yy ├── scr_perpendicular │ ├── scr_perpendicular.gml │ └── scr_perpendicular.yy ├── scr_phone_moveup │ ├── scr_phone_moveup.gml │ └── scr_phone_moveup.yy ├── scr_phoneget │ ├── scr_phoneget.gml │ └── scr_phoneget.yy ├── scr_phonename │ ├── scr_phonename.gml │ └── scr_phonename.yy ├── scr_phoneshift │ ├── scr_phoneshift.gml │ └── scr_phoneshift.yy ├── scr_preload_textures │ ├── scr_preload_textures.gml │ └── scr_preload_textures.yy ├── scr_recoitem │ ├── scr_recoitem.gml │ └── scr_recoitem.yy ├── scr_recover │ ├── scr_recover.gml │ └── scr_recover.yy ├── scr_regulartext │ ├── scr_regulartext.gml │ └── scr_regulartext.yy ├── scr_replace_buttons_pc │ ├── scr_replace_buttons_pc.gml │ └── scr_replace_buttons_pc.yy ├── scr_roomname │ ├── scr_roomname.gml │ └── scr_roomname.yy ├── scr_rotategen │ ├── scr_rotategen.gml │ └── scr_rotategen.yy ├── scr_rumble_hd │ ├── scr_rumble_hd.gml │ └── scr_rumble_hd.yy ├── scr_runaway │ ├── scr_runaway.gml │ └── scr_runaway.yy ├── scr_sansface │ ├── scr_sansface.gml │ └── scr_sansface.yy ├── scr_save │ ├── scr_save.gml │ └── scr_save.yy ├── scr_saveprocess │ ├── scr_saveprocess.gml │ └── scr_saveprocess.yy ├── scr_sbo │ ├── scr_sbo.gml │ └── scr_sbo.yy ├── scr_scinit │ ├── scr_scinit.gml │ └── scr_scinit.yy ├── scr_setfont │ ├── scr_setfont.gml │ └── scr_setfont.yy ├── scr_shake │ ├── scr_shake.gml │ └── scr_shake.yy ├── scr_shop_divider_pos │ ├── scr_shop_divider_pos.gml │ └── scr_shop_divider_pos.yy ├── scr_shop_draw_infobox │ ├── scr_shop_draw_infobox.gml │ └── scr_shop_draw_infobox.yy ├── scr_shop_draw_status │ ├── scr_shop_draw_status.gml │ └── scr_shop_draw_status.yy ├── scr_shop_draw_talkmenu │ ├── scr_shop_draw_talkmenu.gml │ └── scr_shop_draw_talkmenu.yy ├── scr_shop_draw_talktitle │ ├── scr_shop_draw_talktitle.gml │ └── scr_shop_draw_talktitle.yy ├── scr_shop_draw_topmenu │ ├── scr_shop_draw_topmenu.gml │ └── scr_shop_draw_topmenu.yy ├── scr_shop_draw_window │ ├── scr_shop_draw_window.gml │ └── scr_shop_draw_window.yy ├── scr_shop_infobox_height │ ├── scr_shop_infobox_height.gml │ └── scr_shop_infobox_height.yy ├── scr_sp │ ├── scr_sp.gml │ └── scr_sp.yy ├── scr_sr │ ├── scr_sr.gml │ └── scr_sr.yy ├── scr_steps │ ├── scr_steps.gml │ └── scr_steps.yy ├── scr_storagecheck │ ├── scr_storagecheck.gml │ └── scr_storagecheck.yy ├── scr_storageget │ ├── scr_storageget.gml │ └── scr_storageget.yy ├── scr_storagename │ ├── scr_storagename.gml │ └── scr_storagename.yy ├── scr_storageshift │ ├── scr_storageshift.gml │ └── scr_storageshift.yy ├── scr_tempload │ ├── scr_tempload.gml │ └── scr_tempload.yy ├── scr_tempsave │ ├── scr_tempsave.gml │ └── scr_tempsave.yy ├── scr_textskip │ ├── scr_textskip.gml │ └── scr_textskip.yy ├── scr_torcall │ ├── scr_torcall.gml │ └── scr_torcall.yy ├── scr_torface │ ├── scr_torface.gml │ └── scr_torface.yy ├── scr_true_lavawaver │ ├── scr_true_lavawaver.gml │ └── scr_true_lavawaver.yy ├── scr_turnb │ ├── scr_turnb.gml │ └── scr_turnb.yy ├── scr_undface │ ├── scr_undface.gml │ └── scr_undface.yy ├── scr_waver_height │ ├── scr_waver_height.gml │ └── scr_waver_height.yy ├── scr_waver_height_bg │ ├── scr_waver_height_bg.gml │ └── scr_waver_height_bg.yy ├── scr_waver_lava │ ├── scr_waver_lava.gml │ └── scr_waver_lava.yy ├── scr_weaponeq │ ├── scr_weaponeq.gml │ └── scr_weaponeq.yy ├── scr_withallmonster │ ├── scr_withallmonster.gml │ └── scr_withallmonster.yy ├── scr_worstcheck │ ├── scr_worstcheck.gml │ └── scr_worstcheck.yy ├── scr_writetext │ ├── scr_writetext.gml │ └── scr_writetext.yy ├── set_default_decomp_vars │ ├── set_default_decomp_vars.gml │ └── set_default_decomp_vars.yy ├── sleep │ ├── sleep.gml │ └── sleep.yy ├── sleep_x │ ├── sleep_x.gml │ └── sleep_x.yy ├── snd_isplaying │ ├── snd_isplaying.gml │ └── snd_isplaying.yy ├── snd_play │ ├── snd_play.gml │ └── snd_play.yy ├── snd_play_ex │ ├── snd_play_ex.gml │ └── snd_play_ex.yy ├── snd_stop │ ├── snd_stop.gml │ └── snd_stop.yy ├── sprite_create_from_screen_x │ ├── sprite_create_from_screen_x.gml │ └── sprite_create_from_screen_x.yy ├── string_to_hiragana │ ├── string_to_hiragana.gml │ └── string_to_hiragana.yy ├── strlen │ ├── strlen.gml │ └── strlen.yy ├── substr │ ├── substr.gml │ └── substr.yy ├── textdata_en │ ├── textdata_en.gml │ └── textdata_en.yy ├── textdata_ja │ ├── textdata_ja.gml │ └── textdata_ja.yy ├── texture_set_interpolation │ ├── texture_set_interpolation.gml │ └── texture_set_interpolation.yy ├── tile_layer_hide │ ├── tile_layer_hide.gml │ └── tile_layer_hide.yy ├── tile_layer_shift │ ├── tile_layer_shift.gml │ └── tile_layer_shift.yy ├── tile_layer_show │ ├── tile_layer_show.gml │ └── tile_layer_show.yy ├── trophy_get_info │ ├── trophy_get_info.gml │ └── trophy_get_info.yy ├── trophy_get_state │ ├── trophy_get_state.gml │ └── trophy_get_state.yy ├── trophy_handle_load_state │ ├── trophy_handle_load_state.gml │ └── trophy_handle_load_state.yy ├── trophy_init │ ├── trophy_init.gml │ └── trophy_init.yy ├── trophy_unlock │ ├── trophy_unlock.gml │ └── trophy_unlock.yy ├── validCommandName │ ├── validCommandName.gml │ └── validCommandName.yy ├── view_angle_get │ ├── view_angle_get.gml │ └── view_angle_get.yy ├── view_angle_set │ ├── view_angle_set.gml │ └── view_angle_set.yy ├── view_hborder_get │ ├── view_hborder_get.gml │ └── view_hborder_get.yy ├── view_hborder_set │ ├── view_hborder_set.gml │ └── view_hborder_set.yy ├── view_hview_get │ ├── view_hview_get.gml │ └── view_hview_get.yy ├── view_hview_set │ ├── view_hview_set.gml │ └── view_hview_set.yy ├── view_target_get │ ├── view_target_get.gml │ └── view_target_get.yy ├── view_target_set │ ├── view_target_set.gml │ └── view_target_set.yy ├── view_vborder_get │ ├── view_vborder_get.gml │ └── view_vborder_get.yy ├── view_vborder_set │ ├── view_vborder_set.gml │ └── view_vborder_set.yy ├── view_wview_get │ ├── view_wview_get.gml │ └── view_wview_get.yy ├── view_wview_set │ ├── view_wview_set.gml │ └── view_wview_set.yy ├── view_xview_get │ ├── view_xview_get.gml │ └── view_xview_get.yy ├── view_xview_set │ ├── view_xview_set.gml │ └── view_xview_set.yy ├── view_yview_get │ ├── view_yview_get.gml │ └── view_yview_get.yy └── view_yview_set │ ├── view_yview_set.gml │ └── view_yview_set.yy ├── setup.bat ├── setup.sh ├── sounds ├── SND_SPLASH_2 │ └── SND_SPLASH_2.yy ├── SND_TXT1 │ └── SND_TXT1.yy ├── SND_TXT2 │ └── SND_TXT2.yy ├── abc_123_a │ └── abc_123_a.yy ├── mus_a2 │ └── mus_a2.yy ├── mus_alphysfix │ └── mus_alphysfix.yy ├── mus_amalgam │ └── mus_amalgam.yy ├── mus_ambientwater │ └── mus_ambientwater.yy ├── mus_anothermedium │ └── mus_anothermedium.yy ├── mus_bad │ └── mus_bad.yy ├── mus_badnote1 │ └── mus_badnote1.yy ├── mus_badnote2 │ └── mus_badnote2.yy ├── mus_badnote3 │ └── mus_badnote3.yy ├── mus_barrier │ └── mus_barrier.yy ├── mus_battle1 │ └── mus_battle1.yy ├── mus_battle2 │ └── mus_battle2.yy ├── mus_bergentruckung │ └── mus_bergentruckung.yy ├── mus_bgflameA │ └── mus_bgflameA.yy ├── mus_birdnoise │ └── mus_birdnoise.yy ├── mus_birdsong │ └── mus_birdsong.yy ├── mus_boss1 │ └── mus_boss1.yy ├── mus_cast_1 │ └── mus_cast_1.yy ├── mus_cast_2 │ └── mus_cast_2.yy ├── mus_cast_3 │ └── mus_cast_3.yy ├── mus_cast_4 │ └── mus_cast_4.yy ├── mus_cast_5 │ └── mus_cast_5.yy ├── mus_cast_6 │ └── mus_cast_6.yy ├── mus_cast_7 │ └── mus_cast_7.yy ├── mus_chime │ └── mus_chime.yy ├── mus_chokedup │ └── mus_chokedup.yy ├── mus_churchbell │ └── mus_churchbell.yy ├── mus_computer │ └── mus_computer.yy ├── mus_confession │ └── mus_confession.yy ├── mus_coolbeat │ └── mus_coolbeat.yy ├── mus_core │ └── mus_core.yy ├── mus_core_ambience │ └── mus_core_ambience.yy ├── mus_coretransition │ └── mus_coretransition.yy ├── mus_create │ └── mus_create.yy ├── mus_creepy_ambience │ └── mus_creepy_ambience.yy ├── mus_crickets │ └── mus_crickets.yy ├── mus_cymbal │ └── mus_cymbal.yy ├── mus_dance_of_dog │ └── mus_dance_of_dog.yy ├── mus_date │ └── mus_date.yy ├── mus_date_fight │ └── mus_date_fight.yy ├── mus_date_tense │ └── mus_date_tense.yy ├── mus_decomp_settings │ ├── mus_decomp_settings.ogg │ └── mus_decomp_settings.yy ├── mus_deeploop2 │ └── mus_deeploop2.yy ├── mus_dialup_0 │ └── mus_dialup_0.yy ├── mus_dialup_1 │ └── mus_dialup_1.yy ├── mus_dialup_2 │ └── mus_dialup_2.yy ├── mus_dialup_3 │ └── mus_dialup_3.yy ├── mus_dialup_4 │ └── mus_dialup_4.yy ├── mus_dialup_5 │ └── mus_dialup_5.yy ├── mus_disturbing │ └── mus_disturbing.yy ├── mus_dogappear │ └── mus_dogappear.yy ├── mus_dogmeander │ └── mus_dogmeander.yy ├── mus_dogroom │ └── mus_dogroom.yy ├── mus_dogshrine_1 │ └── mus_dogshrine_1.yy ├── mus_dogshrine_2 │ └── mus_dogshrine_2.yy ├── mus_dogshrine_xbox │ └── mus_dogshrine_xbox.yy ├── mus_dogsong │ └── mus_dogsong.yy ├── mus_dontgiveup │ └── mus_dontgiveup.yy ├── mus_doorclose │ └── mus_doorclose.yy ├── mus_dooropen │ └── mus_dooropen.yy ├── mus_drone │ └── mus_drone.yy ├── mus_drumcuica │ └── mus_drumcuica.yy ├── mus_drumcuica2 │ └── mus_drumcuica2.yy ├── mus_drumcymbal │ └── mus_drumcymbal.yy ├── mus_drumkick │ └── mus_drumkick.yy ├── mus_drumsnare │ └── mus_drumsnare.yy ├── mus_dummybattle │ └── mus_dummybattle.yy ├── mus_dununnn │ └── mus_dununnn.yy ├── mus_elevator │ └── mus_elevator.yy ├── mus_elevator_last │ └── mus_elevator_last.yy ├── mus_endarea_parta │ └── mus_endarea_parta.yy ├── mus_endarea_partb │ └── mus_endarea_partb.yy ├── mus_endingexcerpt1 │ └── mus_endingexcerpt1.yy ├── mus_endingexcerpt2 │ └── mus_endingexcerpt2.yy ├── mus_explosion │ └── mus_explosion.yy ├── mus_express_myself │ └── mus_express_myself.yy ├── mus_f_6s_1 │ └── mus_f_6s_1.yy ├── mus_f_6s_2 │ └── mus_f_6s_2.yy ├── mus_f_6s_3 │ └── mus_f_6s_3.yy ├── mus_f_6s_4 │ └── mus_f_6s_4.yy ├── mus_f_6s_5 │ └── mus_f_6s_5.yy ├── mus_f_6s_6 │ └── mus_f_6s_6.yy ├── mus_f_alarm │ └── mus_f_alarm.yy ├── mus_f_destroyed │ └── mus_f_destroyed.yy ├── mus_f_destroyed2 │ └── mus_f_destroyed2.yy ├── mus_f_destroyed3 │ └── mus_f_destroyed3.yy ├── mus_f_endnote │ └── mus_f_endnote.yy ├── mus_f_finale_1 │ └── mus_f_finale_1.yy ├── mus_f_finale_1_l │ └── mus_f_finale_1_l.yy ├── mus_f_finale_2 │ └── mus_f_finale_2.yy ├── mus_f_finale_3 │ └── mus_f_finale_3.yy ├── mus_f_glock │ └── mus_f_glock.yy ├── mus_f_intro │ └── mus_f_intro.yy ├── mus_f_laugh │ └── mus_f_laugh.yy ├── mus_f_newlaugh │ └── mus_f_newlaugh.yy ├── mus_f_newlaugh_low │ └── mus_f_newlaugh_low.yy ├── mus_f_noise │ └── mus_f_noise.yy ├── mus_f_orchhit │ └── mus_f_orchhit.yy ├── mus_f_orchhit_l │ └── mus_f_orchhit_l.yy ├── mus_f_part1 │ └── mus_f_part1.yy ├── mus_f_part2 │ └── mus_f_part2.yy ├── mus_f_part3 │ └── mus_f_part3.yy ├── mus_f_saved │ └── mus_f_saved.yy ├── mus_f_wind1 │ └── mus_f_wind1.yy ├── mus_f_wind2 │ └── mus_f_wind2.yy ├── mus_fallendown2 │ └── mus_fallendown2.yy ├── mus_fearsting │ └── mus_fearsting.yy ├── mus_flowey │ └── mus_flowey.yy ├── mus_gameover │ └── mus_gameover.yy ├── mus_ghostbattle │ └── mus_ghostbattle.yy ├── mus_harpnoise │ └── mus_harpnoise.yy ├── mus_hereweare │ └── mus_hereweare.yy ├── mus_hotel │ └── mus_hotel.yy ├── mus_hotel_battle │ └── mus_hotel_battle.yy ├── mus_house1 │ └── mus_house1.yy ├── mus_house2 │ └── mus_house2.yy ├── mus_intronoise │ └── mus_intronoise.yy ├── mus_kingdescription │ └── mus_kingdescription.yy ├── mus_lab │ └── mus_lab.yy ├── mus_leave │ └── mus_leave.yy ├── mus_menu0 │ └── mus_menu0.yy ├── mus_menu1 │ └── mus_menu1.yy ├── mus_menu2 │ └── mus_menu2.yy ├── mus_menu3 │ └── mus_menu3.yy ├── mus_menu4 │ └── mus_menu4.yy ├── mus_menu5 │ └── mus_menu5.yy ├── mus_menu6 │ └── mus_menu6.yy ├── mus_mett_applause │ └── mus_mett_applause.yy ├── mus_mett_cheer │ └── mus_mett_cheer.yy ├── mus_mettafly │ └── mus_mettafly.yy ├── mus_mettaton_ex │ └── mus_mettaton_ex.yy ├── mus_mettaton_neo │ └── mus_mettaton_neo.yy ├── mus_mettaton_pretransform │ └── mus_mettaton_pretransform.yy ├── mus_mettatonbattle │ └── mus_mettatonbattle.yy ├── mus_mettmusical1 │ └── mus_mettmusical1.yy ├── mus_mettmusical2 │ └── mus_mettmusical2.yy ├── mus_mettmusical3 │ └── mus_mettmusical3.yy ├── mus_mettmusical4 │ └── mus_mettmusical4.yy ├── mus_mettsad │ └── mus_mettsad.yy ├── mus_mettsmash │ └── mus_mettsmash.yy ├── mus_mewmew │ └── mus_mewmew.yy ├── mus_mode │ └── mus_mode.yy ├── mus_mt_yeah │ └── mus_mt_yeah.yy ├── mus_mtgameshow │ └── mus_mtgameshow.yy ├── mus_muscle │ └── mus_muscle.yy ├── mus_musicbox │ └── mus_musicbox.yy ├── mus_myemeow │ └── mus_myemeow.yy ├── mus_mysteriousroom2 │ └── mus_mysteriousroom2.yy ├── mus_mystery │ └── mus_mystery.yy ├── mus_napstachords │ └── mus_napstachords.yy ├── mus_napstahouse │ └── mus_napstahouse.yy ├── mus_news │ └── mus_news.yy ├── mus_news_battle │ └── mus_news_battle.yy ├── mus_note1 │ └── mus_note1.yy ├── mus_note2 │ └── mus_note2.yy ├── mus_note3 │ └── mus_note3.yy ├── mus_note4 │ └── mus_note4.yy ├── mus_note5 │ └── mus_note5.yy ├── mus_note6 │ └── mus_note6.yy ├── mus_ohyes │ └── mus_ohyes.yy ├── mus_oogloop │ └── mus_oogloop.yy ├── mus_operatile │ └── mus_operatile.yy ├── mus_options_fall │ └── mus_options_fall.yy ├── mus_options_summer │ └── mus_options_summer.yy ├── mus_options_winter │ └── mus_options_winter.yy ├── mus_papyrus │ └── mus_papyrus.yy ├── mus_papyrusboss │ └── mus_papyrusboss.yy ├── mus_piano │ └── mus_piano.yy ├── mus_piano1 │ └── mus_piano1.yy ├── mus_piano2 │ └── mus_piano2.yy ├── mus_piano3 │ └── mus_piano3.yy ├── mus_piano4 │ └── mus_piano4.yy ├── mus_piano5 │ └── mus_piano5.yy ├── mus_piano6 │ └── mus_piano6.yy ├── mus_piano7 │ └── mus_piano7.yy ├── mus_piano8 │ └── mus_piano8.yy ├── mus_piano9 │ └── mus_piano9.yy ├── mus_pianoA │ └── mus_pianoA.yy ├── mus_prebattle1 │ └── mus_prebattle1.yy ├── mus_predummy │ └── mus_predummy.yy ├── mus_race │ └── mus_race.yy ├── mus_rain │ └── mus_rain.yy ├── mus_rain_deep │ └── mus_rain_deep.yy ├── mus_repeat_1 │ └── mus_repeat_1.yy ├── mus_repeat_2 │ └── mus_repeat_2.yy ├── mus_reunited │ └── mus_reunited.yy ├── mus_rimshot │ └── mus_rimshot.yy ├── mus_rotate │ └── mus_rotate.yy ├── mus_ruins │ └── mus_ruins.yy ├── mus_ruinspiano │ └── mus_ruinspiano.yy ├── mus_sansdate │ └── mus_sansdate.yy ├── mus_sfx_a_bullet │ └── mus_sfx_a_bullet.yy ├── mus_sfx_a_gigatalk │ └── mus_sfx_a_gigatalk.yy ├── mus_sfx_a_grab │ └── mus_sfx_a_grab.yy ├── mus_sfx_a_lithit │ └── mus_sfx_a_lithit.yy ├── mus_sfx_a_lithit2 │ └── mus_sfx_a_lithit2.yy ├── mus_sfx_a_pullback │ └── mus_sfx_a_pullback.yy ├── mus_sfx_a_swipe │ └── mus_sfx_a_swipe.yy ├── mus_sfx_a_swordappear │ └── mus_sfx_a_swordappear.yy ├── mus_sfx_a_target │ └── mus_sfx_a_target.yy ├── mus_sfx_abreak │ └── mus_sfx_abreak.yy ├── mus_sfx_abreak2 │ └── mus_sfx_abreak2.yy ├── mus_sfx_ahh │ └── mus_sfx_ahh.yy ├── mus_sfx_bookspin │ └── mus_sfx_bookspin.yy ├── mus_sfx_chainsaw │ └── mus_sfx_chainsaw.yy ├── mus_sfx_cinematiccut │ └── mus_sfx_cinematiccut.yy ├── mus_sfx_dogseal │ └── mus_sfx_dogseal.yy ├── mus_sfx_eyeflash │ └── mus_sfx_eyeflash.yy ├── mus_sfx_frypan │ └── mus_sfx_frypan.yy ├── mus_sfx_generate │ └── mus_sfx_generate.yy ├── mus_sfx_gigapunch │ └── mus_sfx_gigapunch.yy ├── mus_sfx_gunshot │ └── mus_sfx_gunshot.yy ├── mus_sfx_hypergoner_charge │ └── mus_sfx_hypergoner_charge.yy ├── mus_sfx_hypergoner_laugh │ └── mus_sfx_hypergoner_laugh.yy ├── mus_sfx_oh │ └── mus_sfx_oh.yy ├── mus_sfx_rainbowbeam_1 │ └── mus_sfx_rainbowbeam_1.yy ├── mus_sfx_rainbowbeam_hold │ └── mus_sfx_rainbowbeam_hold.yy ├── mus_sfx_segapower │ └── mus_sfx_segapower.yy ├── mus_sfx_segapower2 │ └── mus_sfx_segapower2.yy ├── mus_sfx_sparkles │ └── mus_sfx_sparkles.yy ├── mus_sfx_spellcast │ └── mus_sfx_spellcast.yy ├── mus_sfx_star │ └── mus_sfx_star.yy ├── mus_sfx_swipe │ └── mus_sfx_swipe.yy ├── mus_sfx_ted │ └── mus_sfx_ted.yy ├── mus_sfx_voice_jafe │ └── mus_sfx_voice_jafe.yy ├── mus_sfx_voice_ted │ └── mus_sfx_voice_ted.yy ├── mus_sfx_voice_triple │ └── mus_sfx_voice_triple.yy ├── mus_sfx_yowl │ └── mus_sfx_yowl.yy ├── mus_shop │ └── mus_shop.yy ├── mus_sigh_of_dog │ └── mus_sigh_of_dog.yy ├── mus_silence │ └── mus_silence.yy ├── mus_singF │ └── mus_singF.yy ├── mus_singG │ └── mus_singG.yy ├── mus_singvoice │ └── mus_singvoice.yy ├── mus_smallshock │ └── mus_smallshock.yy ├── mus_smile │ └── mus_smile.yy ├── mus_snoresymphony │ └── mus_snoresymphony.yy ├── mus_snowwalk │ └── mus_snowwalk.yy ├── mus_snowy │ └── mus_snowy.yy ├── mus_spider │ └── mus_spider.yy ├── mus_spoopy │ └── mus_spoopy.yy ├── mus_spoopy_holiday │ └── mus_spoopy_holiday.yy ├── mus_spoopy_wave │ └── mus_spoopy_wave.yy ├── mus_st_happytown │ └── mus_st_happytown.yy ├── mus_st_him │ └── mus_st_him.yy ├── mus_st_meatfactory │ └── mus_st_meatfactory.yy ├── mus_st_troubledingle │ └── mus_st_troubledingle.yy ├── mus_star │ └── mus_star.yy ├── mus_sticksnap │ └── mus_sticksnap.yy ├── mus_story │ └── mus_story.yy ├── mus_story_stuck │ └── mus_story_stuck.yy ├── mus_temshop │ └── mus_temshop.yy ├── mus_temvillage │ └── mus_temvillage.yy ├── mus_tension │ └── mus_tension.yy ├── mus_tone2 │ └── mus_tone2.yy ├── mus_tone3 │ └── mus_tone3.yy ├── mus_toomuch │ └── mus_toomuch.yy ├── mus_toriel │ └── mus_toriel.yy ├── mus_town │ └── mus_town.yy ├── mus_tv │ └── mus_tv.yy ├── mus_undyneboss │ └── mus_undyneboss.yy ├── mus_undynefast │ └── mus_undynefast.yy ├── mus_undynepiano │ └── mus_undynepiano.yy ├── mus_undynescary │ └── mus_undynescary.yy ├── mus_undynetheme │ └── mus_undynetheme.yy ├── mus_undynetruetheme │ └── mus_undynetruetheme.yy ├── mus_vsasgore │ └── mus_vsasgore.yy ├── mus_waterfall │ └── mus_waterfall.yy ├── mus_waterquiet │ └── mus_waterquiet.yy ├── mus_wawa │ └── mus_wawa.yy ├── mus_whoopee │ └── mus_whoopee.yy ├── mus_wind │ └── mus_wind.yy ├── mus_woofenstein │ └── mus_woofenstein.yy ├── mus_woofenstein_loop │ └── mus_woofenstein_loop.yy ├── mus_wrongnumbersong │ └── mus_wrongnumbersong.yy ├── mus_wrongworld │ └── mus_wrongworld.yy ├── mus_x_undyne │ └── mus_x_undyne.yy ├── mus_x_undyne_pre │ └── mus_x_undyne_pre.yy ├── mus_xpart │ └── mus_xpart.yy ├── mus_xpart_2 │ └── mus_xpart_2.yy ├── mus_xpart_a │ └── mus_xpart_a.yy ├── mus_xpart_b │ └── mus_xpart_b.yy ├── mus_xpart_back │ └── mus_xpart_back.yy ├── mus_yourbestfriend_3 │ └── mus_yourbestfriend_3.yy ├── mus_z_ending │ └── mus_z_ending.yy ├── mus_zz_megalovania │ └── mus_zz_megalovania.yy ├── mus_zzz_c │ └── mus_zzz_c.yy ├── mus_zzz_c2 │ └── mus_zzz_c2.yy ├── sfx_decomp_crash │ ├── sfx_decomp_crash.wav │ └── sfx_decomp_crash.yy ├── snd_arrow │ └── snd_arrow.yy ├── snd_b │ └── snd_b.yy ├── snd_ballchime │ └── snd_ballchime.yy ├── snd_battlefall │ └── snd_battlefall.yy ├── snd_bell │ └── snd_bell.yy ├── snd_bigdoor_open │ └── snd_bigdoor_open.yy ├── snd_block2 │ └── snd_block2.yy ├── snd_bluh │ └── snd_bluh.yy ├── snd_bomb │ └── snd_bomb.yy ├── snd_bombfall │ └── snd_bombfall.yy ├── snd_bombsplosion │ └── snd_bombsplosion.yy ├── snd_break1 │ └── snd_break1.yy ├── snd_break1_c │ └── snd_break1_c.yy ├── snd_break2 │ └── snd_break2.yy ├── snd_break2_c │ └── snd_break2_c.yy ├── snd_breaka │ └── snd_breaka.yy ├── snd_breakb │ └── snd_breakb.yy ├── snd_breakc │ └── snd_breakc.yy ├── snd_buyitem │ └── snd_buyitem.yy ├── snd_buzzing │ └── snd_buzzing.yy ├── snd_catsalad │ └── snd_catsalad.yy ├── snd_chug │ └── snd_chug.yy ├── snd_credit_s │ └── snd_credit_s.yy ├── snd_curtgunshot │ └── snd_curtgunshot.yy ├── snd_damage │ └── snd_damage.yy ├── snd_damage_c │ └── snd_damage_c.yy ├── snd_dimbox │ └── snd_dimbox.yy ├── snd_doghurt1 │ └── snd_doghurt1.yy ├── snd_dogresidue │ └── snd_dogresidue.yy ├── snd_dogsalad │ └── snd_dogsalad.yy ├── snd_drumroll │ └── snd_drumroll.yy ├── snd_dumbvictory │ └── snd_dumbvictory.yy ├── snd_ehurt1 │ └── snd_ehurt1.yy ├── snd_elecdoor_close │ └── snd_elecdoor_close.yy ├── snd_elecdoor_open │ └── snd_elecdoor_open.yy ├── snd_elecdoor_shut │ └── snd_elecdoor_shut.yy ├── snd_elecdoor_shutheavy │ └── snd_elecdoor_shutheavy.yy ├── snd_escaped │ └── snd_escaped.yy ├── snd_fall │ └── snd_fall.yy ├── snd_fall2 │ └── snd_fall2.yy ├── snd_flameloop │ └── snd_flameloop.yy ├── snd_floweylaugh │ └── snd_floweylaugh.yy ├── snd_floweytalk1 │ └── snd_floweytalk1.yy ├── snd_floweytalk2 │ └── snd_floweytalk2.yy ├── snd_gameover_broken │ └── snd_gameover_broken.yy ├── snd_glassbreak │ └── snd_glassbreak.yy ├── snd_grab │ └── snd_grab.yy ├── snd_grandpatemi │ └── snd_grandpatemi.yy ├── snd_heal_c │ └── snd_heal_c.yy ├── snd_heartshot │ └── snd_heartshot.yy ├── snd_heavydamage │ └── snd_heavydamage.yy ├── snd_hero │ └── snd_hero.yy ├── snd_hit │ └── snd_hit.yy ├── snd_hurt1 │ └── snd_hurt1.yy ├── snd_hurt1_c │ └── snd_hurt1_c.yy ├── snd_hurtbeef │ └── snd_hurtbeef.yy ├── snd_hurtbig │ └── snd_hurtbig.yy ├── snd_hurtbuzz │ └── snd_hurtbuzz.yy ├── snd_hurtdragon │ └── snd_hurtdragon.yy ├── snd_hurtgirl │ └── snd_hurtgirl.yy ├── snd_hurtlaugh │ └── snd_hurtlaugh.yy ├── snd_hurtloox │ └── snd_hurtloox.yy ├── snd_hurtsmall │ └── snd_hurtsmall.yy ├── snd_impact │ └── snd_impact.yy ├── snd_instanoise │ └── snd_instanoise.yy ├── snd_item │ └── snd_item.yy ├── snd_knock │ └── snd_knock.yy ├── snd_laz │ └── snd_laz.yy ├── snd_laz_c │ └── snd_laz_c.yy ├── snd_levelup │ └── snd_levelup.yy ├── snd_lightswitch │ └── snd_lightswitch.yy ├── snd_magicminer │ └── snd_magicminer.yy ├── snd_movemenu │ └── snd_movemenu.yy ├── snd_mtt1 │ └── snd_mtt1.yy ├── snd_mtt2 │ └── snd_mtt2.yy ├── snd_mtt3 │ └── snd_mtt3.yy ├── snd_mtt4 │ └── snd_mtt4.yy ├── snd_mtt5 │ └── snd_mtt5.yy ├── snd_mtt6 │ └── snd_mtt6.yy ├── snd_mtt7 │ └── snd_mtt7.yy ├── snd_mtt8 │ └── snd_mtt8.yy ├── snd_mtt9 │ └── snd_mtt9.yy ├── snd_mtt_burst │ └── snd_mtt_burst.yy ├── snd_mtt_hit │ └── snd_mtt_hit.yy ├── snd_mtt_prebomb │ └── snd_mtt_prebomb.yy ├── snd_mushroomdance │ └── snd_mushroomdance.yy ├── snd_mysterygo │ └── snd_mysterygo.yy ├── snd_noise │ └── snd_noise.yy ├── snd_nosound │ └── snd_nosound.yy ├── snd_oddtalk1 │ └── snd_oddtalk1.yy ├── snd_oddtalk2 │ └── snd_oddtalk2.yy ├── snd_phone │ └── snd_phone.yy ├── snd_pombark │ └── snd_pombark.yy ├── snd_power │ └── snd_power.yy ├── snd_punchstrong │ └── snd_punchstrong.yy ├── snd_punchweak │ └── snd_punchweak.yy ├── snd_saber3 │ └── snd_saber3.yy ├── snd_save │ └── snd_save.yy ├── snd_screenshake │ └── snd_screenshake.yy ├── snd_select │ └── snd_select.yy ├── snd_shadowpendant │ └── snd_shadowpendant.yy ├── snd_shakerbreaker │ └── snd_shakerbreaker.yy ├── snd_shock │ └── snd_shock.yy ├── snd_slidewhist │ └── snd_slidewhist.yy ├── snd_slot_bigiwn │ └── snd_slot_bigiwn.yy ├── snd_slot_get │ └── snd_slot_get.yy ├── snd_slot_set │ └── snd_slot_set.yy ├── snd_slot_start │ └── snd_slot_start.yy ├── snd_slot_win │ └── snd_slot_win.yy ├── snd_sparkle1 │ └── snd_sparkle1.yy ├── snd_spearappear │ └── snd_spearappear.yy ├── snd_spearrise │ └── snd_spearrise.yy ├── snd_speedup │ └── snd_speedup.yy ├── snd_splash │ └── snd_splash.yy ├── snd_spooky │ └── snd_spooky.yy ├── snd_squeak │ └── snd_squeak.yy ├── snd_swallow │ └── snd_swallow.yy ├── snd_switchpull │ └── snd_switchpull.yy ├── snd_switchpull_n │ └── snd_switchpull_n.yy ├── snd_tearcard │ └── snd_tearcard.yy ├── snd_tem │ └── snd_tem.yy ├── snd_tem2 │ └── snd_tem2.yy ├── snd_tem3 │ └── snd_tem3.yy ├── snd_tem4 │ └── snd_tem4.yy ├── snd_tem5 │ └── snd_tem5.yy ├── snd_tem6 │ └── snd_tem6.yy ├── snd_tempbell │ └── snd_tempbell.yy ├── snd_test │ └── snd_test.yy ├── snd_textnoise │ └── snd_textnoise.yy ├── snd_txtal │ └── snd_txtal.yy ├── snd_txtasg │ └── snd_txtasg.yy ├── snd_txtasr │ └── snd_txtasr.yy ├── snd_txtasr2 │ └── snd_txtasr2.yy ├── snd_txtpap │ └── snd_txtpap.yy ├── snd_txtsans │ └── snd_txtsans.yy ├── snd_txtsans2 │ └── snd_txtsans2.yy ├── snd_txttor │ └── snd_txttor.yy ├── snd_txttor2 │ └── snd_txttor2.yy ├── snd_txttor3 │ └── snd_txttor3.yy ├── snd_txtund │ └── snd_txtund.yy ├── snd_txtund2 │ └── snd_txtund2.yy ├── snd_txtund3 │ └── snd_txtund3.yy ├── snd_txtund4 │ └── snd_txtund4.yy ├── snd_txtund_hyper │ └── snd_txtund_hyper.yy ├── snd_undynedis │ └── snd_undynedis.yy ├── snd_undynestep │ └── snd_undynestep.yy ├── snd_vaporized │ └── snd_vaporized.yy ├── snd_victor │ └── snd_victor.yy ├── snd_vulkinhurt │ └── snd_vulkinhurt.yy ├── snd_wngdng1 │ └── snd_wngdng1.yy ├── snd_wngdng2 │ └── snd_wngdng2.yy ├── snd_wngdng3 │ └── snd_wngdng3.yy ├── snd_wngdng4 │ └── snd_wngdng4.yy ├── snd_wngdng5 │ └── snd_wngdng5.yy ├── snd_wngdng6 │ └── snd_wngdng6.yy ├── snd_wngdng7 │ └── snd_wngdng7.yy ├── snd_wonderfulidea │ └── snd_wonderfulidea.yy ├── snd_wonderfulidea_ja │ └── snd_wonderfulidea_ja.yy ├── snd_wrongvictory │ └── snd_wrongvictory.yy └── snd_yeah │ └── snd_yeah.yy ├── sprites ├── abc_1111 │ └── abc_1111.yy ├── background0 │ └── background0.yy ├── background1 │ └── background1.yy ├── bg_alab_outside_r │ └── bg_alab_outside_r.yy ├── bg_alphysdresser │ └── bg_alphysdresser.yy ├── bg_alphyslabl_new │ └── bg_alphyslabl_new.yy ├── bg_alphyslaboutside │ └── bg_alphyslaboutside.yy ├── bg_alphystable │ └── bg_alphystable.yy ├── bg_alphystools │ └── bg_alphystools.yy ├── bg_alphystooltable │ └── bg_alphystooltable.yy ├── bg_asgore_hallway │ └── bg_asgore_hallway.yy ├── bg_asgore_livingroom │ └── bg_asgore_livingroom.yy ├── bg_asgore_mirrorinside │ └── bg_asgore_mirrorinside.yy ├── bg_asgore_room │ └── bg_asgore_room.yy ├── bg_asgoreparlor │ └── bg_asgoreparlor.yy ├── bg_asgoreparlorstairs │ └── bg_asgoreparlorstairs.yy ├── bg_asrieldark2 │ └── bg_asrieldark2.yy ├── bg_asrielroom │ └── bg_asrielroom.yy ├── bg_asrielroom_tint │ └── bg_asrielroom_tint.yy ├── bg_asrielroomdark │ └── bg_asrielroomdark.yy ├── bg_bathtub │ └── bg_bathtub.yy ├── bg_beachicecream │ └── bg_beachicecream.yy ├── bg_blookposter_1 │ └── bg_blookposter_1.yy ├── bg_blookposter_2 │ └── bg_blookposter_2.yy ├── bg_blooktv │ └── bg_blooktv.yy ├── bg_blueprints │ └── bg_blueprints.yy ├── bg_bluepx │ └── bg_bluepx.yy ├── bg_border_anime_1080 │ └── bg_border_anime_1080.yy ├── bg_border_castle_1080 │ └── bg_border_castle_1080.yy ├── bg_border_castle_544 │ └── bg_border_castle_544.yy ├── bg_border_dog_1080 │ └── bg_border_dog_1080.yy ├── bg_border_fire_1080 │ └── bg_border_fire_1080.yy ├── bg_border_fire_544 │ └── bg_border_fire_544.yy ├── bg_border_line_1080 │ └── bg_border_line_1080.yy ├── bg_border_line_544 │ └── bg_border_line_544.yy ├── bg_border_rad_1080 │ └── bg_border_rad_1080.yy ├── bg_border_rad_544 │ └── bg_border_rad_544.yy ├── bg_border_ruins_1080 │ └── bg_border_ruins_1080.yy ├── bg_border_ruins_544 │ └── bg_border_ruins_544.yy ├── bg_border_sepia_1080 │ └── bg_border_sepia_1080.yy ├── bg_border_sepia_1080_1a │ └── bg_border_sepia_1080_1a.yy ├── bg_border_sepia_1080_1b │ └── bg_border_sepia_1080_1b.yy ├── bg_border_sepia_1080_2a │ └── bg_border_sepia_1080_2a.yy ├── bg_border_sepia_1080_2b │ └── bg_border_sepia_1080_2b.yy ├── bg_border_sepia_1080_3a │ └── bg_border_sepia_1080_3a.yy ├── bg_border_sepia_1080_3b │ └── bg_border_sepia_1080_3b.yy ├── bg_border_sepia_1080_4a │ └── bg_border_sepia_1080_4a.yy ├── bg_border_sepia_1080_4b │ └── bg_border_sepia_1080_4b.yy ├── bg_border_sepia_1080_5a │ └── bg_border_sepia_1080_5a.yy ├── bg_border_sepia_1080_5b │ └── bg_border_sepia_1080_5b.yy ├── bg_border_sepia_1080_6a │ └── bg_border_sepia_1080_6a.yy ├── bg_border_sepia_1080_6b │ └── bg_border_sepia_1080_6b.yy ├── bg_border_sepia_1080_7a │ └── bg_border_sepia_1080_7a.yy ├── bg_border_sepia_1080_7b │ └── bg_border_sepia_1080_7b.yy ├── bg_border_sepia_1080_8a │ └── bg_border_sepia_1080_8a.yy ├── bg_border_sepia_1080_8b │ └── bg_border_sepia_1080_8b.yy ├── bg_border_sepia_1080_9a │ └── bg_border_sepia_1080_9a.yy ├── bg_border_sepia_1080_9b │ └── bg_border_sepia_1080_9b.yy ├── bg_border_sepia_1080_glow │ └── bg_border_sepia_1080_glow.yy ├── bg_border_sepia_544 │ └── bg_border_sepia_544.yy ├── bg_border_sepia_544_1a │ └── bg_border_sepia_544_1a.yy ├── bg_border_sepia_544_1b │ └── bg_border_sepia_544_1b.yy ├── bg_border_sepia_544_2a │ └── bg_border_sepia_544_2a.yy ├── bg_border_sepia_544_2b │ └── bg_border_sepia_544_2b.yy ├── bg_border_sepia_544_3a │ └── bg_border_sepia_544_3a.yy ├── bg_border_sepia_544_3b │ └── bg_border_sepia_544_3b.yy ├── bg_border_sepia_544_4a │ └── bg_border_sepia_544_4a.yy ├── bg_border_sepia_544_4b │ └── bg_border_sepia_544_4b.yy ├── bg_border_sepia_544_5a │ └── bg_border_sepia_544_5a.yy ├── bg_border_sepia_544_5b │ └── bg_border_sepia_544_5b.yy ├── bg_border_sepia_544_6a │ └── bg_border_sepia_544_6a.yy ├── bg_border_sepia_544_6b │ └── bg_border_sepia_544_6b.yy ├── bg_border_sepia_544_glow │ └── bg_border_sepia_544_glow.yy ├── bg_border_truelab_1080 │ └── bg_border_truelab_1080.yy ├── bg_border_truelab_544 │ └── bg_border_truelab_544.yy ├── bg_border_tundra_1080 │ └── bg_border_tundra_1080.yy ├── bg_border_tundra_544 │ └── bg_border_tundra_544.yy ├── bg_border_water1_1080 │ └── bg_border_water1_1080.yy ├── bg_border_water1_544 │ └── bg_border_water1_544.yy ├── bg_border_water2_1080 │ └── bg_border_water2_1080.yy ├── bg_border_water2_544 │ └── bg_border_water2_544.yy ├── bg_border_xbox_1080 │ └── bg_border_xbox_1080.yy ├── bg_boxbed │ └── bg_boxbed.yy ├── bg_brattybg │ └── bg_brattybg.yy ├── bg_brownground │ └── bg_brownground.yy ├── bg_bureau │ └── bg_bureau.yy ├── bg_burgerpantsshop │ └── bg_burgerpantsshop.yy ├── bg_castle_realdoor │ └── bg_castle_realdoor.yy ├── bg_conveyor_markers │ └── bg_conveyor_markers.yy ├── bg_cookshowplaceholder │ └── bg_cookshowplaceholder.yy ├── bg_core_distance │ └── bg_core_distance.yy ├── bg_core_distance_foreground │ └── bg_core_distance_foreground.yy ├── bg_coretiles_erase │ └── bg_coretiles_erase.yy ├── bg_coretiles_wip │ └── bg_coretiles_wip.yy ├── bg_cornerweb │ └── bg_cornerweb.yy ├── bg_cornerweb_r │ └── bg_cornerweb_r.yy ├── bg_cr1 │ └── bg_cr1.yy ├── bg_dogrope │ └── bg_dogrope.yy ├── bg_dogshirt │ └── bg_dogshirt.yy ├── bg_elevarmL │ └── bg_elevarmL.yy ├── bg_elevarmR │ └── bg_elevarmR.yy ├── bg_elevbelow │ └── bg_elevbelow.yy ├── bg_elevbottom │ └── bg_elevbottom.yy ├── bg_elevleg │ └── bg_elevleg.yy ├── bg_elevtop │ └── bg_elevtop.yy ├── bg_elevunit │ └── bg_elevunit.yy ├── bg_endingview │ └── bg_endingview.yy ├── bg_endtileset │ └── bg_endtileset.yy ├── bg_exitsign │ └── bg_exitsign.yy ├── bg_fences │ └── bg_fences.yy ├── bg_finishline │ └── bg_finishline.yy ├── bg_firetiles │ └── bg_firetiles.yy ├── bg_firstroom │ └── bg_firstroom.yy ├── bg_floweyglow │ └── bg_floweyglow.yy ├── bg_garagetop │ └── bg_garagetop.yy ├── bg_girdertile │ └── bg_girdertile.yy ├── bg_goldflower_dark │ └── bg_goldflower_dark.yy ├── bg_goldflower_dark2 │ └── bg_goldflower_dark2.yy ├── bg_greyruinsborder │ └── bg_greyruinsborder.yy ├── bg_greyruinsplaceholder │ └── bg_greyruinsplaceholder.yy ├── bg_gridfriend │ └── bg_gridfriend.yy ├── bg_grillbyout │ └── bg_grillbyout.yy ├── bg_grillbyplaceholder │ └── bg_grillbyplaceholder.yy ├── bg_hapstaroom │ └── bg_hapstaroom.yy ├── bg_historyoftem │ └── bg_historyoftem.yy ├── bg_hotelbed │ └── bg_hotelbed.yy ├── bg_hoteldesk │ └── bg_hoteldesk.yy ├── bg_hoteldoor │ └── bg_hoteldoor.yy ├── bg_hoteltile │ └── bg_hoteltile.yy ├── bg_hotelwet │ └── bg_hotelwet.yy ├── bg_hotlandrock │ └── bg_hotlandrock.yy ├── bg_icecave │ └── bg_icecave.yy ├── bg_icecave_entrance │ └── bg_icecave_entrance.yy ├── bg_icecreammachine │ └── bg_icecreammachine.yy ├── bg_iceflower_md │ └── bg_iceflower_md.yy ├── bg_icewater │ └── bg_icewater.yy ├── bg_inn │ └── bg_inn.yy ├── bg_inn_shop │ └── bg_inn_shop.yy ├── bg_innrooms │ └── bg_innrooms.yy ├── bg_jigsawpiece │ └── bg_jigsawpiece.yy ├── bg_kitchen │ └── bg_kitchen.yy ├── bg_kitchen_tint │ └── bg_kitchen_tint.yy ├── bg_labplaceholder │ └── bg_labplaceholder.yy ├── bg_labplaceholder2 │ └── bg_labplaceholder2.yy ├── bg_labtiles │ └── bg_labtiles.yy ├── bg_labtv │ └── bg_labtv.yy ├── bg_lastcity │ └── bg_lastcity.yy ├── bg_lastclouds │ └── bg_lastclouds.yy ├── bg_lastruins_1 │ └── bg_lastruins_1.yy ├── bg_lastruins_2 │ └── bg_lastruins_2.yy ├── bg_lastruins_3 │ └── bg_lastruins_3.yy ├── bg_lastruins_4 │ └── bg_lastruins_4.yy ├── bg_lastruins_5 │ └── bg_lastruins_5.yy ├── bg_lastruins_6 │ └── bg_lastruins_6.yy ├── bg_lastruins_7 │ └── bg_lastruins_7.yy ├── bg_lavatile │ └── bg_lavatile.yy ├── bg_lavatile4x4 │ └── bg_lavatile4x4.yy ├── bg_library │ └── bg_library.yy ├── bg_library_outside │ └── bg_library_outside.yy ├── bg_librarybooks │ └── bg_librarybooks.yy ├── bg_lightpart │ └── bg_lightpart.yy ├── bg_livingroom │ └── bg_livingroom.yy ├── bg_loneflowers │ └── bg_loneflowers.yy ├── bg_longweb │ └── bg_longweb.yy ├── bg_longweb_2 │ └── bg_longweb_2.yy ├── bg_m_darktiles │ └── bg_m_darktiles.yy ├── bg_mebed │ └── bg_mebed.yy ├── bg_mettlamp │ └── bg_mettlamp.yy ├── bg_mettpainting │ └── bg_mettpainting.yy ├── bg_mettposter │ └── bg_mettposter.yy ├── bg_mewmewposter │ └── bg_mewmewposter.yy ├── bg_mewmewposter2 │ └── bg_mewmewposter2.yy ├── bg_mtaudience │ └── bg_mtaudience.yy ├── bg_mttburgersign │ └── bg_mttburgersign.yy ├── bg_mttlodge │ └── bg_mttlodge.yy ├── bg_mydrawer │ └── bg_mydrawer.yy ├── bg_myhouse │ └── bg_myhouse.yy ├── bg_mylamp │ └── bg_mylamp.yy ├── bg_mysterypipe │ └── bg_mysterypipe.yy ├── bg_mywindow │ └── bg_mywindow.yy ├── bg_num9 │ └── bg_num9.yy ├── bg_operabg │ └── bg_operabg.yy ├── bg_operaforeground │ └── bg_operaforeground.yy ├── bg_papbush │ └── bg_papbush.yy ├── bg_paphouse_a │ └── bg_paphouse_a.yy ├── bg_paphouse_b │ └── bg_paphouse_b.yy ├── bg_paphouse_c │ └── bg_paphouse_c.yy ├── bg_paproom │ └── bg_paproom.yy ├── bg_parlor1 │ └── bg_parlor1.yy ├── bg_parlorstairs │ └── bg_parlorstairs.yy ├── bg_pipezone_tiles │ └── bg_pipezone_tiles.yy ├── bg_powerbutto │ └── bg_powerbutto.yy ├── bg_prebarrier_door │ └── bg_prebarrier_door.yy ├── bg_rededge │ └── bg_rededge.yy ├── bg_rededge_2 │ └── bg_rededge_2.yy ├── bg_rededge_2_flip │ └── bg_rededge_2_flip.yy ├── bg_rededge_3 │ └── bg_rededge_3.yy ├── bg_rededge_flip │ └── bg_rededge_flip.yy ├── bg_restaurant_corkboard │ └── bg_restaurant_corkboard.yy ├── bg_restaurant_tv │ └── bg_restaurant_tv.yy ├── bg_restaurant_vine │ └── bg_restaurant_vine.yy ├── bg_restaurant_vine2 │ └── bg_restaurant_vine2.yy ├── bg_ruins_tint │ └── bg_ruins_tint.yy ├── bg_ruinsbg │ └── bg_ruinsbg.yy ├── bg_ruinseasynam1 │ └── bg_ruinseasynam1.yy ├── bg_ruinseasynam2 │ └── bg_ruinseasynam2.yy ├── bg_ruinseasynam3 │ └── bg_ruinseasynam3.yy ├── bg_ruinsentrance │ └── bg_ruinsentrance.yy ├── bg_ruinsfixedstairs │ └── bg_ruinsfixedstairs.yy ├── bg_ruinsplaceholder │ └── bg_ruinsplaceholder.yy ├── bg_ruinsplaceholder2 │ └── bg_ruinsplaceholder2.yy ├── bg_ruintiles1 │ └── bg_ruintiles1.yy ├── bg_sansbasement_tiles │ └── bg_sansbasement_tiles.yy ├── bg_sanscorridor │ └── bg_sanscorridor.yy ├── bg_sanscurtain │ └── bg_sanscurtain.yy ├── bg_sansroom │ └── bg_sansroom.yy ├── bg_shed │ └── bg_shed.yy ├── bg_shelf_dark │ └── bg_shelf_dark.yy ├── bg_shottile │ └── bg_shottile.yy ├── bg_shrinemockup │ └── bg_shrinemockup.yy ├── bg_shrinemockup_2 │ └── bg_shrinemockup_2.yy ├── bg_shrinemockup_3 │ └── bg_shrinemockup_3.yy ├── bg_singlecactus │ └── bg_singlecactus.yy ├── bg_smallhouse_gr │ └── bg_smallhouse_gr.yy ├── bg_smalltree_gr │ └── bg_smalltree_gr.yy ├── bg_smallweb │ └── bg_smallweb.yy ├── bg_snowdinhouse │ └── bg_snowdinhouse.yy ├── bg_spiderroom │ └── bg_spiderroom.yy ├── bg_tb │ └── bg_tb.yy ├── bg_temhole │ └── bg_temhole.yy ├── bg_tempfiretile │ └── bg_tempfiretile.yy ├── bg_temshop │ └── bg_temshop.yy ├── bg_temshopdoor │ └── bg_temshopdoor.yy ├── bg_temstatue │ └── bg_temstatue.yy ├── bg_torhallmirror │ └── bg_torhallmirror.yy ├── bg_torhallway │ └── bg_torhallway.yy ├── bg_torielroom │ └── bg_torielroom.yy ├── bg_truelab_tiles │ └── bg_truelab_tiles.yy ├── bg_tundragate │ └── bg_tundragate.yy ├── bg_tundramap │ └── bg_tundramap.yy ├── bg_tundratiles │ └── bg_tundratiles.yy ├── bg_undynecrag │ └── bg_undynecrag.yy ├── bg_undynehouse │ └── bg_undynehouse.yy ├── bg_undynehouse_real │ └── bg_undynehouse_real.yy ├── bg_undynerug │ └── bg_undynerug.yy ├── bg_vendingmachine │ └── bg_vendingmachine.yy ├── bg_waterfall_castle │ └── bg_waterfall_castle.yy ├── bg_waterfall_left │ └── bg_waterfall_left.yy ├── bg_waterfall_right │ └── bg_waterfall_right.yy ├── bg_waterfalltex │ └── bg_waterfalltex.yy ├── bg_waterflower │ └── bg_waterflower.yy ├── bg_watersaus_a │ └── bg_watersaus_a.yy ├── bg_watersaus_b │ └── bg_watersaus_b.yy ├── bg_watertiles │ └── bg_watertiles.yy ├── bg_watertiles_2 │ └── bg_watertiles_2.yy ├── bg_watertiles_supplement │ └── bg_watertiles_supplement.yy ├── buttonL_nx_a │ └── buttonL_nx_a.yy ├── buttonL_nx_b │ └── buttonL_nx_b.yy ├── buttonL_nx_l │ └── buttonL_nx_l.yy ├── buttonL_nx_lstick │ └── buttonL_nx_lstick.yy ├── buttonL_nx_minus │ └── buttonL_nx_minus.yy ├── buttonL_nx_plus │ └── buttonL_nx_plus.yy ├── buttonL_nx_r │ └── buttonL_nx_r.yy ├── buttonL_nx_rstick │ └── buttonL_nx_rstick.yy ├── buttonL_nx_x │ └── buttonL_nx_x.yy ├── buttonL_nx_y │ └── buttonL_nx_y.yy ├── buttonL_nx_zl │ └── buttonL_nx_zl.yy ├── buttonL_nx_zr │ └── buttonL_nx_zr.yy ├── buttonL_ps4_circle │ └── buttonL_ps4_circle.yy ├── buttonL_ps4_cross │ └── buttonL_ps4_cross.yy ├── buttonL_ps4_l1 │ └── buttonL_ps4_l1.yy ├── buttonL_ps4_l2 │ └── buttonL_ps4_l2.yy ├── buttonL_ps4_l3 │ └── buttonL_ps4_l3.yy ├── buttonL_ps4_options │ └── buttonL_ps4_options.yy ├── buttonL_ps4_r1 │ └── buttonL_ps4_r1.yy ├── buttonL_ps4_r2 │ └── buttonL_ps4_r2.yy ├── buttonL_ps4_r3 │ └── buttonL_ps4_r3.yy ├── buttonL_ps4_square │ └── buttonL_ps4_square.yy ├── buttonL_ps4_touchpad │ └── buttonL_ps4_touchpad.yy ├── buttonL_ps4_triangle │ └── buttonL_ps4_triangle.yy ├── buttonL_vita_circle │ └── buttonL_vita_circle.yy ├── buttonL_vita_cross │ └── buttonL_vita_cross.yy ├── buttonL_vita_l │ └── buttonL_vita_l.yy ├── buttonL_vita_r │ └── buttonL_vita_r.yy ├── buttonL_vita_select │ └── buttonL_vita_select.yy ├── buttonL_vita_square │ └── buttonL_vita_square.yy ├── buttonL_vita_start │ └── buttonL_vita_start.yy ├── buttonL_vita_triangle │ └── buttonL_vita_triangle.yy ├── buttonL_xbox_a │ └── buttonL_xbox_a.yy ├── buttonL_xbox_b │ └── buttonL_xbox_b.yy ├── buttonL_xbox_down │ └── buttonL_xbox_down.yy ├── buttonL_xbox_left │ └── buttonL_xbox_left.yy ├── buttonL_xbox_left_bumper │ └── buttonL_xbox_left_bumper.yy ├── buttonL_xbox_left_stick │ └── buttonL_xbox_left_stick.yy ├── buttonL_xbox_left_trigger │ └── buttonL_xbox_left_trigger.yy ├── buttonL_xbox_menu │ └── buttonL_xbox_menu.yy ├── buttonL_xbox_right │ └── buttonL_xbox_right.yy ├── buttonL_xbox_right_bumper │ └── buttonL_xbox_right_bumper.yy ├── buttonL_xbox_right_stick │ └── buttonL_xbox_right_stick.yy ├── buttonL_xbox_right_trigger │ └── buttonL_xbox_right_trigger.yy ├── buttonL_xbox_share │ └── buttonL_xbox_share.yy ├── buttonL_xbox_up │ └── buttonL_xbox_up.yy ├── buttonL_xbox_x │ └── buttonL_xbox_x.yy ├── buttonL_xbox_y │ └── buttonL_xbox_y.yy ├── button_nx_a │ └── button_nx_a.yy ├── button_nx_b │ └── button_nx_b.yy ├── button_nx_dpad_l │ └── button_nx_dpad_l.yy ├── button_nx_dpad_r │ └── button_nx_dpad_r.yy ├── button_nx_l │ └── button_nx_l.yy ├── button_nx_lstick │ └── button_nx_lstick.yy ├── button_nx_minus │ └── button_nx_minus.yy ├── button_nx_plus │ └── button_nx_plus.yy ├── button_nx_r │ └── button_nx_r.yy ├── button_nx_rstick │ └── button_nx_rstick.yy ├── button_nx_x │ └── button_nx_x.yy ├── button_nx_y │ └── button_nx_y.yy ├── button_nx_zl │ └── button_nx_zl.yy ├── button_nx_zr │ └── button_nx_zr.yy ├── button_ps4_circle │ └── button_ps4_circle.yy ├── button_ps4_cross │ └── button_ps4_cross.yy ├── button_ps4_dpad_l │ └── button_ps4_dpad_l.yy ├── button_ps4_dpad_r │ └── button_ps4_dpad_r.yy ├── button_ps4_l1 │ └── button_ps4_l1.yy ├── button_ps4_l2 │ └── button_ps4_l2.yy ├── button_ps4_l3 │ └── button_ps4_l3.yy ├── button_ps4_options │ └── button_ps4_options.yy ├── button_ps4_r1 │ └── button_ps4_r1.yy ├── button_ps4_r2 │ └── button_ps4_r2.yy ├── button_ps4_r3 │ └── button_ps4_r3.yy ├── button_ps4_square │ └── button_ps4_square.yy ├── button_ps4_touchpad │ └── button_ps4_touchpad.yy ├── button_ps4_triangle │ └── button_ps4_triangle.yy ├── button_vita_circle │ └── button_vita_circle.yy ├── button_vita_cross │ └── button_vita_cross.yy ├── button_vita_dpad_l │ └── button_vita_dpad_l.yy ├── button_vita_dpad_r │ └── button_vita_dpad_r.yy ├── button_vita_l │ └── button_vita_l.yy ├── button_vita_r │ └── button_vita_r.yy ├── button_vita_select │ └── button_vita_select.yy ├── button_vita_square │ └── button_vita_square.yy ├── button_vita_start │ └── button_vita_start.yy ├── button_vita_triangle │ └── button_vita_triangle.yy ├── button_xbox_a │ └── button_xbox_a.yy ├── button_xbox_b │ └── button_xbox_b.yy ├── button_xbox_down │ └── button_xbox_down.yy ├── button_xbox_down_gray │ └── button_xbox_down_gray.yy ├── button_xbox_left │ └── button_xbox_left.yy ├── button_xbox_left_bumper │ └── button_xbox_left_bumper.yy ├── button_xbox_left_stick │ └── button_xbox_left_stick.yy ├── button_xbox_left_trigger │ └── button_xbox_left_trigger.yy ├── button_xbox_menu │ └── button_xbox_menu.yy ├── button_xbox_right │ └── button_xbox_right.yy ├── button_xbox_right_bumper │ └── button_xbox_right_bumper.yy ├── button_xbox_right_stick │ └── button_xbox_right_stick.yy ├── button_xbox_right_trigger │ └── button_xbox_right_trigger.yy ├── button_xbox_share │ └── button_xbox_share.yy ├── button_xbox_up │ └── button_xbox_up.yy ├── button_xbox_up_gray │ └── button_xbox_up_gray.yy ├── button_xbox_x │ └── button_xbox_x.yy ├── button_xbox_y │ └── button_xbox_y.yy ├── obj_hugelavawave │ └── obj_hugelavawave.yy ├── spr_19_2 │ └── spr_19_2.yy ├── spr_19_3 │ └── spr_19_3.yy ├── spr_19_4 │ └── spr_19_4.yy ├── spr_5_coffeeline │ └── spr_5_coffeeline.yy ├── spr_5_eyes1 │ └── spr_5_eyes1.yy ├── spr_5_eyes2 │ └── spr_5_eyes2.yy ├── spr_5_eyes3 │ └── spr_5_eyes3.yy ├── spr_5_eyes4 │ └── spr_5_eyes4.yy ├── spr_5_eyes5 │ └── spr_5_eyes5.yy ├── spr_5_eyes6 │ └── spr_5_eyes6.yy ├── spr_5_mouth1 │ └── spr_5_mouth1.yy ├── spr_5_mouth2 │ └── spr_5_mouth2.yy ├── spr_5_mouth3 │ └── spr_5_mouth3.yy ├── spr_5_sellface │ └── spr_5_sellface.yy ├── spr_5_sellface_x │ └── spr_5_sellface_x.yy ├── spr_5_sweat │ └── spr_5_sweat.yy ├── spr_5_tembody │ └── spr_5_tembody.yy ├── spr_5_tembox │ └── spr_5_tembox.yy ├── spr_5_tembrows │ └── spr_5_tembrows.yy ├── spr_5_temexampl │ └── spr_5_temexampl.yy ├── spr_60_680 │ └── spr_60_680.yy ├── spr_6bandage_big │ └── spr_6bandage_big.yy ├── spr_6book │ └── spr_6book.yy ├── spr_6glove │ └── spr_6glove.yy ├── spr_6glove_thumbsup │ └── spr_6glove_thumbsup.yy ├── spr_6gun │ └── spr_6gun.yy ├── spr_6gun_bullet │ └── spr_6gun_bullet.yy ├── spr_6gun_crosshair │ └── spr_6gun_crosshair.yy ├── spr_6gun_crosshair_heart │ └── spr_6gun_crosshair_heart.yy ├── spr_6gun_flower │ └── spr_6gun_flower.yy ├── spr_6hope │ └── spr_6hope.yy ├── spr_6hope_ja │ └── spr_6hope_ja.yy ├── spr_6knife │ └── spr_6knife.yy ├── spr_6knife_big │ └── spr_6knife_big.yy ├── spr_6pan │ └── spr_6pan.yy ├── spr_6pan_egg │ └── spr_6pan_egg.yy ├── spr_6pan_fire │ └── spr_6pan_fire.yy ├── spr_6shoe │ └── spr_6shoe.yy ├── spr_6shoe_mask │ └── spr_6shoe_mask.yy ├── spr_6shoe_musicnote │ └── spr_6shoe_musicnote.yy ├── spr_6shoe_star │ └── spr_6shoe_star.yy ├── spr_6thumbsup_small │ └── spr_6thumbsup_small.yy ├── spr_98robot │ └── spr_98robot.yy ├── spr_aaron │ └── spr_aaron.yy ├── spr_aaronbody │ └── spr_aaronbody.yy ├── spr_aaronbody_bull │ └── spr_aaronbody_bull.yy ├── spr_aaronnpc │ └── spr_aaronnpc.yy ├── spr_abutton │ └── spr_abutton.yy ├── spr_actbt_center │ └── spr_actbt_center.yy ├── spr_actbt_center_hole │ └── spr_actbt_center_hole.yy ├── spr_actbt_center_hole_ja │ └── spr_actbt_center_hole_ja.yy ├── spr_actbt_center_ja │ └── spr_actbt_center_ja.yy ├── spr_actionfigures │ └── spr_actionfigures.yy ├── spr_adate_arm │ └── spr_adate_arm.yy ├── spr_adate_atrashbottom │ └── spr_adate_atrashbottom.yy ├── spr_adate_atrashtop │ └── spr_adate_atrashtop.yy ├── spr_adate_body │ └── spr_adate_body.yy ├── spr_adate_bodycoat │ └── spr_adate_bodycoat.yy ├── spr_adate_head │ └── spr_adate_head.yy ├── spr_adate_head_2 │ └── spr_adate_head_2.yy ├── spr_adate_intotrash │ └── spr_adate_intotrash.yy ├── spr_adate_item │ └── spr_adate_item.yy ├── spr_adate_papyrus │ └── spr_adate_papyrus.yy ├── spr_adate_smooch │ └── spr_adate_smooch.yy ├── spr_adate_smooch_s │ └── spr_adate_smooch_s.yy ├── spr_adate_trashcan_bottom │ └── spr_adate_trashcan_bottom.yy ├── spr_adate_trashcan_top │ └── spr_adate_trashcan_top.yy ├── spr_adate_ubody │ └── spr_adate_ubody.yy ├── spr_adate_uface │ └── spr_adate_uface.yy ├── spr_adate_uface_2 │ └── spr_adate_uface_2.yy ├── spr_afinal_arm │ └── spr_afinal_arm.yy ├── spr_afinal_arm_o │ └── spr_afinal_arm_o.yy ├── spr_afinal_cosmoswing │ └── spr_afinal_cosmoswing.yy ├── spr_afinal_face │ └── spr_afinal_face.yy ├── spr_afinal_face_cry │ └── spr_afinal_face_cry.yy ├── spr_afinal_face_cry2 │ └── spr_afinal_face_cry2.yy ├── spr_afinal_orb │ └── spr_afinal_orb.yy ├── spr_afinal_orb_o │ └── spr_afinal_orb_o.yy ├── spr_afinal_orbwing │ └── spr_afinal_orbwing.yy ├── spr_afinal_ref │ └── spr_afinal_ref.yy ├── spr_afinal_shoulder │ └── spr_afinal_shoulder.yy ├── spr_afinal_stem │ └── spr_afinal_stem.yy ├── spr_afinal_stem_o │ └── spr_afinal_stem_o.yy ├── spr_alabdoor_piece │ └── spr_alabdoor_piece.yy ├── spr_alabdoor_piece_r │ └── spr_alabdoor_piece_r.yy ├── spr_allsoul │ └── spr_allsoul.yy ├── spr_alphys_d │ └── spr_alphys_d.yy ├── spr_alphys_d_dark │ └── spr_alphys_d_dark.yy ├── spr_alphys_d_dark2 │ └── spr_alphys_d_dark2.yy ├── spr_alphys_dt │ └── spr_alphys_dt.yy ├── spr_alphys_freaked │ └── spr_alphys_freaked.yy ├── spr_alphys_gameboy │ └── spr_alphys_gameboy.yy ├── spr_alphys_l │ └── spr_alphys_l.yy ├── spr_alphys_l_sad2 │ └── spr_alphys_l_sad2.yy ├── spr_alphys_lt │ └── spr_alphys_lt.yy ├── spr_alphys_maxdamage │ └── spr_alphys_maxdamage.yy ├── spr_alphys_megamask │ └── spr_alphys_megamask.yy ├── spr_alphys_r │ └── spr_alphys_r.yy ├── spr_alphys_r_sad │ └── spr_alphys_r_sad.yy ├── spr_alphys_r_sad2 │ └── spr_alphys_r_sad2.yy ├── spr_alphys_rt │ └── spr_alphys_rt.yy ├── spr_alphys_shock_fall │ └── spr_alphys_shock_fall.yy ├── spr_alphys_turnred │ └── spr_alphys_turnred.yy ├── spr_alphys_u │ └── spr_alphys_u.yy ├── spr_alphys_ut │ └── spr_alphys_ut.yy ├── spr_alphysface_0 │ └── spr_alphysface_0.yy ├── spr_alphysface_1 │ └── spr_alphysface_1.yy ├── spr_alphysface_10 │ └── spr_alphysface_10.yy ├── spr_alphysface_11 │ └── spr_alphysface_11.yy ├── spr_alphysface_12 │ └── spr_alphysface_12.yy ├── spr_alphysface_13 │ └── spr_alphysface_13.yy ├── spr_alphysface_14 │ └── spr_alphysface_14.yy ├── spr_alphysface_15 │ └── spr_alphysface_15.yy ├── spr_alphysface_16 │ └── spr_alphysface_16.yy ├── spr_alphysface_17 │ └── spr_alphysface_17.yy ├── spr_alphysface_18 │ └── spr_alphysface_18.yy ├── spr_alphysface_19 │ └── spr_alphysface_19.yy ├── spr_alphysface_2 │ └── spr_alphysface_2.yy ├── spr_alphysface_20 │ └── spr_alphysface_20.yy ├── spr_alphysface_21 │ └── spr_alphysface_21.yy ├── spr_alphysface_22 │ └── spr_alphysface_22.yy ├── spr_alphysface_23 │ └── spr_alphysface_23.yy ├── spr_alphysface_24 │ └── spr_alphysface_24.yy ├── spr_alphysface_25 │ └── spr_alphysface_25.yy ├── spr_alphysface_3 │ └── spr_alphysface_3.yy ├── spr_alphysface_4 │ └── spr_alphysface_4.yy ├── spr_alphysface_5 │ └── spr_alphysface_5.yy ├── spr_alphysface_6 │ └── spr_alphysface_6.yy ├── spr_alphysface_7 │ └── spr_alphysface_7.yy ├── spr_alphysface_8 │ └── spr_alphysface_8.yy ├── spr_alphysface_9 │ └── spr_alphysface_9.yy ├── spr_alphysface_hit │ └── spr_alphysface_hit.yy ├── spr_alphysface_laugh │ └── spr_alphysface_laugh.yy ├── spr_alphysface_new │ └── spr_alphysface_new.yy ├── spr_alphysface_smarmy │ └── spr_alphysface_smarmy.yy ├── spr_alphysface_wrap │ └── spr_alphysface_wrap.yy ├── spr_alphyshelper │ └── spr_alphyshelper.yy ├── spr_alphyshelper_a │ └── spr_alphyshelper_a.yy ├── spr_alphyshelper_b │ └── spr_alphyshelper_b.yy ├── spr_alphyshelper_c │ └── spr_alphyshelper_c.yy ├── spr_alphyshelper_confused │ └── spr_alphyshelper_confused.yy ├── spr_alphyshelper_d │ └── spr_alphyshelper_d.yy ├── spr_alphyshelper_embarrass │ └── spr_alphyshelper_embarrass.yy ├── spr_alphyshelper_excited2 │ └── spr_alphyshelper_excited2.yy ├── spr_alphyshelper_lookup │ └── spr_alphyshelper_lookup.yy ├── spr_alphyshelper_shakehead │ └── spr_alphyshelper_shakehead.yy ├── spr_alphyshelper_shock │ └── spr_alphyshelper_shock.yy ├── spr_alphyshelper_shock2 │ └── spr_alphyshelper_shock2.yy ├── spr_alphyshelper_shockembarrass │ └── spr_alphyshelper_shockembarrass.yy ├── spr_alphyshelper_thumbsup │ └── spr_alphyshelper_thumbsup.yy ├── spr_alphyshelper_tooexcited │ └── spr_alphyshelper_tooexcited.yy ├── spr_alphyswrap │ └── spr_alphyswrap.yy ├── spr_alphyswrapshock │ └── spr_alphyswrapshock.yy ├── spr_amalgam_dogball │ └── spr_amalgam_dogball.yy ├── spr_amalgam_dognpc │ └── spr_amalgam_dognpc.yy ├── spr_amalgam_dogpiece │ └── spr_amalgam_dogpiece.yy ├── spr_amalgam_exc │ └── spr_amalgam_exc.yy ├── spr_amalgam_eye │ └── spr_amalgam_eye.yy ├── spr_amalgam_fridge │ └── spr_amalgam_fridge.yy ├── spr_amalgam_fridgenpc │ └── spr_amalgam_fridgenpc.yy ├── spr_amalgam_save │ └── spr_amalgam_save.yy ├── spr_amalgam_save_npc │ └── spr_amalgam_save_npc.yy ├── spr_amalgam_sink1 │ └── spr_amalgam_sink1.yy ├── spr_amalgam_sink2 │ └── spr_amalgam_sink2.yy ├── spr_amalgam_sinkless1 │ └── spr_amalgam_sinkless1.yy ├── spr_amalgam_sinkless2 │ └── spr_amalgam_sinkless2.yy ├── spr_amalgam_sinkless3 │ └── spr_amalgam_sinkless3.yy ├── spr_amalgam_tooth │ └── spr_amalgam_tooth.yy ├── spr_amalgam_toothd │ └── spr_amalgam_toothd.yy ├── spr_amalgam_toothmask │ └── spr_amalgam_toothmask.yy ├── spr_amalgam_toothmask_d │ └── spr_amalgam_toothmask_d.yy ├── spr_another_heart_placeholder │ └── spr_another_heart_placeholder.yy ├── spr_apron │ └── spr_apron.yy ├── spr_asgore_bface │ └── spr_asgore_bface.yy ├── spr_asgore_brandish │ └── spr_asgore_brandish.yy ├── spr_asgore_d │ └── spr_asgore_d.yy ├── spr_asgore_d_dark │ └── spr_asgore_d_dark.yy ├── spr_asgore_d_shock │ └── spr_asgore_d_shock.yy ├── spr_asgore_dt │ └── spr_asgore_dt.yy ├── spr_asgore_dt_sad │ └── spr_asgore_dt_sad.yy ├── spr_asgore_dt_shock │ └── spr_asgore_dt_shock.yy ├── spr_asgore_eyeflash │ └── spr_asgore_eyeflash.yy ├── spr_asgore_eyeflash_old │ └── spr_asgore_eyeflash_old.yy ├── spr_asgore_eyeflash_serious │ └── spr_asgore_eyeflash_serious.yy ├── spr_asgore_face0 │ └── spr_asgore_face0.yy ├── spr_asgore_face0_blink │ └── spr_asgore_face0_blink.yy ├── spr_asgore_face1 │ └── spr_asgore_face1.yy ├── spr_asgore_face2 │ └── spr_asgore_face2.yy ├── spr_asgore_face3 │ └── spr_asgore_face3.yy ├── spr_asgore_face4 │ └── spr_asgore_face4.yy ├── spr_asgore_face5 │ └── spr_asgore_face5.yy ├── spr_asgore_flashsilhouette │ └── spr_asgore_flashsilhouette.yy ├── spr_asgore_hit │ └── spr_asgore_hit.yy ├── spr_asgore_kneel │ └── spr_asgore_kneel.yy ├── spr_asgore_kneeldeath │ └── spr_asgore_kneeldeath.yy ├── spr_asgore_l │ └── spr_asgore_l.yy ├── spr_asgore_lastface │ └── spr_asgore_lastface.yy ├── spr_asgore_lt │ └── spr_asgore_lt.yy ├── spr_asgore_prebrandish │ └── spr_asgore_prebrandish.yy ├── spr_asgore_r │ └── spr_asgore_r.yy ├── spr_asgore_rt │ └── spr_asgore_rt.yy ├── spr_asgore_shears │ └── spr_asgore_shears.yy ├── spr_asgore_shears_sad │ └── spr_asgore_shears_sad.yy ├── spr_asgore_shockface │ └── spr_asgore_shockface.yy ├── spr_asgore_swipe_nospear │ └── spr_asgore_swipe_nospear.yy ├── spr_asgore_swipe_spear │ └── spr_asgore_swipe_spear.yy ├── spr_asgore_u │ └── spr_asgore_u.yy ├── spr_asgore_ut │ └── spr_asgore_ut.yy ├── spr_asgore_wrap │ └── spr_asgore_wrap.yy ├── spr_asgore_wrapface │ └── spr_asgore_wrapface.yy ├── spr_asgore_wrapshock │ └── spr_asgore_wrapshock.yy ├── spr_asgoreb_arml │ └── spr_asgoreb_arml.yy ├── spr_asgoreb_armor │ └── spr_asgoreb_armor.yy ├── spr_asgoreb_armr │ └── spr_asgoreb_armr.yy ├── spr_asgoreb_ballarm │ └── spr_asgoreb_ballarm.yy ├── spr_asgoreb_cape │ └── spr_asgoreb_cape.yy ├── spr_asgoreb_dress │ └── spr_asgoreb_dress.yy ├── spr_asgoreb_feet │ └── spr_asgoreb_feet.yy ├── spr_asgoreb_head1 │ └── spr_asgoreb_head1.yy ├── spr_asgoreb_legs │ └── spr_asgoreb_legs.yy ├── spr_asgorespear │ └── spr_asgorespear.yy ├── spr_asgorethrone │ └── spr_asgorethrone.yy ├── spr_asriel_afterimager │ └── spr_asriel_afterimager.yy ├── spr_asriel_afterimager_full │ └── spr_asriel_afterimager_full.yy ├── spr_asriel_armcry │ └── spr_asriel_armcry.yy ├── spr_asriel_d │ └── spr_asriel_d.yy ├── spr_asriel_dt │ └── spr_asriel_dt.yy ├── spr_asriel_gunarm │ └── spr_asriel_gunarm.yy ├── spr_asriel_gunarm_meter │ └── spr_asriel_gunarm_meter.yy ├── spr_asriel_gunarm_meter_old │ └── spr_asriel_gunarm_meter_old.yy ├── spr_asriel_gunarm_shot │ └── spr_asriel_gunarm_shot.yy ├── spr_asriel_gunarm_shot_old │ └── spr_asriel_gunarm_shot_old.yy ├── spr_asriel_gunarm_smearin │ └── spr_asriel_gunarm_smearin.yy ├── spr_asriel_gunarm_unhinge │ └── spr_asriel_gunarm_unhinge.yy ├── spr_asriel_gunbolt │ └── spr_asriel_gunbolt.yy ├── spr_asriel_headshake │ └── spr_asriel_headshake.yy ├── spr_asriel_headshake_sassy │ └── spr_asriel_headshake_sassy.yy ├── spr_asriel_hug │ └── spr_asriel_hug.yy ├── spr_asriel_l │ └── spr_asriel_l.yy ├── spr_asriel_land │ └── spr_asriel_land.yy ├── spr_asriel_lookdown │ └── spr_asriel_lookdown.yy ├── spr_asriel_lt │ └── spr_asriel_lt.yy ├── spr_asriel_power │ └── spr_asriel_power.yy ├── spr_asriel_powerdown │ └── spr_asriel_powerdown.yy ├── spr_asriel_r │ └── spr_asriel_r.yy ├── spr_asriel_rsad │ └── spr_asriel_rsad.yy ├── spr_asriel_rt │ └── spr_asriel_rt.yy ├── spr_asriel_rubtears │ └── spr_asriel_rubtears.yy ├── spr_asriel_sword │ └── spr_asriel_sword.yy ├── spr_asriel_sword_old │ └── spr_asriel_sword_old.yy ├── spr_asriel_swordandsmear │ └── spr_asriel_swordandsmear.yy ├── spr_asriel_swordarm │ └── spr_asriel_swordarm.yy ├── spr_asriel_swordarm_half │ └── spr_asriel_swordarm_half.yy ├── spr_asriel_swordarm_half_old │ └── spr_asriel_swordarm_half_old.yy ├── spr_asriel_swordarm_old │ └── spr_asriel_swordarm_old.yy ├── spr_asriel_swordarm_power │ └── spr_asriel_swordarm_power.yy ├── spr_asriel_swordextend │ └── spr_asriel_swordextend.yy ├── spr_asriel_swordextend_old │ └── spr_asriel_swordextend_old.yy ├── spr_asriel_swordextend_shatter │ └── spr_asriel_swordextend_shatter.yy ├── spr_asriel_swordlessarm │ └── spr_asriel_swordlessarm.yy ├── spr_asriel_swordsmear │ └── spr_asriel_swordsmear.yy ├── spr_asriel_swordtwinkle │ └── spr_asriel_swordtwinkle.yy ├── spr_asriel_tearsdry │ └── spr_asriel_tearsdry.yy ├── spr_asriel_u │ └── spr_asriel_u.yy ├── spr_asriel_ut │ └── spr_asriel_ut.yy ├── spr_asrielarm_r │ └── spr_asrielarm_r.yy ├── spr_asrielarm_r_shrug │ └── spr_asrielarm_r_shrug.yy ├── spr_asrielbg │ └── spr_asrielbg.yy ├── spr_asrielcollar │ └── spr_asrielcollar.yy ├── spr_asrielfeet │ └── spr_asrielfeet.yy ├── spr_asrielhead │ └── spr_asrielhead.yy ├── spr_asriellocket │ └── spr_asriellocket.yy ├── spr_asrielpanels │ └── spr_asrielpanels.yy ├── spr_asrielshoulder_r │ └── spr_asrielshoulder_r.yy ├── spr_asrieltorso │ └── spr_asrieltorso.yy ├── spr_astigmatism_anim │ └── spr_astigmatism_anim.yy ├── spr_astigmatism_anim2 │ └── spr_astigmatism_anim2.yy ├── spr_astigmatism_handl │ └── spr_astigmatism_handl.yy ├── spr_astigmatism_legl │ └── spr_astigmatism_legl.yy ├── spr_astigmatism_normal │ └── spr_astigmatism_normal.yy ├── spr_astigmatismhurt │ └── spr_astigmatismhurt.yy ├── spr_awfulshed │ └── spr_awfulshed.yy ├── spr_balancehotdog │ └── spr_balancehotdog.yy ├── spr_balletshoes │ └── spr_balletshoes.yy ├── spr_bara01hurt │ └── spr_bara01hurt.yy ├── spr_bara02hurt │ └── spr_bara02hurt.yy ├── spr_baraarmor │ └── spr_baraarmor.yy ├── spr_baraball │ └── spr_baraball.yy ├── spr_barafalchion │ └── spr_barafalchion.yy ├── spr_barafist │ └── spr_barafist.yy ├── spr_barafist_bug │ └── spr_barafist_bug.yy ├── spr_barafist_cat │ └── spr_barafist_cat.yy ├── spr_barahead1 │ └── spr_barahead1.yy ├── spr_barahead2 │ └── spr_barahead2.yy ├── spr_barahead3 │ └── spr_barahead3.yy ├── spr_barahead4 │ └── spr_barahead4.yy ├── spr_baralegs │ └── spr_baralegs.yy ├── spr_barashirtless │ └── spr_barashirtless.yy ├── spr_barashoes │ └── spr_barashoes.yy ├── spr_barkbullet │ └── spr_barkbullet.yy ├── spr_barkbullet_ja │ └── spr_barkbullet_ja.yy ├── spr_barktry │ └── spr_barktry.yy ├── spr_barktry_ja │ └── spr_barktry_ja.yy ├── spr_barriercut │ └── spr_barriercut.yy ├── spr_basketball │ └── spr_basketball.yy ├── spr_basketball_bomb │ └── spr_basketball_bomb.yy ├── spr_battlebg │ └── spr_battlebg.yy ├── spr_battlebomb │ └── spr_battlebomb.yy ├── spr_battlebomb_defuse │ └── spr_battlebomb_defuse.yy ├── spr_battlebox_cross │ └── spr_battlebox_cross.yy ├── spr_bball_hoop │ └── spr_bball_hoop.yy ├── spr_bball_hoop_back │ └── spr_bball_hoop_back.yy ├── spr_bbutton │ └── spr_bbutton.yy ├── spr_beachdebris │ └── spr_beachdebris.yy ├── spr_beamcircle │ └── spr_beamcircle.yy ├── spr_bed_dark │ └── spr_bed_dark.yy ├── spr_bed_dark_nosheet │ └── spr_bed_dark_nosheet.yy ├── spr_bed_dark_sheet │ └── spr_bed_dark_sheet.yy ├── spr_bed_dark_sheet_weird │ └── spr_bed_dark_sheet_weird.yy ├── spr_bedlump │ └── spr_bedlump.yy ├── spr_bellblossom │ └── spr_bellblossom.yy ├── spr_bench │ └── spr_bench.yy ├── spr_bgpipe │ └── spr_bgpipe.yy ├── spr_bigbob │ └── spr_bigbob.yy ├── spr_bigbomb │ └── spr_bigbomb.yy ├── spr_bigcoredoor │ └── spr_bigcoredoor.yy ├── spr_bigdog_side │ └── spr_bigdog_side.yy ├── spr_bigmonitor │ └── spr_bigmonitor.yy ├── spr_bigmouth │ └── spr_bigmouth.yy ├── spr_bigpie │ └── spr_bigpie.yy ├── spr_bigweb │ └── spr_bigweb.yy ├── spr_bitem_ja_arrow │ └── spr_bitem_ja_arrow.yy ├── spr_bitem_ja_largedot │ └── spr_bitem_ja_largedot.yy ├── spr_bitem_ja_smalldot │ └── spr_bitem_ja_smalldot.yy ├── spr_blackbox_o │ └── spr_blackbox_o.yy ├── spr_blackbox_o_shatter │ └── spr_blackbox_o_shatter.yy ├── spr_blackbox_pl │ └── spr_blackbox_pl.yy ├── spr_blackboxbl │ └── spr_blackboxbl.yy ├── spr_blackboxpart │ └── spr_blackboxpart.yy ├── spr_blconabove │ └── spr_blconabove.yy ├── spr_blconbelow │ └── spr_blconbelow.yy ├── spr_blconsm │ └── spr_blconsm.yy ├── spr_blconsm2 │ └── spr_blconsm2.yy ├── spr_blconsm2_shrt │ └── spr_blconsm2_shrt.yy ├── spr_blconsm_plus1 │ └── spr_blconsm_plus1.yy ├── spr_blconsm_shrt │ └── spr_blconsm_shrt.yy ├── spr_blcontiny │ └── spr_blcontiny.yy ├── spr_blcontinyabove │ └── spr_blcontinyabove.yy ├── spr_blcontl │ └── spr_blcontl.yy ├── spr_blconwd │ └── spr_blconwd.yy ├── spr_blconwdshrt │ └── spr_blconwdshrt.yy ├── spr_blconwdshrt_l │ └── spr_blconwdshrt_l.yy ├── spr_blookhat │ └── spr_blookhat.yy ├── spr_blookhouses │ └── spr_blookhouses.yy ├── spr_bluedontmove │ └── spr_bluedontmove.yy ├── spr_bluejet │ └── spr_bluejet.yy ├── spr_bluespear │ └── spr_bluespear.yy ├── spr_bluesword │ └── spr_bluesword.yy ├── spr_bof_what │ └── spr_bof_what.yy ├── spr_bombburst │ └── spr_bombburst.yy ├── spr_bombd │ └── spr_bombd.yy ├── spr_bombexplosion │ └── spr_bombexplosion.yy ├── spr_bombexplosionmask │ └── spr_bombexplosionmask.yy ├── spr_bonebottom │ └── spr_bonebottom.yy ├── spr_bonebox │ └── spr_bonebox.yy ├── spr_bonedrawer │ └── spr_bonedrawer.yy ├── spr_bonedrawer_improved │ └── spr_bonedrawer_improved.yy ├── spr_bonedrawer_note │ └── spr_bonedrawer_note.yy ├── spr_bonepainting │ └── spr_bonepainting.yy ├── spr_bonesaver │ └── spr_bonesaver.yy ├── spr_bonetop │ └── spr_bonetop.yy ├── spr_book │ └── spr_book.yy ├── spr_book2 │ └── spr_book2.yy ├── spr_bookshelf │ └── spr_bookshelf.yy ├── spr_booths │ └── spr_booths.yy ├── spr_border │ └── spr_border.yy ├── spr_boss_mewmew_attack │ └── spr_boss_mewmew_attack.yy ├── spr_boss_mewmew_face │ └── spr_boss_mewmew_face.yy ├── spr_boss_mewmew_face_centered │ └── spr_boss_mewmew_face_centered.yy ├── spr_boss_mewmew_hold │ └── spr_boss_mewmew_hold.yy ├── spr_boss_mewmew_idle │ └── spr_boss_mewmew_idle.yy ├── spr_bottomtable │ └── spr_bottomtable.yy ├── spr_bouncersteam │ └── spr_bouncersteam.yy ├── spr_bpants_arms │ └── spr_bpants_arms.yy ├── spr_bpants_bush │ └── spr_bpants_bush.yy ├── spr_bpants_cloud │ └── spr_bpants_cloud.yy ├── spr_bpants_face │ └── spr_bpants_face.yy ├── spr_brattyarm_l │ └── spr_brattyarm_l.yy ├── spr_brattyarm_r │ └── spr_brattyarm_r.yy ├── spr_brattybody │ └── spr_brattybody.yy ├── spr_brattyface │ └── spr_brattyface.yy ├── spr_brattysign_ja │ └── spr_brattysign_ja.yy ├── spr_bridgeseed │ └── spr_bridgeseed.yy ├── spr_brokeboxpart │ └── spr_brokeboxpart.yy ├── spr_brokenpillar │ └── spr_brokenpillar.yy ├── spr_bulletNapstaSad │ └── spr_bulletNapstaSad.yy ├── spr_bulletNapstaSad_ja │ └── spr_bulletNapstaSad_ja.yy ├── spr_bullet_test │ └── spr_bullet_test.yy ├── spr_bullet_test_d │ └── spr_bullet_test_d.yy ├── spr_bullet_test_l │ └── spr_bullet_test_l.yy ├── spr_bullet_test_r │ └── spr_bullet_test_r.yy ├── spr_bullet_test_u │ └── spr_bullet_test_u.yy ├── spr_bullet_testx │ └── spr_bullet_testx.yy ├── spr_bullet_testx_arrow │ └── spr_bullet_testx_arrow.yy ├── spr_bulletgenmd │ └── spr_bulletgenmd.yy ├── spr_bulletmd │ └── spr_bulletmd.yy ├── spr_bulletsm │ └── spr_bulletsm.yy ├── spr_businessdude │ └── spr_businessdude.yy ├── spr_businessmanticore │ └── spr_businessmanticore.yy ├── spr_butterfly_bullet2 │ └── spr_butterfly_bullet2.yy ├── spr_butterflybllt │ └── spr_butterflybllt.yy ├── spr_butterflybullet │ └── spr_butterflybullet.yy ├── spr_butterflybullet_green │ └── spr_butterflybullet_green.yy ├── spr_cactus │ └── spr_cactus.yy ├── spr_candydish │ └── spr_candydish.yy ├── spr_candydish2 │ └── spr_candydish2.yy ├── spr_candydish_bad │ └── spr_candydish_bad.yy ├── spr_carbed │ └── spr_carbed.yy ├── spr_carrotbullet │ └── spr_carrotbullet.yy ├── spr_carrotbullet_gr │ └── spr_carrotbullet_gr.yy ├── spr_carrotbullet_snake │ └── spr_carrotbullet_snake.yy ├── spr_carrotbullet_snake_gr │ └── spr_carrotbullet_snake_gr.yy ├── spr_carrotshot │ └── spr_carrotshot.yy ├── spr_castledog_a │ └── spr_castledog_a.yy ├── spr_catarm │ └── spr_catarm.yy ├── spr_cattybody │ └── spr_cattybody.yy ├── spr_cattyface │ └── spr_cattyface.yy ├── spr_cbone │ └── spr_cbone.yy ├── spr_cbone_ja │ └── spr_cbone_ja.yy ├── spr_cbutton │ └── spr_cbutton.yy ├── spr_centeredhole │ └── spr_centeredhole.yy ├── spr_chairempty │ └── spr_chairempty.yy ├── spr_chairiel │ └── spr_chairiel.yy ├── spr_chairiel_grey │ └── spr_chairiel_grey.yy ├── spr_chairiel_sleep │ └── spr_chairiel_sleep.yy ├── spr_chairielgetup │ └── spr_chairielgetup.yy ├── spr_chaosbomb │ └── spr_chaosbomb.yy ├── spr_charad │ └── spr_charad.yy ├── spr_charad_fall │ └── spr_charad_fall.yy ├── spr_charahead │ └── spr_charahead.yy ├── spr_charal │ └── spr_charal.yy ├── spr_charal_fall │ └── spr_charal_fall.yy ├── spr_charaphoto │ └── spr_charaphoto.yy ├── spr_charar │ └── spr_charar.yy ├── spr_charar_fall │ └── spr_charar_fall.yy ├── spr_charau │ └── spr_charau.yy ├── spr_charau_fall │ └── spr_charau_fall.yy ├── spr_cheesetable │ └── spr_cheesetable.yy ├── spr_chefhat │ └── spr_chefhat.yy ├── spr_cherrypetal │ └── spr_cherrypetal.yy ├── spr_chestbox │ └── spr_chestbox.yy ├── spr_chewtoy │ └── spr_chewtoy.yy ├── spr_chilldrakenpc │ └── spr_chilldrakenpc.yy ├── spr_chillglasses │ └── spr_chillglasses.yy ├── spr_chimesparkle1 │ └── spr_chimesparkle1.yy ├── spr_chipdoor_chippart │ └── spr_chipdoor_chippart.yy ├── spr_chipdoor_green │ └── spr_chipdoor_green.yy ├── spr_chipdoor_red │ └── spr_chipdoor_red.yy ├── spr_christmasflake │ └── spr_christmasflake.yy ├── spr_circlebullet_noc │ └── spr_circlebullet_noc.yy ├── spr_circlebulletb │ └── spr_circlebulletb.yy ├── spr_circlebulletlarge_ex │ └── spr_circlebulletlarge_ex.yy ├── spr_circlebulletmd1 │ └── spr_circlebulletmd1.yy ├── spr_circlebulletmd1b │ └── spr_circlebulletmd1b.yy ├── spr_circlebulletmed2 │ └── spr_circlebulletmed2.yy ├── spr_circlebulletmed_ex │ └── spr_circlebulletmed_ex.yy ├── spr_circlebulletsm │ └── spr_circlebulletsm.yy ├── spr_circlebulletsm_ex │ └── spr_circlebulletsm_ex.yy ├── spr_clam_goner_b │ └── spr_clam_goner_b.yy ├── spr_clamgirl_a │ └── spr_clamgirl_a.yy ├── spr_clamgirl_b │ └── spr_clamgirl_b.yy ├── spr_clamguy_a │ └── spr_clamguy_a.yy ├── spr_clamguy_b │ └── spr_clamguy_b.yy ├── spr_clawbullet │ └── spr_clawbullet.yy ├── spr_coffin_closed │ └── spr_coffin_closed.yy ├── spr_coffin_open │ └── spr_coffin_open.yy ├── spr_cogmed_e │ └── spr_cogmed_e.yy ├── spr_cogsmall_e │ └── spr_cogsmall_e.yy ├── spr_colorswitch │ └── spr_colorswitch.yy ├── spr_computer │ └── spr_computer.yy ├── spr_confetti │ └── spr_confetti.yy ├── spr_confuseheart │ └── spr_confuseheart.yy ├── spr_convenientlamp │ └── spr_convenientlamp.yy ├── spr_conveyorbelt_d │ └── spr_conveyorbelt_d.yy ├── spr_conveyorbelt_d_blue │ └── spr_conveyorbelt_d_blue.yy ├── spr_conveyorbelt_d_blue_m │ └── spr_conveyorbelt_d_blue_m.yy ├── spr_conveyorbelt_dmarker │ └── spr_conveyorbelt_dmarker.yy ├── spr_conveyorbelt_r │ └── spr_conveyorbelt_r.yy ├── spr_conveyorbelt_r_blue │ └── spr_conveyorbelt_r_blue.yy ├── spr_conveyorbelt_r_blue_m │ └── spr_conveyorbelt_r_blue_m.yy ├── spr_conveyorbelt_rmarker │ └── spr_conveyorbelt_rmarker.yy ├── spr_conveyorbelt_single │ └── spr_conveyorbelt_single.yy ├── spr_coolbus │ └── spr_coolbus.yy ├── spr_cooler_water │ └── spr_cooler_water.yy ├── spr_coolerpuddle │ └── spr_coolerpuddle.yy ├── spr_core_glowwall │ └── spr_core_glowwall.yy ├── spr_core_lightst_left │ └── spr_core_lightst_left.yy ├── spr_core_lightst_m │ └── spr_core_lightst_m.yy ├── spr_core_lightst_r │ └── spr_core_lightst_r.yy ├── spr_core_linelightstrip │ └── spr_core_linelightstrip.yy ├── spr_core_wallstrip │ └── spr_core_wallstrip.yy ├── spr_core_wallstrip_l │ └── spr_core_wallstrip_l.yy ├── spr_core_wallstrip_m │ └── spr_core_wallstrip_m.yy ├── spr_core_wallstrip_r │ └── spr_core_wallstrip_r.yy ├── spr_corebridgepiece │ └── spr_corebridgepiece.yy ├── spr_coredoor │ └── spr_coredoor.yy ├── spr_coreentrance_bright │ └── spr_coreentrance_bright.yy ├── spr_coresign │ └── spr_coresign.yy ├── spr_countersegment │ └── spr_countersegment.yy ├── spr_countertop │ └── spr_countertop.yy ├── spr_crackedbeach │ └── spr_crackedbeach.yy ├── spr_creditsheart │ └── spr_creditsheart.yy ├── spr_crimegraph │ └── spr_crimegraph.yy ├── spr_croissantl │ └── spr_croissantl.yy ├── spr_croissantr │ └── spr_croissantr.yy ├── spr_crosszap │ └── spr_crosszap.yy ├── spr_crystaltable │ └── spr_crystaltable.yy ├── spr_cupcakebullet │ └── spr_cupcakebullet.yy ├── spr_cupcakemonster │ └── spr_cupcakemonster.yy ├── spr_cutetable │ └── spr_cutetable.yy ├── spr_darkelevator_l │ └── spr_darkelevator_l.yy ├── spr_darkelevator_r │ └── spr_darkelevator_r.yy ├── spr_darkhalo │ └── spr_darkhalo.yy ├── spr_darkhalo_big │ └── spr_darkhalo_big.yy ├── spr_darkman_d │ └── spr_darkman_d.yy ├── spr_darkman_l │ └── spr_darkman_l.yy ├── spr_darkman_laugh │ └── spr_darkman_laugh.yy ├── spr_darkman_r │ └── spr_darkman_r.yy ├── spr_darknesstotem │ └── spr_darknesstotem.yy ├── spr_dbone │ └── spr_dbone.yy ├── spr_dbone_ja │ └── spr_dbone_ja.yy ├── spr_dbutton │ └── spr_dbutton.yy ├── spr_decomp_achievement_trophy │ ├── 1c3ab097-c4dd-4e7b-8c3f-a830f249ccf5.png │ ├── 418db779-8910-45e1-9561-a46d50c42d3b.png │ ├── 5dd9b98a-feb5-4696-b64f-f7725e57fbef.png │ ├── d5159f45-301f-4b4b-bc72-2c6b2d87727d.png │ ├── layers │ │ ├── 1c3ab097-c4dd-4e7b-8c3f-a830f249ccf5 │ │ │ └── a64303e0-e2b0-4be6-8514-fc21dc3cdd05.png │ │ ├── 418db779-8910-45e1-9561-a46d50c42d3b │ │ │ └── a64303e0-e2b0-4be6-8514-fc21dc3cdd05.png │ │ ├── 5dd9b98a-feb5-4696-b64f-f7725e57fbef │ │ │ └── a64303e0-e2b0-4be6-8514-fc21dc3cdd05.png │ │ └── d5159f45-301f-4b4b-bc72-2c6b2d87727d │ │ │ └── a64303e0-e2b0-4be6-8514-fc21dc3cdd05.png │ └── spr_decomp_achievement_trophy.yy ├── spr_decomp_daniela │ ├── 004015a8-739c-4ab3-8b52-6f343078ce1c.png │ ├── 0cc9ed35-e816-42f0-a155-124573ff4518.png │ ├── 2a0b7f1e-6f16-468c-a467-872c9db75fb8.png │ ├── 42219426-50de-4539-81d0-35d0f49eefa7.png │ ├── 4c42d63f-5526-44e2-9163-5c58978c3dff.png │ ├── 5b6b610e-4907-4278-aecc-d14f6c95748e.png │ ├── 5f4cc174-112c-4d1e-aabc-fe737ab9a3e3.png │ ├── 62fd899e-5ebd-42a1-af12-26a521d0a809.png │ ├── 67d59870-2868-49b4-a0e7-e5da816eec52.png │ ├── 70e088b4-5539-407e-b4cb-ac18258e9342.png │ ├── 8be6e5f0-da18-4be1-8848-e318c4705255.png │ ├── 95f707b7-b16d-4385-b7fa-941185caedc1.png │ ├── 96e58eba-6a9c-4e95-8bc8-192d33fd33f9.png │ ├── a36abbd0-ff16-465e-86ac-c70005425a14.png │ ├── baad3e0e-0e3c-4a2b-bc11-6311b375efd7.png │ ├── bbf29fe5-18aa-4cdd-b1b6-b3d0ba376bef.png │ ├── c4a6f575-5646-42ac-ae24-404403297550.png │ ├── c6836f79-dd06-46c9-a9cc-a2037d2624c5.png │ ├── c6bc3794-ff72-4b41-8d70-5b74f57d1f8a.png │ ├── d28ba739-79d1-4b67-ad3e-ac34e511917a.png │ ├── d895d87f-d118-4537-9963-c5b16538adcd.png │ ├── dc4e8705-68e3-4146-ab10-bd8197e15526.png │ ├── ed4756c9-2e82-4013-acc8-f3ff2f1defc4.png │ ├── fd62df55-ba80-468e-b004-a471d4d81d0d.png │ ├── ff6d1b17-6294-4f8b-bfa8-7d77baeea4e1.png │ ├── layers │ │ ├── 004015a8-739c-4ab3-8b52-6f343078ce1c │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 0cc9ed35-e816-42f0-a155-124573ff4518 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 2a0b7f1e-6f16-468c-a467-872c9db75fb8 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 42219426-50de-4539-81d0-35d0f49eefa7 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 4c42d63f-5526-44e2-9163-5c58978c3dff │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 5b6b610e-4907-4278-aecc-d14f6c95748e │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 5f4cc174-112c-4d1e-aabc-fe737ab9a3e3 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 62fd899e-5ebd-42a1-af12-26a521d0a809 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 67d59870-2868-49b4-a0e7-e5da816eec52 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 70e088b4-5539-407e-b4cb-ac18258e9342 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 8be6e5f0-da18-4be1-8848-e318c4705255 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 95f707b7-b16d-4385-b7fa-941185caedc1 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── 96e58eba-6a9c-4e95-8bc8-192d33fd33f9 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── a36abbd0-ff16-465e-86ac-c70005425a14 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── baad3e0e-0e3c-4a2b-bc11-6311b375efd7 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── bbf29fe5-18aa-4cdd-b1b6-b3d0ba376bef │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── c4a6f575-5646-42ac-ae24-404403297550 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── c6836f79-dd06-46c9-a9cc-a2037d2624c5 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── c6bc3794-ff72-4b41-8d70-5b74f57d1f8a │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── d28ba739-79d1-4b67-ad3e-ac34e511917a │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── d895d87f-d118-4537-9963-c5b16538adcd │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── dc4e8705-68e3-4146-ab10-bd8197e15526 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── ed4756c9-2e82-4013-acc8-f3ff2f1defc4 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ ├── fd62df55-ba80-468e-b004-a471d4d81d0d │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ │ └── ff6d1b17-6294-4f8b-bfa8-7d77baeea4e1 │ │ │ └── 00b576ab-9513-4f3e-ad4c-a8bb3610791c.png │ └── spr_decomp_daniela.yy ├── spr_defusebox │ └── spr_defusebox.yy ├── spr_defusebox_ja │ └── spr_defusebox_ja.yy ├── spr_dentata_bottomhalf │ └── spr_dentata_bottomhalf.yy ├── spr_dentata_none │ └── spr_dentata_none.yy ├── spr_dentata_none_old │ └── spr_dentata_none_old.yy ├── spr_dentata_tophalf │ └── spr_dentata_tophalf.yy ├── spr_diamond_recep │ └── spr_diamond_recep.yy ├── spr_diamondboy │ └── spr_diamondboy.yy ├── spr_diamondtallboy │ └── spr_diamondtallboy.yy ├── spr_digitalnumber │ └── spr_digitalnumber.yy ├── spr_diningtable │ └── spr_diningtable.yy ├── spr_diningtable_grey │ └── spr_diningtable_grey.yy ├── spr_dirbullet │ └── spr_dirbullet.yy ├── spr_discoball │ └── spr_discoball.yy ├── spr_discoball_invert_pl │ └── spr_discoball_invert_pl.yy ├── spr_discoball_pl │ └── spr_discoball_pl.yy ├── spr_disembodiedfoxhead │ └── spr_disembodiedfoxhead.yy ├── spr_djtable │ └── spr_djtable.yy ├── spr_dmgmiss_o │ └── spr_dmgmiss_o.yy ├── spr_dmgnum │ └── spr_dmgnum.yy ├── spr_dmgnum_o │ └── spr_dmgnum_o.yy ├── spr_dockanim │ └── spr_dockanim.yy ├── spr_dogbed │ └── spr_dogbed.yy ├── spr_dogboat │ └── spr_dogboat.yy ├── spr_dogboat_cover │ └── spr_dogboat_cover.yy ├── spr_dogboredwalk │ └── spr_dogboredwalk.yy ├── spr_dogbowl │ └── spr_dogbowl.yy ├── spr_dogbowl_empty │ └── spr_dogbowl_empty.yy ├── spr_dogbuttwalk │ └── spr_dogbuttwalk.yy ├── spr_dogdozer │ └── spr_dogdozer.yy ├── spr_dogeB │ └── spr_dogeB.yy ├── spr_dogeB_hurt │ └── spr_dogeB_hurt.yy ├── spr_dogeBtail │ └── spr_dogeBtail.yy ├── spr_dogfoodbag │ └── spr_dogfoodbag.yy ├── spr_doghouseback │ └── spr_doghouseback.yy ├── spr_doghousesmall │ └── spr_doghousesmall.yy ├── spr_doglick │ └── spr_doglick.yy ├── spr_dogmissle │ └── spr_dogmissle.yy ├── spr_dogmush │ └── spr_dogmush.yy ├── spr_dogneck1 │ └── spr_dogneck1.yy ├── spr_dogneck2 │ └── spr_dogneck2.yy ├── spr_dogneck3 │ └── spr_dogneck3.yy ├── spr_dogneck4 │ └── spr_dogneck4.yy ├── spr_dogneck5 │ └── spr_dogneck5.yy ├── spr_dogpillar1 │ └── spr_dogpillar1.yy ├── spr_dogpillar2 │ └── spr_dogpillar2.yy ├── spr_dogpillar3 │ └── spr_dogpillar3.yy ├── spr_dogpillar4 │ └── spr_dogpillar4.yy ├── spr_dogpillar5 │ └── spr_dogpillar5.yy ├── spr_dogpoff │ └── spr_dogpoff.yy ├── spr_dogradar │ └── spr_dogradar.yy ├── spr_dogshrine │ └── spr_dogshrine.yy ├── spr_dogshrine_dog │ └── spr_dogshrine_dog.yy ├── spr_dogshrine_dog_sleep │ └── spr_dogshrine_dog_sleep.yy ├── spr_dogshrine_doors │ └── spr_dogshrine_doors.yy ├── spr_dogspear │ └── spr_dogspear.yy ├── spr_dogstandfront │ └── spr_dogstandfront.yy ├── spr_dogtreat │ └── spr_dogtreat.yy ├── spr_donutbullet │ └── spr_donutbullet.yy ├── spr_donutscaredguy │ └── spr_donutscaredguy.yy ├── spr_doodlearm │ └── spr_doodlearm.yy ├── spr_doodleboat │ └── spr_doodleboat.yy ├── spr_doodlebug │ └── spr_doodlebug.yy ├── spr_doodlebullet │ └── spr_doodlebullet.yy ├── spr_doodleleg │ └── spr_doodleleg.yy ├── spr_doorA │ └── spr_doorA.yy ├── spr_doorB │ └── spr_doorB.yy ├── spr_doorC │ └── spr_doorC.yy ├── spr_doorD │ └── spr_doorD.yy ├── spr_doorX │ └── spr_doorX.yy ├── spr_door_edge │ └── spr_door_edge.yy ├── spr_door_redkey │ └── spr_door_redkey.yy ├── spr_door_redkey_brightl │ └── spr_door_redkey_brightl.yy ├── spr_door_redkey_brightr │ └── spr_door_redkey_brightr.yy ├── spr_door_redkey_r │ └── spr_door_redkey_r.yy ├── spr_downpbutton │ └── spr_downpbutton.yy ├── spr_downstairs │ └── spr_downstairs.yy ├── spr_downstairs_grey │ └── spr_downstairs_grey.yy ├── spr_dresslion_a │ └── spr_dresslion_a.yy ├── spr_dresslion_b │ └── spr_dresslion_b.yy ├── spr_ds2_blueprint │ └── spr_ds2_blueprint.yy ├── spr_ds2_boombox │ └── spr_ds2_boombox.yy ├── spr_ds2_cd │ └── spr_ds2_cd.yy ├── spr_ds2_certificate │ └── spr_ds2_certificate.yy ├── spr_ds2_dango │ └── spr_ds2_dango.yy ├── spr_ds2_dogtap │ └── spr_ds2_dogtap.yy ├── spr_ds2_doorlock │ └── spr_ds2_doorlock.yy ├── spr_ds2_goldbox │ └── spr_ds2_goldbox.yy ├── spr_ds2_lights │ └── spr_ds2_lights.yy ├── spr_ds2_mascot1 │ └── spr_ds2_mascot1.yy ├── spr_ds2_mascot2 │ └── spr_ds2_mascot2.yy ├── spr_ds2_portrait1 │ └── spr_ds2_portrait1.yy ├── spr_ds2_portrait2 │ └── spr_ds2_portrait2.yy ├── spr_ds2_rope │ └── spr_ds2_rope.yy ├── spr_ds2_shrine │ └── spr_ds2_shrine.yy ├── spr_ds2_switchdoor │ └── spr_ds2_switchdoor.yy ├── spr_ds3_cashbox │ └── spr_ds3_cashbox.yy ├── spr_ds3_coinbox │ └── spr_ds3_coinbox.yy ├── spr_ds3_console │ └── spr_ds3_console.yy ├── spr_ds3_creams │ └── spr_ds3_creams.yy ├── spr_ds3_drinks │ └── spr_ds3_drinks.yy ├── spr_ds3_fastfood │ └── spr_ds3_fastfood.yy ├── spr_ds3_hat │ └── spr_ds3_hat.yy ├── spr_ds3_heightsign │ └── spr_ds3_heightsign.yy ├── spr_ds3_kinect │ └── spr_ds3_kinect.yy ├── spr_ds3_mewmew │ └── spr_ds3_mewmew.yy ├── spr_ds3_pokertable │ └── spr_ds3_pokertable.yy ├── spr_ds3_sans │ └── spr_ds3_sans.yy ├── spr_ds3_selectiontriangle │ └── spr_ds3_selectiontriangle.yy ├── spr_ds3_sign │ └── spr_ds3_sign.yy ├── spr_ds3_statue │ └── spr_ds3_statue.yy ├── spr_ds3_ticket │ └── spr_ds3_ticket.yy ├── spr_ds3_treaty │ └── spr_ds3_treaty.yy ├── spr_ds_advertisement │ └── spr_ds_advertisement.yy ├── spr_ds_blueprints │ └── spr_ds_blueprints.yy ├── spr_ds_boombox │ └── spr_ds_boombox.yy ├── spr_ds_cd │ └── spr_ds_cd.yy ├── spr_ds_certification │ └── spr_ds_certification.yy ├── spr_ds_dango │ └── spr_ds_dango.yy ├── spr_ds_dogtap │ └── spr_ds_dogtap.yy ├── spr_ds_donationbox │ └── spr_ds_donationbox.yy ├── spr_ds_donationbox_trash │ └── spr_ds_donationbox_trash.yy ├── spr_ds_fairylights │ └── spr_ds_fairylights.yy ├── spr_ds_papphoto │ └── spr_ds_papphoto.yy ├── spr_ds_rope │ └── spr_ds_rope.yy ├── spr_dt_machine │ └── spr_dt_machine.yy ├── spr_dtrapcannon │ └── spr_dtrapcannon.yy ├── spr_dtrapdog │ └── spr_dtrapdog.yy ├── spr_dtrapfire │ └── spr_dtrapfire.yy ├── spr_dtrapmace │ └── spr_dtrapmace.yy ├── spr_dtrapspear │ └── spr_dtrapspear.yy ├── spr_dumbtarget │ └── spr_dumbtarget.yy ├── spr_dummy │ └── spr_dummy.yy ├── spr_dummybattle │ └── spr_dummybattle.yy ├── spr_dummybattle_glad │ └── spr_dummybattle_glad.yy ├── spr_dummybot │ └── spr_dummybot.yy ├── spr_dummybullet │ └── spr_dummybullet.yy ├── spr_dummybullet_red │ └── spr_dummybullet_red.yy ├── spr_dummybullet_sad │ └── spr_dummybullet_sad.yy ├── spr_dummybullet_sad2 │ └── spr_dummybullet_sad2.yy ├── spr_dummybullet_shock │ └── spr_dummybullet_shock.yy ├── spr_dummyglad │ └── spr_dummyglad.yy ├── spr_dummyknife │ └── spr_dummyknife.yy ├── spr_dummymad │ └── spr_dummymad.yy ├── spr_dummymad_toot │ └── spr_dummymad_toot.yy ├── spr_dummymask │ └── spr_dummymask.yy ├── spr_dummymissle_sh │ └── spr_dummymissle_sh.yy ├── spr_dummymissle_shot │ └── spr_dummymissle_shot.yy ├── spr_dummyshot │ └── spr_dummyshot.yy ├── spr_dummysurprise │ └── spr_dummysurprise.yy ├── spr_dustcloud │ └── spr_dustcloud.yy ├── spr_dvdcase_water │ └── spr_dvdcase_water.yy ├── spr_echoflower │ └── spr_echoflower.yy ├── spr_eggbullet_pl │ └── spr_eggbullet_pl.yy ├── spr_eggcarton │ └── spr_eggcarton.yy ├── spr_eggcarton_pl │ └── spr_eggcarton_pl.yy ├── spr_egggraph │ └── spr_egggraph.yy ├── spr_elevatordoor │ └── spr_elevatordoor.yy ├── spr_elevatordoor_vines │ └── spr_elevatordoor_vines.yy ├── spr_elevatordoorframe │ └── spr_elevatordoorframe.yy ├── spr_elevatorgem_l │ └── spr_elevatorgem_l.yy ├── spr_elevatorgem_r │ └── spr_elevatorgem_r.yy ├── spr_elevatorpanel │ └── spr_elevatorpanel.yy ├── spr_emergentdog │ └── spr_emergentdog.yy ├── spr_emptyborder │ └── spr_emptyborder.yy ├── spr_endogeny │ └── spr_endogeny.yy ├── spr_endogeny_2 │ └── spr_endogeny_2.yy ├── spr_endogeny_head │ └── spr_endogeny_head.yy ├── spr_event │ └── spr_event.yy ├── spr_event_small │ └── spr_event_small.yy ├── spr_event_vsmall │ └── spr_event_vsmall.yy ├── spr_exc │ └── spr_exc.yy ├── spr_exc_f │ └── spr_exc_f.yy ├── spr_exclamationpoint │ └── spr_exclamationpoint.yy ├── spr_eyeshot_a │ └── spr_eyeshot_a.yy ├── spr_eyewarning │ └── spr_eyewarning.yy ├── spr_f_handgun │ └── spr_f_handgun.yy ├── spr_f_handgun_neo │ └── spr_f_handgun_neo.yy ├── spr_f_handknife │ └── spr_f_handknife.yy ├── spr_f_maincharad │ └── spr_f_maincharad.yy ├── spr_f_maincharal │ └── spr_f_maincharal.yy ├── spr_f_maincharar │ └── spr_f_maincharar.yy ├── spr_f_maincharau │ └── spr_f_maincharau.yy ├── spr_fa_seq_b │ └── spr_fa_seq_b.yy ├── spr_fa_stemunder │ └── spr_fa_stemunder.yy ├── spr_face_asriel0 │ └── spr_face_asriel0.yy ├── spr_face_asriel1 │ └── spr_face_asriel1.yy ├── spr_face_asriel2 │ └── spr_face_asriel2.yy ├── spr_face_asriel3 │ └── spr_face_asriel3.yy ├── spr_face_asriel4 │ └── spr_face_asriel4.yy ├── spr_face_asriel5 │ └── spr_face_asriel5.yy ├── spr_face_asriel6 │ └── spr_face_asriel6.yy ├── spr_face_asriel7 │ └── spr_face_asriel7.yy ├── spr_face_asriel8 │ └── spr_face_asriel8.yy ├── spr_face_asriel9 │ └── spr_face_asriel9.yy ├── spr_face_papyrus │ └── spr_face_papyrus.yy ├── spr_face_papyruscool │ └── spr_face_papyruscool.yy ├── spr_face_papyruscry │ └── spr_face_papyruscry.yy ├── spr_face_papyrusdejected │ └── spr_face_papyrusdejected.yy ├── spr_face_papyrusevil │ └── spr_face_papyrusevil.yy ├── spr_face_papyruslaugh │ └── spr_face_papyruslaugh.yy ├── spr_face_papyrusmad │ └── spr_face_papyrusmad.yy ├── spr_face_papyrusside │ └── spr_face_papyrusside.yy ├── spr_face_papyrussweat │ └── spr_face_papyrussweat.yy ├── spr_face_papyruswacky │ └── spr_face_papyruswacky.yy ├── spr_face_sans │ └── spr_face_sans.yy ├── spr_face_sansblink │ └── spr_face_sansblink.yy ├── spr_face_sanschuckle │ └── spr_face_sanschuckle.yy ├── spr_face_sanschuckle2 │ └── spr_face_sanschuckle2.yy ├── spr_face_sansnoeyes │ └── spr_face_sansnoeyes.yy ├── spr_face_sanswink │ └── spr_face_sanswink.yy ├── spr_face_toriel_goawayasgore │ └── spr_face_toriel_goawayasgore.yy ├── spr_face_toriel_laughleft │ └── spr_face_toriel_laughleft.yy ├── spr_face_toriel_noasgore │ └── spr_face_toriel_noasgore.yy ├── spr_face_toriel_noface │ └── spr_face_toriel_noface.yy ├── spr_face_torielblink │ └── spr_face_torielblink.yy ├── spr_face_torielblinkside │ └── spr_face_torielblinkside.yy ├── spr_face_torielbody │ └── spr_face_torielbody.yy ├── spr_face_torielcold │ └── spr_face_torielcold.yy ├── spr_face_torielcoldblink │ └── spr_face_torielcoldblink.yy ├── spr_face_torieldie │ └── spr_face_torieldie.yy ├── spr_face_torieldreamworks │ └── spr_face_torieldreamworks.yy ├── spr_face_torielembarrassed │ └── spr_face_torielembarrassed.yy ├── spr_face_torielencourage │ └── spr_face_torielencourage.yy ├── spr_face_torielglasses │ └── spr_face_torielglasses.yy ├── spr_face_torielhappy_2 │ └── spr_face_torielhappy_2.yy ├── spr_face_torielhappy_down │ └── spr_face_torielhappy_down.yy ├── spr_face_torielhappy_left │ └── spr_face_torielhappy_left.yy ├── spr_face_torielhappy_right │ └── spr_face_torielhappy_right.yy ├── spr_face_torielhappyblink │ └── spr_face_torielhappyblink.yy ├── spr_face_torielhappytalk │ └── spr_face_torielhappytalk.yy ├── spr_face_toriellaugh │ └── spr_face_toriellaugh.yy ├── spr_face_torielmad │ └── spr_face_torielmad.yy ├── spr_face_torielmadblink │ └── spr_face_torielmadblink.yy ├── spr_face_torielpain │ └── spr_face_torielpain.yy ├── spr_face_torielrevenge │ └── spr_face_torielrevenge.yy ├── spr_face_torielrevengetalk │ └── spr_face_torielrevengetalk.yy ├── spr_face_torielscared │ └── spr_face_torielscared.yy ├── spr_face_torielsigh │ └── spr_face_torielsigh.yy ├── spr_face_torielsurprised │ └── spr_face_torielsurprised.yy ├── spr_face_torieltalk │ └── spr_face_torieltalk.yy ├── spr_face_torieltalkside │ └── spr_face_torieltalkside.yy ├── spr_face_torielup │ └── spr_face_torielup.yy ├── spr_face_torielwhat │ └── spr_face_torielwhat.yy ├── spr_face_torielwhatside │ └── spr_face_torielwhatside.yy ├── spr_face_undyne0 │ └── spr_face_undyne0.yy ├── spr_face_undyne1 │ └── spr_face_undyne1.yy ├── spr_face_undyne1A │ └── spr_face_undyne1A.yy ├── spr_face_undyne1_3 │ └── spr_face_undyne1_3.yy ├── spr_face_undyne2 │ └── spr_face_undyne2.yy ├── spr_face_undyne2_2 │ └── spr_face_undyne2_2.yy ├── spr_face_undyne3 │ └── spr_face_undyne3.yy ├── spr_face_undyne4 │ └── spr_face_undyne4.yy ├── spr_face_undyne5 │ └── spr_face_undyne5.yy ├── spr_face_undyne6 │ └── spr_face_undyne6.yy ├── spr_face_undyne6A │ └── spr_face_undyne6A.yy ├── spr_face_undyne7 │ └── spr_face_undyne7.yy ├── spr_face_undyne7A │ └── spr_face_undyne7A.yy ├── spr_face_undyne8 │ └── spr_face_undyne8.yy ├── spr_face_undyne8A │ └── spr_face_undyne8A.yy ├── spr_face_undyne9 │ └── spr_face_undyne9.yy ├── spr_face_undyne9_2 │ └── spr_face_undyne9_2.yy ├── spr_face_undyne9_3 │ └── spr_face_undyne9_3.yy ├── spr_face_undyne9_B │ └── spr_face_undyne9_B.yy ├── spr_faceswitch │ └── spr_faceswitch.yy ├── spr_fadebar │ └── spr_fadebar.yy ├── spr_fakebridge │ └── spr_fakebridge.yy ├── spr_fakedoor │ └── spr_fakedoor.yy ├── spr_fakefalls │ └── spr_fakefalls.yy ├── spr_fakeintro │ └── spr_fakeintro.yy ├── spr_fakeintro2 │ └── spr_fakeintro2.yy ├── spr_fakephone │ └── spr_fakephone.yy ├── spr_fakewaterl │ └── spr_fakewaterl.yy ├── spr_fakewaterm │ └── spr_fakewaterm.yy ├── spr_fakewateropenl │ └── spr_fakewateropenl.yy ├── spr_fakewateropenm │ └── spr_fakewateropenm.yy ├── spr_fakewateropenr │ └── spr_fakewateropenr.yy ├── spr_fakewaterr │ └── spr_fakewaterr.yy ├── spr_fakewatershadowl │ └── spr_fakewatershadowl.yy ├── spr_fakewatershadowm │ └── spr_fakewatershadowm.yy ├── spr_fakewatershadowr │ └── spr_fakewatershadowr.yy ├── spr_fallleaf │ └── spr_fallleaf.yy ├── spr_fashionsnowman │ └── spr_fashionsnowman.yy ├── spr_faun │ └── spr_faun.yy ├── spr_ficus │ └── spr_ficus.yy ├── spr_ficus_lobby │ └── spr_ficus_lobby.yy ├── spr_fightbt │ └── spr_fightbt.yy ├── spr_fightbt_center │ └── spr_fightbt_center.yy ├── spr_fightbt_center_ja │ └── spr_fightbt_center_ja.yy ├── spr_fightbt_hollow │ └── spr_fightbt_hollow.yy ├── spr_fightbt_hollow_ja │ └── spr_fightbt_hollow_ja.yy ├── spr_fightbt_ja │ └── spr_fightbt_ja.yy ├── spr_fileerased │ └── spr_fileerased.yy ├── spr_fileerased_crack │ └── spr_fileerased_crack.yy ├── spr_fileerased_ja │ └── spr_fileerased_ja.yy ├── spr_fileerased_parts │ └── spr_fileerased_parts.yy ├── spr_fileerased_parts_ja │ └── spr_fileerased_parts_ja.yy ├── spr_finalfroggit │ └── spr_finalfroggit.yy ├── spr_finalfroggit_body │ └── spr_finalfroggit_body.yy ├── spr_finalfroggit_head │ └── spr_finalfroggit_head.yy ├── spr_finalfroggit_head_hurt │ └── spr_finalfroggit_head_hurt.yy ├── spr_finalfroggithurt │ └── spr_finalfroggithurt.yy ├── spr_finalknight │ └── spr_finalknight.yy ├── spr_finalknight_body │ └── spr_finalknight_body.yy ├── spr_finalknight_dragoneyes │ └── spr_finalknight_dragoneyes.yy ├── spr_finalknight_dragoneyes_asleep │ └── spr_finalknight_dragoneyes_asleep.yy ├── spr_finalknight_dragoneyes_tired │ └── spr_finalknight_dragoneyes_tired.yy ├── spr_finalknight_dragonfur │ └── spr_finalknight_dragonfur.yy ├── spr_finalknight_dragonmouth │ └── spr_finalknight_dragonmouth.yy ├── spr_finalknight_dragonmouth_asleep │ └── spr_finalknight_dragonmouth_asleep.yy ├── spr_finalknight_dragonmouth_hurt │ └── spr_finalknight_dragonmouth_hurt.yy ├── spr_finalknight_dragonmouth_tired │ └── spr_finalknight_dragonmouth_tired.yy ├── spr_finalknight_helmet │ └── spr_finalknight_helmet.yy ├── spr_finalknight_helmethurt │ └── spr_finalknight_helmethurt.yy ├── spr_finalknight_leftarm │ └── spr_finalknight_leftarm.yy ├── spr_firebullet │ └── spr_firebullet.yy ├── spr_firebullet_center │ └── spr_firebullet_center.yy ├── spr_firebullet_center2 │ └── spr_firebullet_center2.yy ├── spr_firebullet_center_generous │ └── spr_firebullet_center_generous.yy ├── spr_firebullet_noc │ └── spr_firebullet_noc.yy ├── spr_firebullet_old │ └── spr_firebullet_old.yy ├── spr_firecoffee │ └── spr_firecoffee.yy ├── spr_firesaver │ └── spr_firesaver.yy ├── spr_fishingrod │ └── spr_fishingrod.yy ├── spr_fishnpc_echo │ └── spr_fishnpc_echo.yy ├── spr_flattv_off │ └── spr_flattv_off.yy ├── spr_flattv_on │ └── spr_flattv_on.yy ├── spr_flipeye_bg │ └── spr_flipeye_bg.yy ├── spr_flipeye_full │ └── spr_flipeye_full.yy ├── spr_flipeye_fulleye │ └── spr_flipeye_fulleye.yy ├── spr_flipeye_holder │ └── spr_flipeye_holder.yy ├── spr_flipeye_holder_bg │ └── spr_flipeye_holder_bg.yy ├── spr_flipeye_iris │ └── spr_flipeye_iris.yy ├── spr_flipeye_iris_flash │ └── spr_flipeye_iris_flash.yy ├── spr_flipeye_noiris │ └── spr_flipeye_noiris.yy ├── spr_flipeye_noiris_flash │ └── spr_flipeye_noiris_flash.yy ├── spr_flipeye_pupil │ └── spr_flipeye_pupil.yy ├── spr_flipeye_pupil_flash │ └── spr_flipeye_pupil_flash.yy ├── spr_floorsign_back_l │ └── spr_floorsign_back_l.yy ├── spr_floorsign_back_r │ └── spr_floorsign_back_r.yy ├── spr_floorsign_l1 │ └── spr_floorsign_l1.yy ├── spr_floorsign_l2 │ └── spr_floorsign_l2.yy ├── spr_floorsign_l3 │ └── spr_floorsign_l3.yy ├── spr_floorsign_r1 │ └── spr_floorsign_r1.yy ├── spr_floorsign_r2 │ └── spr_floorsign_r2.yy ├── spr_floorsign_r3 │ └── spr_floorsign_r3.yy ├── spr_flowey │ └── spr_flowey.yy ├── spr_flowey_as │ └── spr_flowey_as.yy ├── spr_flowey_empty │ └── spr_flowey_empty.yy ├── spr_flowey_riseanim │ └── spr_flowey_riseanim.yy ├── spr_flowey_riseanim2 │ └── spr_flowey_riseanim2.yy ├── spr_flowey_skulllaugh │ └── spr_flowey_skulllaugh.yy ├── spr_flowey_toskull │ └── spr_flowey_toskull.yy ├── spr_flowey_wilted │ └── spr_flowey_wilted.yy ├── spr_flowey_wilted_d │ └── spr_flowey_wilted_d.yy ├── spr_flowey_wilted_l │ └── spr_flowey_wilted_l.yy ├── spr_floweyarm │ └── spr_floweyarm.yy ├── spr_floweyevil │ └── spr_floweyevil.yy ├── spr_floweyface_end │ └── spr_floweyface_end.yy ├── spr_floweyface_l │ └── spr_floweyface_l.yy ├── spr_floweyface_l2 │ └── spr_floweyface_l2.yy ├── spr_floweyface_l3 │ └── spr_floweyface_l3.yy ├── spr_floweyfly │ └── spr_floweyfly.yy ├── spr_floweyfly_burst │ └── spr_floweyfly_burst.yy ├── spr_floweygonk │ └── spr_floweygonk.yy ├── spr_floweygrin │ └── spr_floweygrin.yy ├── spr_floweygrow │ └── spr_floweygrow.yy ├── spr_floweyhurt │ └── spr_floweyhurt.yy ├── spr_floweylaugh │ └── spr_floweylaugh.yy ├── spr_floweylaughoverworld │ └── spr_floweylaughoverworld.yy ├── spr_floweynice │ └── spr_floweynice.yy ├── spr_floweyniceside │ └── spr_floweyniceside.yy ├── spr_floweynicesideum │ └── spr_floweynicesideum.yy ├── spr_floweynuke │ └── spr_floweynuke.yy ├── spr_floweynuke_explosion │ └── spr_floweynuke_explosion.yy ├── spr_floweypissed │ └── spr_floweypissed.yy ├── spr_floweyplain │ └── spr_floweyplain.yy ├── spr_floweysassy │ └── spr_floweysassy.yy ├── spr_floweyshrink │ └── spr_floweyshrink.yy ├── spr_floweyside │ └── spr_floweyside.yy ├── spr_floweysideshock │ └── spr_floweysideshock.yy ├── spr_floweysink │ └── spr_floweysink.yy ├── spr_floweytoriel │ └── spr_floweytoriel.yy ├── spr_floweytoriel2 │ └── spr_floweytoriel2.yy ├── spr_floweywink │ └── spr_floweywink.yy ├── spr_floweyx_behind │ └── spr_floweyx_behind.yy ├── spr_floweyx_dimple │ └── spr_floweyx_dimple.yy ├── spr_floweyx_flame │ └── spr_floweyx_flame.yy ├── spr_floweyx_flame_mask │ └── spr_floweyx_flame_mask.yy ├── spr_floweyx_flame_move │ └── spr_floweyx_flame_move.yy ├── spr_floweyx_flamethrower │ └── spr_floweyx_flamethrower.yy ├── spr_floweyx_fleshmound │ └── spr_floweyx_fleshmound.yy ├── spr_floweyx_mouthbridge │ └── spr_floweyx_mouthbridge.yy ├── spr_floweyx_mouthedge │ └── spr_floweyx_mouthedge.yy ├── spr_floweyx_mouthl │ └── spr_floweyx_mouthl.yy ├── spr_floweyx_tv │ └── spr_floweyx_tv.yy ├── spr_floweyx_tv_bright │ └── spr_floweyx_tv_bright.yy ├── spr_flybullet │ └── spr_flybullet.yy ├── spr_flychara_placeholder │ └── spr_flychara_placeholder.yy ├── spr_flyjar │ └── spr_flyjar.yy ├── spr_flylightning │ └── spr_flylightning.yy ├── spr_flymett1 │ └── spr_flymett1.yy ├── spr_flymettarm │ └── spr_flymettarm.yy ├── spr_followspear_2 │ └── spr_followspear_2.yy ├── spr_fonts_en_preload │ └── spr_fonts_en_preload.yy ├── spr_fonts_ja_preload │ └── spr_fonts_ja_preload.yy ├── spr_forcefield │ └── spr_forcefield.yy ├── spr_forcefield_middle │ └── spr_forcefield_middle.yy ├── spr_forcefield_right │ └── spr_forcefield_right.yy ├── spr_forcefield_right_middle │ └── spr_forcefield_right_middle.yy ├── spr_forcefield_top │ └── spr_forcefield_top.yy ├── spr_foregroundpillar │ └── spr_foregroundpillar.yy ├── spr_freakbullet │ └── spr_freakbullet.yy ├── spr_freakbullet_old │ └── spr_freakbullet_old.yy ├── spr_fridge │ └── spr_fridge.yy ├── spr_fridge_dark │ └── spr_fridge_dark.yy ├── spr_fridge_smallhitbox │ └── spr_fridge_smallhitbox.yy ├── spr_friendphoto │ └── spr_friendphoto.yy ├── spr_frogbullet_go │ └── spr_frogbullet_go.yy ├── spr_frogbullet_stop │ └── spr_frogbullet_stop.yy ├── spr_froggit │ └── spr_froggit.yy ├── spr_froghead │ └── spr_froghead.yy ├── spr_froglegs │ └── spr_froglegs.yy ├── spr_frypan │ └── spr_frypan.yy ├── spr_frypan_impact │ └── spr_frypan_impact.yy ├── spr_frypan_star │ └── spr_frypan_star.yy ├── spr_fukufire │ └── spr_fukufire.yy ├── spr_g_follower_1 │ └── spr_g_follower_1.yy ├── spr_g_follower_2 │ └── spr_g_follower_2.yy ├── spr_g_follower_3 │ └── spr_g_follower_3.yy ├── spr_gameoverbg │ └── spr_gameoverbg.yy ├── spr_gameshowlogo │ └── spr_gameshowlogo.yy ├── spr_gameshowlogo_ja │ └── spr_gameshowlogo_ja.yy ├── spr_garbagebg │ └── spr_garbagebg.yy ├── spr_garden_overlayshadow │ └── spr_garden_overlayshadow.yy ├── spr_gasterblaster │ └── spr_gasterblaster.yy ├── spr_gb_npc │ └── spr_gb_npc.yy ├── spr_giantsword │ └── spr_giantsword.yy ├── spr_gigavine │ └── spr_gigavine.yy ├── spr_gigavine_highhitbox │ └── spr_gigavine_highhitbox.yy ├── spr_glassofwater │ └── spr_glassofwater.yy ├── spr_glassofwater_bomb │ └── spr_glassofwater_bomb.yy ├── spr_glassshard │ └── spr_glassshard.yy ├── spr_glitterbul │ └── spr_glitterbul.yy ├── spr_glowbg │ └── spr_glowbg.yy ├── spr_glowfly │ └── spr_glowfly.yy ├── spr_glowparticle_1 │ └── spr_glowparticle_1.yy ├── spr_glowshroom │ └── spr_glowshroom.yy ├── spr_glowstar │ └── spr_glowstar.yy ├── spr_glowtotem │ └── spr_glowtotem.yy ├── spr_glyde_antenna │ └── spr_glyde_antenna.yy ├── spr_glyde_blackflash │ └── spr_glyde_blackflash.yy ├── spr_glyde_blackflash_b │ └── spr_glyde_blackflash_b.yy ├── spr_glyde_body │ └── spr_glyde_body.yy ├── spr_glyde_hurt │ └── spr_glyde_hurt.yy ├── spr_glyde_leftwing │ └── spr_glyde_leftwing.yy ├── spr_glyde_rightwing │ └── spr_glyde_rightwing.yy ├── spr_glyde_stickbullet │ └── spr_glyde_stickbullet.yy ├── spr_glydeshot │ └── spr_glydeshot.yy ├── spr_glydeshot_bigmask │ └── spr_glydeshot_bigmask.yy ├── spr_goalhud │ └── spr_goalhud.yy ├── spr_goalhud_ball │ └── spr_goalhud_ball.yy ├── spr_greatdog │ └── spr_greatdog.yy ├── spr_greatdog_n │ └── spr_greatdog_n.yy ├── spr_greenarmor │ └── spr_greenarmor.yy ├── spr_greydoor │ └── spr_greydoor.yy ├── spr_grillby_d │ └── spr_grillby_d.yy ├── spr_grillby_l │ └── spr_grillby_l.yy ├── spr_grillby_r │ └── spr_grillby_r.yy ├── spr_grillby_u │ └── spr_grillby_u.yy ├── spr_grillbycounter │ └── spr_grillbycounter.yy ├── spr_grillbyshadow │ └── spr_grillbyshadow.yy ├── spr_groundknife │ └── spr_groundknife.yy ├── spr_groundswitch1 │ └── spr_groundswitch1.yy ├── spr_groundtorch_off │ └── spr_groundtorch_off.yy ├── spr_groundtorch_on │ └── spr_groundtorch_on.yy ├── spr_growneck │ └── spr_growneck.yy ├── spr_guidearrows │ └── spr_guidearrows.yy ├── spr_gunshot_remnant │ └── spr_gunshot_remnant.yy ├── spr_gunshot_stab │ └── spr_gunshot_stab.yy ├── spr_gyfgift │ └── spr_gyfgift.yy ├── spr_gyftbullet │ └── spr_gyftbullet.yy ├── spr_gyftbullet_old │ └── spr_gyftbullet_old.yy ├── spr_gyftcloud │ └── spr_gyftcloud.yy ├── spr_gyftrot │ └── spr_gyftrot.yy ├── spr_gyftrotbody │ └── spr_gyftrotbody.yy ├── spr_gyftrothead │ └── spr_gyftrothead.yy ├── spr_gyftrotmouth │ └── spr_gyftrotmouth.yy ├── spr_gyftrotnpc │ └── spr_gyftrotnpc.yy ├── spr_halfdentata_bottom │ └── spr_halfdentata_bottom.yy ├── spr_halfdentata_none │ └── spr_halfdentata_none.yy ├── spr_halfdentata_none_old │ └── spr_halfdentata_none_old.yy ├── spr_halfdentata_top │ └── spr_halfdentata_top.yy ├── spr_handbullet │ └── spr_handbullet.yy ├── spr_handbullet_old_d │ └── spr_handbullet_old_d.yy ├── spr_handbullet_old_l │ └── spr_handbullet_old_l.yy ├── spr_handbullet_old_r │ └── spr_handbullet_old_r.yy ├── spr_handbullet_old_u │ └── spr_handbullet_old_u.yy ├── spr_handlightning │ └── spr_handlightning.yy ├── spr_happybreaktime │ └── spr_happybreaktime.yy ├── spr_hatbullet │ └── spr_hatbullet.yy ├── spr_heart │ └── spr_heart.yy ├── spr_heart_battle_pl │ └── spr_heart_battle_pl.yy ├── spr_heart_halvesoutline │ └── spr_heart_halvesoutline.yy ├── spr_heart_lefthalf │ └── spr_heart_lefthalf.yy ├── spr_heart_posmarker │ └── spr_heart_posmarker.yy ├── spr_heart_righthalf │ └── spr_heart_righthalf.yy ├── spr_heartaqua │ └── spr_heartaqua.yy ├── spr_heartblue │ └── spr_heartblue.yy ├── spr_heartblue_l │ └── spr_heartblue_l.yy ├── spr_heartblue_r │ └── spr_heartblue_r.yy ├── spr_heartblue_u │ └── spr_heartblue_u.yy ├── spr_heartbreak │ └── spr_heartbreak.yy ├── spr_heartbullet │ └── spr_heartbullet.yy ├── spr_heartcontainer │ └── spr_heartcontainer.yy ├── spr_heartcontainer_appear │ └── spr_heartcontainer_appear.yy ├── spr_heartcontainer_empty │ └── spr_heartcontainer_empty.yy ├── spr_heartgreen │ └── spr_heartgreen.yy ├── spr_heartgtfo │ └── spr_heartgtfo.yy ├── spr_hearthflame │ └── spr_hearthflame.yy ├── spr_heartorange │ └── spr_heartorange.yy ├── spr_heartpurple │ └── spr_heartpurple.yy ├── spr_heartpurple_center │ └── spr_heartpurple_center.yy ├── spr_heartred_center │ └── spr_heartred_center.yy ├── spr_heartshards │ └── spr_heartshards.yy ├── spr_heartsmall │ └── spr_heartsmall.yy ├── spr_heartyellow │ └── spr_heartyellow.yy ├── spr_heartyellow_center │ └── spr_heartyellow_center.yy ├── spr_heartyellow_flip │ └── spr_heartyellow_flip.yy ├── spr_heatsf_normal │ └── spr_heatsf_normal.yy ├── spr_heatsf_remember │ └── spr_heatsf_remember.yy ├── spr_heatsf_shock │ └── spr_heatsf_shock.yy ├── spr_hg_debris │ └── spr_hg_debris.yy ├── spr_hg_debris_mask │ └── spr_hg_debris_mask.yy ├── spr_hg_debris_small │ └── spr_hg_debris_small.yy ├── spr_hg_horns │ └── spr_hg_horns.yy ├── spr_hg_jaws │ └── spr_hg_jaws.yy ├── spr_hg_laughing │ └── spr_hg_laughing.yy ├── spr_hg_leftovers │ └── spr_hg_leftovers.yy ├── spr_hg_mainface │ └── spr_hg_mainface.yy ├── spr_hideouscupcake │ └── spr_hideouscupcake.yy ├── spr_hline │ └── spr_hline.yy ├── spr_hole │ └── spr_hole.yy ├── spr_hole2 │ └── spr_hole2.yy ├── spr_holemask │ └── spr_holemask.yy ├── spr_holemask3 │ └── spr_holemask3.yy ├── spr_hotchocolate │ └── spr_hotchocolate.yy ├── spr_hotdog_harpy │ └── spr_hotdog_harpy.yy ├── spr_hotel_receptionist1 │ └── spr_hotel_receptionist1.yy ├── spr_hotel_receptionist2 │ └── spr_hotel_receptionist2.yy ├── spr_hotland_bottomedge │ └── spr_hotland_bottomedge.yy ├── spr_hotland_leftedge │ └── spr_hotland_leftedge.yy ├── spr_hotland_rededge │ └── spr_hotland_rededge.yy ├── spr_hotland_rededge_top │ └── spr_hotland_rededge_top.yy ├── spr_hotland_rightedge │ └── spr_hotland_rightedge.yy ├── spr_hotlandcover │ └── spr_hotlandcover.yy ├── spr_hotlandlava │ └── spr_hotlandlava.yy ├── spr_hotlandmissle │ └── spr_hotlandmissle.yy ├── spr_hotlandsign │ └── spr_hotlandsign.yy ├── spr_houselegb │ └── spr_houselegb.yy ├── spr_houselegf │ └── spr_houselegf.yy ├── spr_hpname │ └── spr_hpname.yy ├── spr_humanheart_place │ └── spr_humanheart_place.yy ├── spr_hyperfist │ └── spr_hyperfist.yy ├── spr_hyperfoot │ └── spr_hyperfoot.yy ├── spr_hypergoner │ └── spr_hypergoner.yy ├── spr_iceblock │ └── spr_iceblock.yy ├── spr_iceblock_bottom │ └── spr_iceblock_bottom.yy ├── spr_iceblock_white │ └── spr_iceblock_white.yy ├── spr_icecap │ └── spr_icecap.yy ├── spr_icecapb_npc │ └── spr_icecapb_npc.yy ├── spr_icecapg_npc │ └── spr_icecapg_npc.yy ├── spr_icecaphurt │ └── spr_icecaphurt.yy ├── spr_icecapr_npc │ └── spr_icecapr_npc.yy ├── spr_icecavewall │ └── spr_icecavewall.yy ├── spr_icecavewall_2 │ └── spr_icecavewall_2.yy ├── spr_icecavewall_2b │ └── spr_icecavewall_2b.yy ├── spr_icecavewallb │ └── spr_icecavewallb.yy ├── spr_icecreamguy_anim │ └── spr_icecreamguy_anim.yy ├── spr_icecreamguy_happy │ └── spr_icecreamguy_happy.yy ├── spr_icecreamguy_sad │ └── spr_icecreamguy_sad.yy ├── spr_icecube │ └── spr_icecube.yy ├── spr_icecube_over │ └── spr_icecube_over.yy ├── spr_icecubehurt │ └── spr_icecubehurt.yy ├── spr_iceflag │ └── spr_iceflag.yy ├── spr_iceflower │ └── spr_iceflower.yy ├── spr_icewolf │ └── spr_icewolf.yy ├── spr_iciclebullet │ └── spr_iciclebullet.yy ├── spr_igloo │ └── spr_igloo.yy ├── spr_iglootop │ └── spr_iglootop.yy ├── spr_incendiarybomb │ └── spr_incendiarybomb.yy ├── spr_incendiaryflame │ └── spr_incendiaryflame.yy ├── spr_infinitysign │ └── spr_infinitysign.yy ├── spr_interactable │ └── spr_interactable.yy ├── spr_introimage │ └── spr_introimage.yy ├── spr_introlast │ └── spr_introlast.yy ├── spr_inuslot │ └── spr_inuslot.yy ├── spr_inuslot1 │ └── spr_inuslot1.yy ├── spr_inuslot_particle │ └── spr_inuslot_particle.yy ├── spr_inuslot_particle1 │ └── spr_inuslot_particle1.yy ├── spr_inuslot_pre │ └── spr_inuslot_pre.yy ├── spr_inuslot_slots │ └── spr_inuslot_slots.yy ├── spr_inuslot_slots_win │ └── spr_inuslot_slots_win.yy ├── spr_itembt │ └── spr_itembt.yy ├── spr_itembt_hollow │ └── spr_itembt_hollow.yy ├── spr_itembt_hollow_ja │ └── spr_itembt_hollow_ja.yy ├── spr_itembt_ja │ └── spr_itembt_ja.yy ├── spr_itemholder │ └── spr_itemholder.yy ├── spr_jarfly │ └── spr_jarfly.yy ├── spr_jerry │ └── spr_jerry.yy ├── spr_jerryhurt │ └── spr_jerryhurt.yy ├── spr_key_and_note │ └── spr_key_and_note.yy ├── spr_kidasriel_back │ └── spr_kidasriel_back.yy ├── spr_kidasriel_front │ └── spr_kidasriel_front.yy ├── spr_kidasriel_front_kawaii │ └── spr_kidasriel_front_kawaii.yy ├── spr_killervisage │ └── spr_killervisage.yy ├── spr_killervisage_ja │ └── spr_killervisage_ja.yy ├── spr_kissanim │ └── spr_kissanim.yy ├── spr_kissbullet │ └── spr_kissbullet.yy ├── spr_kitchencounter │ └── spr_kitchencounter.yy ├── spr_knighthammer │ └── spr_knighthammer.yy ├── spr_knighthurt │ └── spr_knighthurt.yy ├── spr_krmeter │ └── spr_krmeter.yy ├── spr_labcamera_emergency │ └── spr_labcamera_emergency.yy ├── spr_labdoor_hang │ └── spr_labdoor_hang.yy ├── spr_labdoor_hang_r │ └── spr_labdoor_hang_r.yy ├── spr_labfog │ └── spr_labfog.yy ├── spr_labvcr │ └── spr_labvcr.yy ├── spr_lasermachine │ └── spr_lasermachine.yy ├── spr_lasermachine_b │ └── spr_lasermachine_b.yy ├── spr_lasermachine_o │ └── spr_lasermachine_o.yy ├── spr_lasermachine_off │ └── spr_lasermachine_off.yy ├── spr_lavaflame │ └── spr_lavaflame.yy ├── spr_lavaside │ └── spr_lavaside.yy ├── spr_lchair_grey │ └── spr_lchair_grey.yy ├── spr_lchair_grill │ └── spr_lchair_grill.yy ├── spr_leftchair │ └── spr_leftchair.yy ├── spr_lefteye_full │ └── spr_lefteye_full.yy ├── spr_lefteye_inside │ └── spr_lefteye_inside.yy ├── spr_lefteye_nopupil │ └── spr_lefteye_nopupil.yy ├── spr_lefteye_nopupil_flash │ └── spr_lefteye_nopupil_flash.yy ├── spr_lefteye_overlay │ └── spr_lefteye_overlay.yy ├── spr_lefteye_pupil │ └── spr_lefteye_pupil.yy ├── spr_lefteye_pupil_flash │ └── spr_lefteye_pupil_flash.yy ├── spr_leftpbutton │ └── spr_leftpbutton.yy ├── spr_lemonbread_head │ └── spr_lemonbread_head.yy ├── spr_lemonbread_melt │ └── spr_lemonbread_melt.yy ├── spr_lemonbread_torso │ └── spr_lemonbread_torso.yy ├── spr_lessdog_table │ └── spr_lessdog_table.yy ├── spr_lessdogsnow │ └── spr_lessdogsnow.yy ├── spr_lessdogtable │ └── spr_lessdogtable.yy ├── spr_lesserdoge │ └── spr_lesserdoge.yy ├── spr_lesserdogehead │ └── spr_lesserdogehead.yy ├── spr_lesserdogehurt │ └── spr_lesserdogehurt.yy ├── spr_lesserdogetail │ └── spr_lesserdogetail.yy ├── spr_lever_noeye │ └── spr_lever_noeye.yy ├── spr_levereye_blue │ └── spr_levereye_blue.yy ├── spr_levereye_blue_bright │ └── spr_levereye_blue_bright.yy ├── spr_levereye_green │ └── spr_levereye_green.yy ├── spr_levereye_green_bright │ └── spr_levereye_green_bright.yy ├── spr_levereye_red │ └── spr_levereye_red.yy ├── spr_levereye_red_bright │ └── spr_levereye_red_bright.yy ├── spr_levereye_yellow │ └── spr_levereye_yellow.yy ├── spr_levereye_yellow_bright │ └── spr_levereye_yellow_bright.yy ├── spr_leverkey │ └── spr_leverkey.yy ├── spr_libcounter │ └── spr_libcounter.yy ├── spr_librarysign │ └── spr_librarysign.yy ├── spr_librarysign_ja │ └── spr_librarysign_ja.yy ├── spr_lighttower │ └── spr_lighttower.yy ├── spr_litsaver │ └── spr_litsaver.yy ├── spr_lonebone │ └── spr_lonebone.yy ├── spr_longsnail │ └── spr_longsnail.yy ├── spr_loox │ └── spr_loox.yy ├── spr_looxhurt │ └── spr_looxhurt.yy ├── spr_lumpdog │ └── spr_lumpdog.yy ├── spr_maddum_base │ └── spr_maddum_base.yy ├── spr_maddum_head │ └── spr_maddum_head.yy ├── spr_maddum_leg │ └── spr_maddum_leg.yy ├── spr_maddum_torso │ └── spr_maddum_torso.yy ├── spr_magicalcrystal │ └── spr_magicalcrystal.yy ├── spr_magicglass │ └── spr_magicglass.yy ├── spr_magicpendant │ └── spr_magicpendant.yy ├── spr_magicstar │ └── spr_magicstar.yy ├── spr_mailbox │ └── spr_mailbox.yy ├── spr_mainchara_fall │ └── spr_mainchara_fall.yy ├── spr_mainchara_l_place │ └── spr_mainchara_l_place.yy ├── spr_mainchara_lie │ └── spr_mainchara_lie.yy ├── spr_mainchara_lie_2 │ └── spr_mainchara_lie_2.yy ├── spr_mainchara_pourwater │ └── spr_mainchara_pourwater.yy ├── spr_maincharad │ └── spr_maincharad.yy ├── spr_maincharad_b │ └── spr_maincharad_b.yy ├── spr_maincharad_fall │ └── spr_maincharad_fall.yy ├── spr_maincharad_pranked │ └── spr_maincharad_pranked.yy ├── spr_maincharad_shadow │ └── spr_maincharad_shadow.yy ├── spr_maincharad_stark │ └── spr_maincharad_stark.yy ├── spr_maincharad_umbrella │ └── spr_maincharad_umbrella.yy ├── spr_maincharad_umbrellafall │ └── spr_maincharad_umbrellafall.yy ├── spr_maincharad_water │ └── spr_maincharad_water.yy ├── spr_maincharal │ └── spr_maincharal.yy ├── spr_maincharal_b │ └── spr_maincharal_b.yy ├── spr_maincharal_burnt │ └── spr_maincharal_burnt.yy ├── spr_maincharal_fall │ └── spr_maincharal_fall.yy ├── spr_maincharal_pranked │ └── spr_maincharal_pranked.yy ├── spr_maincharal_shadow │ └── spr_maincharal_shadow.yy ├── spr_maincharal_stark │ └── spr_maincharal_stark.yy ├── spr_maincharal_tomato │ └── spr_maincharal_tomato.yy ├── spr_maincharal_umbrella │ └── spr_maincharal_umbrella.yy ├── spr_maincharal_umbrellafall │ └── spr_maincharal_umbrellafall.yy ├── spr_maincharal_water │ └── spr_maincharal_water.yy ├── spr_maincharar │ └── spr_maincharar.yy ├── spr_maincharar_b │ └── spr_maincharar_b.yy ├── spr_maincharar_fall │ └── spr_maincharar_fall.yy ├── spr_maincharar_liedown │ └── spr_maincharar_liedown.yy ├── spr_maincharar_shadow │ └── spr_maincharar_shadow.yy ├── spr_maincharar_stark │ └── spr_maincharar_stark.yy ├── spr_maincharar_umbrella │ └── spr_maincharar_umbrella.yy ├── spr_maincharar_umbrellafall │ └── spr_maincharar_umbrellafall.yy ├── spr_maincharar_water │ └── spr_maincharar_water.yy ├── spr_maincharau │ └── spr_maincharau.yy ├── spr_maincharau_b │ └── spr_maincharau_b.yy ├── spr_maincharau_fall │ └── spr_maincharau_fall.yy ├── spr_maincharau_shadow │ └── spr_maincharau_shadow.yy ├── spr_maincharau_stark │ └── spr_maincharau_stark.yy ├── spr_maincharau_umbrella │ └── spr_maincharau_umbrella.yy ├── spr_maincharau_umbrellafall │ └── spr_maincharau_umbrellafall.yy ├── spr_maincharau_water │ └── spr_maincharau_water.yy ├── spr_mandogax │ └── spr_mandogax.yy ├── spr_mandoge │ └── spr_mandoge.yy ├── spr_mandognormal │ └── spr_mandognormal.yy ├── spr_mandogwalk │ └── spr_mandogwalk.yy ├── spr_markerA │ └── spr_markerA.yy ├── spr_markerB │ └── spr_markerB.yy ├── spr_markerC │ └── spr_markerC.yy ├── spr_markerD │ └── spr_markerD.yy ├── spr_markerX │ └── spr_markerX.yy ├── spr_megadoor_blue │ └── spr_megadoor_blue.yy ├── spr_megadoor_green │ └── spr_megadoor_green.yy ├── spr_megadoor_l │ └── spr_megadoor_l.yy ├── spr_megadoor_r │ └── spr_megadoor_r.yy ├── spr_megadoor_red │ └── spr_megadoor_red.yy ├── spr_megadoor_yellow │ └── spr_megadoor_yellow.yy ├── spr_megaflybullet │ └── spr_megaflybullet.yy ├── spr_megaweb │ └── spr_megaweb.yy ├── spr_melonbullet │ └── spr_melonbullet.yy ├── spr_melonpupil │ └── spr_melonpupil.yy ├── spr_melontooth │ └── spr_melontooth.yy ├── spr_memoryhead │ └── spr_memoryhead.yy ├── spr_mercybutton_normal │ └── spr_mercybutton_normal.yy ├── spr_mercybutton_normal_ja │ └── spr_mercybutton_normal_ja.yy ├── spr_mercybutton_shatter │ └── spr_mercybutton_shatter.yy ├── spr_mercybutton_shatter_ja │ └── spr_mercybutton_shatter_ja.yy ├── spr_meteorshine │ └── spr_meteorshine.yy ├── spr_mett_eggbullet │ └── spr_mett_eggbullet.yy ├── spr_mett_eggcarton │ └── spr_mett_eggcarton.yy ├── spr_mett_eggcartonarm │ └── spr_mett_eggcartonarm.yy ├── spr_mett_failegg │ └── spr_mett_failegg.yy ├── spr_mett_individual │ └── spr_mett_individual.yy ├── spr_mett_justarm │ └── spr_mett_justarm.yy ├── spr_mett_justleg │ └── spr_mett_justleg.yy ├── spr_mett_justwheel │ └── spr_mett_justwheel.yy ├── spr_mett_milkpour │ └── spr_mett_milkpour.yy ├── spr_mett_o_upperbody │ └── spr_mett_o_upperbody.yy ├── spr_mett_o_upperbody_light │ └── spr_mett_o_upperbody_light.yy ├── spr_mett_plain │ └── spr_mett_plain.yy ├── spr_mett_sugararm │ └── spr_mett_sugararm.yy ├── spr_mettanchor_evillaugh │ └── spr_mettanchor_evillaugh.yy ├── spr_mettanchor_evillaugh_full │ └── spr_mettanchor_evillaugh_full.yy ├── spr_mettanchor_fingerup │ └── spr_mettanchor_fingerup.yy ├── spr_mettanchor_fingerup_full │ └── spr_mettanchor_fingerup_full.yy ├── spr_mettanchor_handfold │ └── spr_mettanchor_handfold.yy ├── spr_mettanchor_handraise │ └── spr_mettanchor_handraise.yy ├── spr_mettanchor_handsonhead │ └── spr_mettanchor_handsonhead.yy ├── spr_mettanchor_mepose │ └── spr_mettanchor_mepose.yy ├── spr_mettanchor_shufflepaper │ └── spr_mettanchor_shufflepaper.yy ├── spr_mettarm1 │ └── spr_mettarm1.yy ├── spr_mettarm2 │ └── spr_mettarm2.yy ├── spr_mettarm3 │ └── spr_mettarm3.yy ├── spr_mettarm4 │ └── spr_mettarm4.yy ├── spr_mettarm5 │ └── spr_mettarm5.yy ├── spr_mettarm6 │ └── spr_mettarm6.yy ├── spr_mettarm7 │ └── spr_mettarm7.yy ├── spr_mettarm8 │ └── spr_mettarm8.yy ├── spr_mettaton_armsdown │ └── spr_mettaton_armsdown.yy ├── spr_mettaton_cackle │ └── spr_mettaton_cackle.yy ├── spr_mettaton_clap │ └── spr_mettaton_clap.yy ├── spr_mettaton_dress1 │ └── spr_mettaton_dress1.yy ├── spr_mettaton_dressflight │ └── spr_mettaton_dressflight.yy ├── spr_mettaton_holdarm │ └── spr_mettaton_holdarm.yy ├── spr_mettaton_noarm │ └── spr_mettaton_noarm.yy ├── spr_mettaton_noarms │ └── spr_mettaton_noarms.yy ├── spr_mettaton_pointingup │ └── spr_mettaton_pointingup.yy ├── spr_mettaton_pulldress │ └── spr_mettaton_pulldress.yy ├── spr_mettaton_shattered │ └── spr_mettaton_shattered.yy ├── spr_mettaton_silent │ └── spr_mettaton_silent.yy ├── spr_mettaton_silent_behind │ └── spr_mettaton_silent_behind.yy ├── spr_mettaton_talk │ └── spr_mettaton_talk.yy ├── spr_mettaton_wave │ └── spr_mettaton_wave.yy ├── spr_mettatonb │ └── spr_mettatonb.yy ├── spr_mettatonb_arms1 │ └── spr_mettatonb_arms1.yy ├── spr_mettatonb_arms1_reverse │ └── spr_mettatonb_arms1_reverse.yy ├── spr_mettatonb_arms2 │ └── spr_mettatonb_arms2.yy ├── spr_mettatonb_arms3 │ └── spr_mettatonb_arms3.yy ├── spr_mettatonb_arms4 │ └── spr_mettatonb_arms4.yy ├── spr_mettatonb_arms5 │ └── spr_mettatonb_arms5.yy ├── spr_mettatonb_armsin │ └── spr_mettatonb_armsin.yy ├── spr_mettatonb_behind │ └── spr_mettatonb_behind.yy ├── spr_mettatonb_behind_ja │ └── spr_mettatonb_behind_ja.yy ├── spr_mettatonb_behind_on │ └── spr_mettatonb_behind_on.yy ├── spr_mettatonb_behind_on_ja │ └── spr_mettatonb_behind_on_ja.yy ├── spr_mettatonb_nuts │ └── spr_mettatonb_nuts.yy ├── spr_mettatonb_rocketoff │ └── spr_mettatonb_rocketoff.yy ├── spr_mettatonb_shirt │ └── spr_mettatonb_shirt.yy ├── spr_mettatonhole │ └── spr_mettatonhole.yy ├── spr_mettb_upperbody │ └── spr_mettb_upperbody.yy ├── spr_mettb_upperbodyheart │ └── spr_mettb_upperbodyheart.yy ├── spr_mettb_upperbodyheartbreak │ └── spr_mettb_upperbodyheartbreak.yy ├── spr_mettbg_part1 │ └── spr_mettbg_part1.yy ├── spr_mettbg_part2 │ └── spr_mettbg_part2.yy ├── spr_mettbg_part3 │ └── spr_mettbg_part3.yy ├── spr_mettbg_part4 │ └── spr_mettbg_part4.yy ├── spr_mettchainsaw │ └── spr_mettchainsaw.yy ├── spr_mettcounter │ └── spr_mettcounter.yy ├── spr_mettex_dark │ └── spr_mettex_dark.yy ├── spr_mettex_npc │ └── spr_mettex_npc.yy ├── spr_mettface1 │ └── spr_mettface1.yy ├── spr_mettface_defeated │ └── spr_mettface_defeated.yy ├── spr_mettface_general │ └── spr_mettface_general.yy ├── spr_mettface_hurt │ └── spr_mettface_hurt.yy ├── spr_mettfaileggyolk │ └── spr_mettfaileggyolk.yy ├── spr_mettflour │ └── spr_mettflour.yy ├── spr_mettfodder │ └── spr_mettfodder.yy ├── spr_metthand_assrummage │ └── spr_metthand_assrummage.yy ├── spr_metthand_broad │ └── spr_metthand_broad.yy ├── spr_metthand_clasped │ └── spr_metthand_clasped.yy ├── spr_metthand_cry │ └── spr_metthand_cry.yy ├── spr_metthand_facescratch │ └── spr_metthand_facescratch.yy ├── spr_metthand_headpat │ └── spr_metthand_headpat.yy ├── spr_metthand_nailfile │ └── spr_metthand_nailfile.yy ├── spr_metthand_nailfile2 │ └── spr_metthand_nailfile2.yy ├── spr_metthand_pl │ └── spr_metthand_pl.yy ├── spr_metthand_r │ └── spr_metthand_r.yy ├── spr_metthand_shrug │ └── spr_metthand_shrug.yy ├── spr_metthand_telepoke │ └── spr_metthand_telepoke.yy ├── spr_metthand_telething │ └── spr_metthand_telething.yy ├── spr_metthand_tragedy │ └── spr_metthand_tragedy.yy ├── spr_metthand_up │ └── spr_metthand_up.yy ├── spr_mettheart │ └── spr_mettheart.yy ├── spr_mettheart_centered │ └── spr_mettheart_centered.yy ├── spr_mettleg1 │ └── spr_mettleg1.yy ├── spr_mettleg2 │ └── spr_mettleg2.yy ├── spr_mettleg2_flip │ └── spr_mettleg2_flip.yy ├── spr_mettleg2_flip_v │ └── spr_mettleg2_flip_v.yy ├── spr_mettleg2_unflip │ └── spr_mettleg2_unflip.yy ├── spr_mettleg2_unflip_v │ └── spr_mettleg2_unflip_v.yy ├── spr_mettleg3 │ └── spr_mettleg3.yy ├── spr_mettleg4 │ └── spr_mettleg4.yy ├── spr_mettleg5 │ └── spr_mettleg5.yy ├── spr_mettleg_mask │ └── spr_mettleg_mask.yy ├── spr_mettleg_mask_r │ └── spr_mettleg_mask_r.yy ├── spr_mettlegbullet_l │ └── spr_mettlegbullet_l.yy ├── spr_mettlegbullet_r │ └── spr_mettlegbullet_r.yy ├── spr_mettlightning_pl │ └── spr_mettlightning_pl.yy ├── spr_mettnewscounter │ └── spr_mettnewscounter.yy ├── spr_mettnewsfloor │ └── spr_mettnewsfloor.yy ├── spr_mettnewslogo │ └── spr_mettnewslogo.yy ├── spr_mettshine │ └── spr_mettshine.yy ├── spr_mettstick │ └── spr_mettstick.yy ├── spr_microwave │ └── spr_microwave.yy ├── spr_migosp │ └── spr_migosp.yy ├── spr_migospel_body │ └── spr_migospel_body.yy ├── spr_migospel_eye │ └── spr_migospel_eye.yy ├── spr_migospel_eyeB │ └── spr_migospel_eyeB.yy ├── spr_migospel_hurt │ └── spr_migospel_hurt.yy ├── spr_migospel_leg │ └── spr_migospel_leg.yy ├── spr_migospel_mouthA │ └── spr_migospel_mouthA.yy ├── spr_migospel_mouthB │ └── spr_migospel_mouthB.yy ├── spr_migospel_mouthC │ └── spr_migospel_mouthC.yy ├── spr_migospel_wingA │ └── spr_migospel_wingA.yy ├── spr_migospel_wingB │ └── spr_migospel_wingB.yy ├── spr_migosphappy │ └── spr_migosphappy.yy ├── spr_migosphurt │ └── spr_migosphurt.yy ├── spr_milk_of_hell │ └── spr_milk_of_hell.yy ├── spr_milk_of_hell_droplet │ └── spr_milk_of_hell_droplet.yy ├── spr_milk_of_hell_shot │ └── spr_milk_of_hell_shot.yy ├── spr_milk_of_hell_splatter │ └── spr_milk_of_hell_splatter.yy ├── spr_milkcarton │ └── spr_milkcarton.yy ├── spr_minitable │ └── spr_minitable.yy ├── spr_mirror_overlay │ └── spr_mirror_overlay.yy ├── spr_mkid_battle │ └── spr_mkid_battle.yy ├── spr_mkid_battle_etc │ └── spr_mkid_battle_etc.yy ├── spr_mkid_battle_shock │ └── spr_mkid_battle_shock.yy ├── spr_mkid_d │ └── spr_mkid_d.yy ├── spr_mkid_d_dark │ └── spr_mkid_d_dark.yy ├── spr_mkid_d_shadow │ └── spr_mkid_d_shadow.yy ├── spr_mkid_dfall │ └── spr_mkid_dfall.yy ├── spr_mkid_dt │ └── spr_mkid_dt.yy ├── spr_mkid_goner_d │ └── spr_mkid_goner_d.yy ├── spr_mkid_goner_lt │ └── spr_mkid_goner_lt.yy ├── spr_mkid_goner_rt │ └── spr_mkid_goner_rt.yy ├── spr_mkid_goner_u │ └── spr_mkid_goner_u.yy ├── spr_mkid_l │ └── spr_mkid_l.yy ├── spr_mkid_l_shadow │ └── spr_mkid_l_shadow.yy ├── spr_mkid_lfall │ └── spr_mkid_lfall.yy ├── spr_mkid_lt │ └── spr_mkid_lt.yy ├── spr_mkid_prostrate │ └── spr_mkid_prostrate.yy ├── spr_mkid_r │ └── spr_mkid_r.yy ├── spr_mkid_r_shadow │ └── spr_mkid_r_shadow.yy ├── spr_mkid_rfall │ └── spr_mkid_rfall.yy ├── spr_mkid_rt │ └── spr_mkid_rt.yy ├── spr_mkid_rtfall │ └── spr_mkid_rtfall.yy ├── spr_mkid_trip_l │ └── spr_mkid_trip_l.yy ├── spr_mkid_trip_l_small │ └── spr_mkid_trip_l_small.yy ├── spr_mkid_trip_r │ └── spr_mkid_trip_r.yy ├── spr_mkid_u │ └── spr_mkid_u.yy ├── spr_mkid_u_shadow │ └── spr_mkid_u_shadow.yy ├── spr_mkid_ufall │ └── spr_mkid_ufall.yy ├── spr_mkid_ut │ └── spr_mkid_ut.yy ├── spr_mmbul_full │ └── spr_mmbul_full.yy ├── spr_mmbul_left_bright │ └── spr_mmbul_left_bright.yy ├── spr_mmbul_nyanya │ └── spr_mmbul_nyanya.yy ├── spr_mmbul_right_bright │ └── spr_mmbul_right_bright.yy ├── spr_mneo_arml │ └── spr_mneo_arml.yy ├── spr_mneo_armr │ └── spr_mneo_armr.yy ├── spr_mneo_body │ └── spr_mneo_body.yy ├── spr_mneo_burst │ └── spr_mneo_burst.yy ├── spr_mneo_face │ └── spr_mneo_face.yy ├── spr_mneo_legs │ └── spr_mneo_legs.yy ├── spr_moldessa_arm │ └── spr_moldessa_arm.yy ├── spr_moldessa_face │ └── spr_moldessa_face.yy ├── spr_moldessa_headthing │ └── spr_moldessa_headthing.yy ├── spr_moldessa_hurt │ └── spr_moldessa_hurt.yy ├── spr_moldessa_stem │ └── spr_moldessa_stem.yy ├── spr_moldsmal │ └── spr_moldsmal.yy ├── spr_moldsmalx_part │ └── spr_moldsmalx_part.yy ├── spr_moldsmalx_up │ └── spr_moldsmalx_up.yy ├── spr_moneybullet │ └── spr_moneybullet.yy ├── spr_monitor_dark │ └── spr_monitor_dark.yy ├── spr_monitor_lit │ └── spr_monitor_lit.yy ├── spr_monitor_lit_f │ └── spr_monitor_lit_f.yy ├── spr_monster_pl │ └── spr_monster_pl.yy ├── spr_monsterheart_place │ └── spr_monsterheart_place.yy ├── spr_monstertest │ └── spr_monstertest.yy ├── spr_monstertest2 │ └── spr_monstertest2.yy ├── spr_moonmeteor │ └── spr_moonmeteor.yy ├── spr_mousehole │ └── spr_mousehole.yy ├── spr_mouthball │ └── spr_mouthball.yy ├── spr_mouthball_mask │ └── spr_mouthball_mask.yy ├── spr_mouthbeam │ └── spr_mouthbeam.yy ├── spr_mouthflash │ └── spr_mouthflash.yy ├── spr_movedoge │ └── spr_movedoge.yy ├── spr_movedoge_o │ └── spr_movedoge_o.yy ├── spr_movedogearms │ └── spr_movedogearms.yy ├── spr_movedogebody │ └── spr_movedogebody.yy ├── spr_movedogeheada │ └── spr_movedogeheada.yy ├── spr_movedogeheadb │ └── spr_movedogeheadb.yy ├── spr_movedogetail │ └── spr_movedogetail.yy ├── spr_mtebott │ └── spr_mtebott.yy ├── spr_mttfountain │ └── spr_mttfountain.yy ├── spr_mttfountain_puddle │ └── spr_mttfountain_puddle.yy ├── spr_mttfountain_water │ └── spr_mttfountain_water.yy ├── spr_muffet_buysell │ └── spr_muffet_buysell.yy ├── spr_muffet_overworld │ └── spr_muffet_overworld.yy ├── spr_muffethurt │ └── spr_muffethurt.yy ├── spr_musblc │ └── spr_musblc.yy ├── spr_musbul_1 │ └── spr_musbul_1.yy ├── spr_musbul_2 │ └── spr_musbul_2.yy ├── spr_muscbul1 │ └── spr_muscbul1.yy ├── spr_muscbul1_r │ └── spr_muscbul1_r.yy ├── spr_muscbul2 │ └── spr_muscbul2.yy ├── spr_muscbul2_r │ └── spr_muscbul2_r.yy ├── spr_mushroomdance_end │ └── spr_mushroomdance_end.yy ├── spr_mushroomdance_mid │ └── spr_mushroomdance_mid.yy ├── spr_mushroomdance_prep │ └── spr_mushroomdance_prep.yy ├── spr_myroom_doorbg │ └── spr_myroom_doorbg.yy ├── spr_myroom_doreground │ └── spr_myroom_doreground.yy ├── spr_mysterydoor │ └── spr_mysterydoor.yy ├── spr_mysteryman │ └── spr_mysteryman.yy ├── spr_napstabattle │ └── spr_napstabattle.yy ├── spr_napstabattle_leg │ └── spr_napstabattle_leg.yy ├── spr_napstablook_adjust │ └── spr_napstablook_adjust.yy ├── spr_napstablook_d │ └── spr_napstablook_d.yy ├── spr_napstablook_d_headphone │ └── spr_napstablook_d_headphone.yy ├── spr_napstablook_gr │ └── spr_napstablook_gr.yy ├── spr_napstablook_grsm │ └── spr_napstablook_grsm.yy ├── spr_napstablook_grsm_headphones │ └── spr_napstablook_grsm_headphones.yy ├── spr_napstablook_l │ └── spr_napstablook_l.yy ├── spr_napstablook_l_headphone │ └── spr_napstablook_l_headphone.yy ├── spr_napstablook_r │ └── spr_napstablook_r.yy ├── spr_napstablook_r_headphone │ └── spr_napstablook_r_headphone.yy ├── spr_napstablook_u │ └── spr_napstablook_u.yy ├── spr_napstablook_u_headphone │ └── spr_napstablook_u_headphone.yy ├── spr_nastytree │ └── spr_nastytree.yy ├── spr_nastytreebottom │ └── spr_nastytreebottom.yy ├── spr_neutralpbutton │ └── spr_neutralpbutton.yy ├── spr_nofacedog │ └── spr_nofacedog.yy ├── spr_nofacedog_legtuck │ └── spr_nofacedog_legtuck.yy ├── spr_nofacedog_rocket │ └── spr_nofacedog_rocket.yy ├── spr_noise │ └── spr_noise.yy ├── spr_none │ └── spr_none.yy ├── spr_nospear │ └── spr_nospear.yy ├── spr_nospear2 │ └── spr_nospear2.yy ├── spr_nostrils │ └── spr_nostrils.yy ├── spr_notebook_attack │ └── spr_notebook_attack.yy ├── spr_notepaper │ └── spr_notepaper.yy ├── spr_nothing │ └── spr_nothing.yy ├── spr_npc_bear │ └── spr_npc_bear.yy ├── spr_npc_bigdog │ └── spr_npc_bigdog.yy ├── spr_npc_bunbun │ └── spr_npc_bunbun.yy ├── spr_npc_buncrazy │ └── spr_npc_buncrazy.yy ├── spr_npc_charles │ └── spr_npc_charles.yy ├── spr_npc_d │ └── spr_npc_d.yy ├── spr_npc_dadslime │ └── spr_npc_dadslime.yy ├── spr_npc_dmask │ └── spr_npc_dmask.yy ├── spr_npc_giftbear │ └── spr_npc_giftbear.yy ├── spr_npc_grillby │ └── spr_npc_grillby.yy ├── spr_npc_innkeep │ └── spr_npc_innkeep.yy ├── spr_npc_kidslime1 │ └── spr_npc_kidslime1.yy ├── spr_npc_kidslime2 │ └── spr_npc_kidslime2.yy ├── spr_npc_l │ └── spr_npc_l.yy ├── spr_npc_ladygarf │ └── spr_npc_ladygarf.yy ├── spr_npc_liblizard │ └── spr_npc_liblizard.yy ├── spr_npc_mask │ └── spr_npc_mask.yy ├── spr_npc_mewmew │ └── spr_npc_mewmew.yy ├── spr_npc_mewmew_shattered │ └── spr_npc_mewmew_shattered.yy ├── spr_npc_mikewazowski │ └── spr_npc_mikewazowski.yy ├── spr_npc_oni │ └── spr_npc_oni.yy ├── spr_npc_r │ └── spr_npc_r.yy ├── spr_npc_rabbitkid │ └── spr_npc_rabbitkid.yy ├── spr_npc_redbird │ └── spr_npc_redbird.yy ├── spr_npc_reddemon │ └── spr_npc_reddemon.yy ├── spr_npc_saddog │ └── spr_npc_saddog.yy ├── spr_npc_scarflady │ └── spr_npc_scarflady.yy ├── spr_npc_sign │ └── spr_npc_sign.yy ├── spr_npc_u │ └── spr_npc_u.yy ├── spr_npc_uglyfish │ └── spr_npc_uglyfish.yy ├── spr_npc_wrapmouse │ └── spr_npc_wrapmouse.yy ├── spr_num9 │ └── spr_num9.yy ├── spr_oldbulushesh │ └── spr_oldbulushesh.yy ├── spr_onionblue │ └── spr_onionblue.yy ├── spr_onionsan_bright │ └── spr_onionsan_bright.yy ├── spr_onionsan_disappoint │ └── spr_onionsan_disappoint.yy ├── spr_onionsan_kawaii │ └── spr_onionsan_kawaii.yy ├── spr_onionsan_wistful │ └── spr_onionsan_wistful.yy ├── spr_onionsan_yhear │ └── spr_onionsan_yhear.yy ├── spr_oniont_bye │ └── spr_oniont_bye.yy ├── spr_oniont_coyd │ └── spr_oniont_coyd.yy ├── spr_oniont_coyl │ └── spr_oniont_coyl.yy ├── spr_oniont_l │ └── spr_oniont_l.yy ├── spr_oniont_r │ └── spr_oniont_r.yy ├── spr_oniontblue │ └── spr_oniontblue.yy ├── spr_onoffswitch_off │ └── spr_onoffswitch_off.yy ├── spr_onoffswitch_on │ └── spr_onoffswitch_on.yy ├── spr_oolbone │ └── spr_oolbone.yy ├── spr_oolbone_ja │ └── spr_oolbone_ja.yy ├── spr_operatingtable │ └── spr_operatingtable.yy ├── spr_orangefire │ └── spr_orangefire.yy ├── spr_orangeindicator │ └── spr_orangeindicator.yy ├── spr_orangeparticle │ └── spr_orangeparticle.yy ├── spr_orb │ └── spr_orb.yy ├── spr_ourheart │ └── spr_ourheart.yy ├── spr_out_to_lunch_sign │ └── spr_out_to_lunch_sign.yy ├── spr_out_to_lunch_sign_ja │ └── spr_out_to_lunch_sign_ja.yy ├── spr_pap_wrapshock │ └── spr_pap_wrapshock.yy ├── spr_papcar_back │ └── spr_papcar_back.yy ├── spr_papcar_chassis │ └── spr_papcar_chassis.yy ├── spr_papcar_shadow │ └── spr_papcar_shadow.yy ├── spr_papcar_tires │ └── spr_papcar_tires.yy ├── spr_papcarrow1 │ └── spr_papcarrow1.yy ├── spr_papcarrow2 │ └── spr_papcarrow2.yy ├── spr_papcheckpoint │ └── spr_papcheckpoint.yy ├── spr_papcouch │ └── spr_papcouch.yy ├── spr_papdate │ └── spr_papdate.yy ├── spr_papdate_bookhold │ └── spr_papdate_bookhold.yy ├── spr_papdate_bookread │ └── spr_papdate_bookread.yy ├── spr_papdate_cool │ └── spr_papdate_cool.yy ├── spr_papdate_coolhat │ └── spr_papdate_coolhat.yy ├── spr_papdate_coy │ └── spr_papdate_coy.yy ├── spr_papdate_omg │ └── spr_papdate_omg.yy ├── spr_papdate_spaghetti │ └── spr_papdate_spaghetti.yy ├── spr_papdoor │ └── spr_papdoor.yy ├── spr_papface_fatal │ └── spr_papface_fatal.yy ├── spr_papface_wrap │ └── spr_papface_wrap.yy ├── spr_paphead_believe │ └── spr_paphead_believe.yy ├── spr_paphead_friendship │ └── spr_paphead_friendship.yy ├── spr_papsink │ └── spr_papsink.yy ├── spr_papwrap │ └── spr_papwrap.yy ├── spr_papyrus_boneget │ └── spr_papyrus_boneget.yy ├── spr_papyrus_cape │ └── spr_papyrus_cape.yy ├── spr_papyrus_cape_dark │ └── spr_papyrus_cape_dark.yy ├── spr_papyrus_cape_flip │ └── spr_papyrus_cape_flip.yy ├── spr_papyrus_cape_stark │ └── spr_papyrus_cape_stark.yy ├── spr_papyrus_d │ └── spr_papyrus_d.yy ├── spr_papyrus_d_darkbg │ └── spr_papyrus_d_darkbg.yy ├── spr_papyrus_d_mad │ └── spr_papyrus_d_mad.yy ├── spr_papyrus_d_stark │ └── spr_papyrus_d_stark.yy ├── spr_papyrus_dt │ └── spr_papyrus_dt.yy ├── spr_papyrus_dt_mad │ └── spr_papyrus_dt_mad.yy ├── spr_papyrus_electrocute │ └── spr_papyrus_electrocute.yy ├── spr_papyrus_knock │ └── spr_papyrus_knock.yy ├── spr_papyrus_l │ └── spr_papyrus_l.yy ├── spr_papyrus_l_mad │ └── spr_papyrus_l_mad.yy ├── spr_papyrus_l_stark │ └── spr_papyrus_l_stark.yy ├── spr_papyrus_lt │ └── spr_papyrus_lt.yy ├── spr_papyrus_lt_mad │ └── spr_papyrus_lt_mad.yy ├── spr_papyrus_mad1 │ └── spr_papyrus_mad1.yy ├── spr_papyrus_mad2 │ └── spr_papyrus_mad2.yy ├── spr_papyrus_orb │ └── spr_papyrus_orb.yy ├── spr_papyrus_orbtoss │ └── spr_papyrus_orbtoss.yy ├── spr_papyrus_r │ └── spr_papyrus_r.yy ├── spr_papyrus_r_stark │ └── spr_papyrus_r_stark.yy ├── spr_papyrus_rt │ └── spr_papyrus_rt.yy ├── spr_papyrus_shadowl │ └── spr_papyrus_shadowl.yy ├── spr_papyrus_shadowr │ └── spr_papyrus_shadowr.yy ├── spr_papyrus_spin │ └── spr_papyrus_spin.yy ├── spr_papyrus_steps │ └── spr_papyrus_steps.yy ├── spr_papyrus_toasted │ └── spr_papyrus_toasted.yy ├── spr_papyrus_toasteda │ └── spr_papyrus_toasteda.yy ├── spr_papyrus_u │ └── spr_papyrus_u.yy ├── spr_papyrus_ut │ └── spr_papyrus_ut.yy ├── spr_papyrus_windowjump │ └── spr_papyrus_windowjump.yy ├── spr_papyrusboss │ └── spr_papyrusboss.yy ├── spr_papyrusboss_anim │ └── spr_papyrusboss_anim.yy ├── spr_papyrusboss_body │ └── spr_papyrusboss_body.yy ├── spr_papyrusboss_confuse │ └── spr_papyrusboss_confuse.yy ├── spr_papyrusboss_head │ └── spr_papyrusboss_head.yy ├── spr_papyrushead_anime │ └── spr_papyrushead_anime.yy ├── spr_papyrushead_blush │ └── spr_papyrushead_blush.yy ├── spr_papyrushead_blush2 │ └── spr_papyrushead_blush2.yy ├── spr_papyrushead_confident │ └── spr_papyrushead_confident.yy ├── spr_papyrushead_hurt │ └── spr_papyrushead_hurt.yy ├── spr_papyrushead_mad │ └── spr_papyrushead_mad.yy ├── spr_papyrushead_normal │ └── spr_papyrushead_normal.yy ├── spr_papyrushead_sad │ └── spr_papyrushead_sad.yy ├── spr_papyrushead_side │ └── spr_papyrushead_side.yy ├── spr_papyrushead_sly │ └── spr_papyrushead_sly.yy ├── spr_papyrushead_sweaty │ └── spr_papyrushead_sweaty.yy ├── spr_papyrushead_variety │ └── spr_papyrushead_variety.yy ├── spr_papyrushouse │ └── spr_papyrushouse.yy ├── spr_parasolmett │ └── spr_parasolmett.yy ├── spr_parsnik_head │ └── spr_parsnik_head.yy ├── spr_parsnik_headwrap │ └── spr_parsnik_headwrap.yy ├── spr_parsnik_hurt │ └── spr_parsnik_hurt.yy ├── spr_parsnik_snake1 │ └── spr_parsnik_snake1.yy ├── spr_parsnik_snake2 │ └── spr_parsnik_snake2.yy ├── spr_parsnik_snake3 │ └── spr_parsnik_snake3.yy ├── spr_parsnik_snake4 │ └── spr_parsnik_snake4.yy ├── spr_parsnik_snake5 │ └── spr_parsnik_snake5.yy ├── spr_pbflame │ └── spr_pbflame.yy ├── spr_pianoarrow │ └── spr_pianoarrow.yy ├── spr_pianosolution │ └── spr_pianosolution.yy ├── spr_pieslice │ └── spr_pieslice.yy ├── spr_pillar │ └── spr_pillar.yy ├── spr_pipepart │ └── spr_pipepart.yy ├── spr_pirahna_anim_wip │ └── spr_pirahna_anim_wip.yy ├── spr_pixblk │ └── spr_pixblk.yy ├── spr_pixeltall │ └── spr_pixeltall.yy ├── spr_pixwht │ └── spr_pixwht.yy ├── spr_pizzaclock │ └── spr_pizzaclock.yy ├── spr_placeholder │ └── spr_placeholder.yy ├── spr_planeexplosion │ └── spr_planeexplosion.yy ├── spr_plant_dark │ └── spr_plant_dark.yy ├── spr_platerock │ └── spr_platerock.yy ├── spr_plinkmask │ └── spr_plinkmask.yy ├── spr_plusbomb │ └── spr_plusbomb.yy ├── spr_plusbomb_coreblast │ └── spr_plusbomb_coreblast.yy ├── spr_plusbomb_horblast │ └── spr_plusbomb_horblast.yy ├── spr_plusbomb_verblast │ └── spr_plusbomb_verblast.yy ├── spr_pokertable │ └── spr_pokertable.yy ├── spr_pole │ └── spr_pole.yy ├── spr_presentbox │ └── spr_presentbox.yy ├── spr_pressz_press │ └── spr_pressz_press.yy ├── spr_pressz_z │ └── spr_pressz_z.yy ├── spr_puddle1 │ └── spr_puddle1.yy ├── spr_punchcard │ └── spr_punchcard.yy ├── spr_punchcard_ja │ └── spr_punchcard_ja.yy ├── spr_punkhamster │ └── spr_punkhamster.yy ├── spr_purpledude │ └── spr_purpledude.yy ├── spr_purpleheart │ └── spr_purpleheart.yy ├── spr_purplespider_overworld │ └── spr_purplespider_overworld.yy ├── spr_puzzlehater │ └── spr_puzzlehater.yy ├── spr_puzzlehater_box │ └── spr_puzzlehater_box.yy ├── spr_puzzlehater_switch │ └── spr_puzzlehater_switch.yy ├── spr_pxbg │ └── spr_pxbg.yy ├── spr_pxquit │ └── spr_pxquit.yy ├── spr_pxquit_ja │ └── spr_pxquit_ja.yy ├── spr_pyropebody │ └── spr_pyropebody.yy ├── spr_pyropefootl │ └── spr_pyropefootl.yy ├── spr_pyropefootr │ └── spr_pyropefootr.yy ├── spr_pyropehead │ └── spr_pyropehead.yy ├── spr_pyropehead2 │ └── spr_pyropehead2.yy ├── spr_pyropehurt │ └── spr_pyropehurt.yy ├── spr_pyropenpc │ └── spr_pyropenpc.yy ├── spr_quittingmessage │ └── spr_quittingmessage.yy ├── spr_quittingmessage_ja │ └── spr_quittingmessage_ja.yy ├── spr_quizanswer │ └── spr_quizanswer.yy ├── spr_quiztouch │ └── spr_quiztouch.yy ├── spr_railing │ └── spr_railing.yy ├── spr_railing2 │ └── spr_railing2.yy ├── spr_railing_tint │ └── spr_railing_tint.yy ├── spr_railingpiece1 │ └── spr_railingpiece1.yy ├── spr_railingpiece1_tint │ └── spr_railingpiece1_tint.yy ├── spr_railingpiece2_tint │ └── spr_railingpiece2_tint.yy ├── spr_rainbowbolt │ └── spr_rainbowbolt.yy ├── spr_rainbowtarget │ └── spr_rainbowtarget.yy ├── spr_rchair_grey │ └── spr_rchair_grey.yy ├── spr_rchair_grill │ └── spr_rchair_grill.yy ├── spr_reaperbird_bite │ └── spr_reaperbird_bite.yy ├── spr_reaperbird_head │ └── spr_reaperbird_head.yy ├── spr_reaperbird_torso │ └── spr_reaperbird_torso.yy ├── spr_recbox │ └── spr_recbox.yy ├── spr_red_edge │ └── spr_red_edge.yy ├── spr_redacted_a │ └── spr_redacted_a.yy ├── spr_redpipe_bottom │ └── spr_redpipe_bottom.yy ├── spr_redpipe_middle │ └── spr_redpipe_middle.yy ├── spr_redpipe_top │ └── spr_redpipe_top.yy ├── spr_redtarget │ └── spr_redtarget.yy ├── spr_regboat │ └── spr_regboat.yy ├── spr_regfist │ └── spr_regfist.yy ├── spr_regfoot │ └── spr_regfoot.yy ├── spr_regnpc_1 │ └── spr_regnpc_1.yy ├── spr_regpresent │ └── spr_regpresent.yy ├── spr_regpresent_bomb │ └── spr_regpresent_bomb.yy ├── spr_regsnowman │ └── spr_regsnowman.yy ├── spr_regstar │ └── spr_regstar.yy ├── spr_rewbox │ └── spr_rewbox.yy ├── spr_ribbon │ └── spr_ribbon.yy ├── spr_rightchair │ └── spr_rightchair.yy ├── spr_rightpbutton │ └── spr_rightpbutton.yy ├── spr_risespearbullet │ └── spr_risespearbullet.yy ├── spr_riverman │ └── spr_riverman.yy ├── spr_roachbullet │ └── spr_roachbullet.yy ├── spr_roachdance │ └── spr_roachdance.yy ├── spr_rock │ └── spr_rock.yy ├── spr_rollsnow │ └── spr_rollsnow.yy ├── spr_ropebul │ └── spr_ropebul.yy ├── spr_rotclawbullet │ └── spr_rotclawbullet.yy ├── spr_rotdial │ └── spr_rotdial.yy ├── spr_royalguard_dragon_d │ └── spr_royalguard_dragon_d.yy ├── spr_royalguard_dragon_l │ └── spr_royalguard_dragon_l.yy ├── spr_royalguard_dragon_r │ └── spr_royalguard_dragon_r.yy ├── spr_royalguard_rabbit_d │ └── spr_royalguard_rabbit_d.yy ├── spr_royalguard_rabbit_l │ └── spr_royalguard_rabbit_l.yy ├── spr_royalguard_rabbit_r │ └── spr_royalguard_rabbit_r.yy ├── spr_rtile │ └── spr_rtile.yy ├── spr_ruins_reentrance │ └── spr_ruins_reentrance.yy ├── spr_ruinsdoor1 │ └── spr_ruinsdoor1.yy ├── spr_rustbike │ └── spr_rustbike.yy ├── spr_rustfridge │ └── spr_rustfridge.yy ├── spr_s_bonebul_bottom │ └── spr_s_bonebul_bottom.yy ├── spr_s_bonebul_top │ └── spr_s_bonebul_top.yy ├── spr_s_boneloop │ └── spr_s_boneloop.yy ├── spr_s_boneloop_out │ └── spr_s_boneloop_out.yy ├── spr_s_bonestab_h │ └── spr_s_bonestab_h.yy ├── spr_s_bonestab_h_tall │ └── spr_s_bonestab_h_tall.yy ├── spr_s_bonestab_v │ └── spr_s_bonestab_v.yy ├── spr_s_bonestab_v_wide │ └── spr_s_bonestab_v_wide.yy ├── spr_s_bonewall │ └── spr_s_bonewall.yy ├── spr_s_bonewall_tall │ └── spr_s_bonewall_tall.yy ├── spr_s_bonewall_wide │ └── spr_s_bonewall_wide.yy ├── spr_saddragon │ └── spr_saddragon.yy ├── spr_sadgore │ └── spr_sadgore.yy ├── spr_sadgore_face │ └── spr_sadgore_face.yy ├── spr_sadsnowman │ └── spr_sadsnowman.yy ├── spr_sadsnowman_d1 │ └── spr_sadsnowman_d1.yy ├── spr_sans_bbody │ └── spr_sans_bbody.yy ├── spr_sans_bface │ └── spr_sans_bface.yy ├── spr_sans_d │ └── spr_sans_d.yy ├── spr_sans_d_dark │ └── spr_sans_d_dark.yy ├── spr_sans_dangerous │ └── spr_sans_dangerous.yy ├── spr_sans_dt │ └── spr_sans_dt.yy ├── spr_sans_icecream_1 │ └── spr_sans_icecream_1.yy ├── spr_sans_icecream_2 │ └── spr_sans_icecream_2.yy ├── spr_sans_icecream_3 │ └── spr_sans_icecream_3.yy ├── spr_sans_icecream_4 │ └── spr_sans_icecream_4.yy ├── spr_sans_icecream_5 │ └── spr_sans_icecream_5.yy ├── spr_sans_l │ └── spr_sans_l.yy ├── spr_sans_l_dark │ └── spr_sans_l_dark.yy ├── spr_sans_laugh │ └── spr_sans_laugh.yy ├── spr_sans_r │ └── spr_sans_r.yy ├── spr_sans_r_dark │ └── spr_sans_r_dark.yy ├── spr_sans_r_darkhand │ └── spr_sans_r_darkhand.yy ├── spr_sans_shrug1 │ └── spr_sans_shrug1.yy ├── spr_sans_shrug1_dark │ └── spr_sans_shrug1_dark.yy ├── spr_sans_shrug2 │ └── spr_sans_shrug2.yy ├── spr_sans_sleep │ └── spr_sans_sleep.yy ├── spr_sans_sleep_sideways_dark │ └── spr_sans_sleep_sideways_dark.yy ├── spr_sans_stool_buttscratch │ └── spr_sans_stool_buttscratch.yy ├── spr_sans_stool_chup │ └── spr_sans_stool_chup.yy ├── spr_sans_stool_l │ └── spr_sans_stool_l.yy ├── spr_sans_stool_u │ └── spr_sans_stool_u.yy ├── spr_sans_stoolcomb │ └── spr_sans_stoolcomb.yy ├── spr_sans_trike │ └── spr_sans_trike.yy ├── spr_sans_trike_wink │ └── spr_sans_trike_wink.yy ├── spr_sans_trombone │ └── spr_sans_trombone.yy ├── spr_sans_u │ └── spr_sans_u.yy ├── spr_sans_z_battle │ └── spr_sans_z_battle.yy ├── spr_sansb_blueeye │ └── spr_sansb_blueeye.yy ├── spr_sansb_face │ └── spr_sansb_face.yy ├── spr_sansb_face_sweat │ └── spr_sansb_face_sweat.yy ├── spr_sansb_handdown │ └── spr_sansb_handdown.yy ├── spr_sansb_handup │ └── spr_sansb_handup.yy ├── spr_sansb_legs │ └── spr_sansb_legs.yy ├── spr_sansb_legs_sit │ └── spr_sansb_legs_sit.yy ├── spr_sansb_rightstrike │ └── spr_sansb_rightstrike.yy ├── spr_sansb_torso │ └── spr_sansb_torso.yy ├── spr_sansburger │ └── spr_sansburger.yy ├── spr_sanscheck │ └── spr_sanscheck.yy ├── spr_sanscheckback │ └── spr_sanscheckback.yy ├── spr_sansdoor │ └── spr_sansdoor.yy ├── spr_sansfries │ └── spr_sansfries.yy ├── spr_sansmailbox │ └── spr_sansmailbox.yy ├── spr_sanssteps │ └── spr_sanssteps.yy ├── spr_sanswrap │ └── spr_sanswrap.yy ├── spr_sanswrapface │ └── spr_sanswrapface.yy ├── spr_sanswrapshock │ └── spr_sanswrapshock.yy ├── spr_savebt │ └── spr_savebt.yy ├── spr_savebt_ja │ └── spr_savebt_ja.yy ├── spr_savepoint │ └── spr_savepoint.yy ├── spr_scaffoldingplaceholder │ └── spr_scaffoldingplaceholder.yy ├── spr_script │ └── spr_script.yy ├── spr_script_bomb │ └── spr_script_bomb.yy ├── spr_sdl │ └── spr_sdl.yy ├── spr_sdr │ └── spr_sdr.yy ├── spr_sensebar │ └── spr_sensebar.yy ├── spr_sensing_slider │ └── spr_sensing_slider.yy ├── spr_shamblingmass │ └── spr_shamblingmass.yy ├── spr_shockblcon2 │ └── spr_shockblcon2.yy ├── spr_shockblock │ └── spr_shockblock.yy ├── spr_shockfinal │ └── spr_shockfinal.yy ├── spr_shockpart │ └── spr_shockpart.yy ├── spr_shootguy │ └── spr_shootguy.yy ├── spr_shootingstar │ └── spr_shootingstar.yy ├── spr_shop1_bg │ └── spr_shop1_bg.yy ├── spr_shop1_bgorange │ └── spr_shop1_bgorange.yy ├── spr_shop2_bg │ └── spr_shop2_bg.yy ├── spr_shopkeeper1 │ └── spr_shopkeeper1.yy ├── spr_shopkeeper1_face0 │ └── spr_shopkeeper1_face0.yy ├── spr_shopkeeper1_face1 │ └── spr_shopkeeper1_face1.yy ├── spr_shopkeeper1_face2 │ └── spr_shopkeeper1_face2.yy ├── spr_shopkeeper1_face3 │ └── spr_shopkeeper1_face3.yy ├── spr_shopkeeper1_face4 │ └── spr_shopkeeper1_face4.yy ├── spr_shopkeeper1_face5 │ └── spr_shopkeeper1_face5.yy ├── spr_shopkeeper1_face6 │ └── spr_shopkeeper1_face6.yy ├── spr_shopkeeper1eyes │ └── spr_shopkeeper1eyes.yy ├── spr_shopkeeper1mouth │ └── spr_shopkeeper1mouth.yy ├── spr_shopkeeper2_arm │ └── spr_shopkeeper2_arm.yy ├── spr_shopkeeper2_body │ └── spr_shopkeeper2_body.yy ├── spr_shopkeeper2_eyes │ └── spr_shopkeeper2_eyes.yy ├── spr_shopkeeper2_mouthbottom │ └── spr_shopkeeper2_mouthbottom.yy ├── spr_shopkeeper2_mouthtop │ └── spr_shopkeeper2_mouthtop.yy ├── spr_shotguy │ └── spr_shotguy.yy ├── spr_shotguy_indicator │ └── spr_shotguy_indicator.yy ├── spr_showerbar │ └── spr_showerbar.yy ├── spr_showercurtain_empty │ └── spr_showercurtain_empty.yy ├── spr_showercurtain_man │ └── spr_showercurtain_man.yy ├── spr_shyren │ └── spr_shyren.yy ├── spr_shyren_agent │ └── spr_shyren_agent.yy ├── spr_shyren_hide │ └── spr_shyren_hide.yy ├── spr_shyren_overworld │ └── spr_shyren_overworld.yy ├── spr_shyren_overworld_sing │ └── spr_shyren_overworld_sing.yy ├── spr_shyren_sing │ └── spr_shyren_sing.yy ├── spr_shyren_swim │ └── spr_shyren_swim.yy ├── spr_shyrenstrewn │ └── spr_shyrenstrewn.yy ├── spr_sideplanebullet │ └── spr_sideplanebullet.yy ├── spr_sidestalk │ └── spr_sidestalk.yy ├── spr_signsock │ └── spr_signsock.yy ├── spr_silo1 │ └── spr_silo1.yy ├── spr_silo2 │ └── spr_silo2.yy ├── spr_singleblackpixel │ └── spr_singleblackpixel.yy ├── spr_singletree │ └── spr_singletree.yy ├── spr_sink_dark │ └── spr_sink_dark.yy ├── spr_sink_water │ └── spr_sink_water.yy ├── spr_skateboardgirl │ └── spr_skateboardgirl.yy ├── spr_skatebone │ └── spr_skatebone.yy ├── spr_skymoon │ └── spr_skymoon.yy ├── spr_skyorb │ └── spr_skyorb.yy ├── spr_sleepdog │ └── spr_sleepdog.yy ├── spr_slice_o │ └── spr_slice_o.yy ├── spr_slidingdoor │ └── spr_slidingdoor.yy ├── spr_slidingdoorframe │ └── spr_slidingdoorframe.yy ├── spr_slimejanitor │ └── spr_slimejanitor.yy ├── spr_slug │ └── spr_slug.yy ├── spr_smallbird │ └── spr_smallbird.yy ├── spr_smallbird_cry │ └── spr_smallbird_cry.yy ├── spr_smallbird_fly │ └── spr_smallbird_fly.yy ├── spr_smallchair │ └── spr_smallchair.yy ├── spr_smallfrog │ └── spr_smallfrog.yy ├── spr_smallfrogbullet │ └── spr_smallfrogbullet.yy ├── spr_smallkey │ └── spr_smallkey.yy ├── spr_smallmett │ └── spr_smallmett.yy ├── spr_smallstar │ └── spr_smallstar.yy ├── spr_smallweb │ └── spr_smallweb.yy ├── spr_smheartbullet │ └── spr_smheartbullet.yy ├── spr_smheartbulletb │ └── spr_smheartbulletb.yy ├── spr_snail │ └── spr_snail.yy ├── spr_snailblue │ └── spr_snailblue.yy ├── spr_snailbluer │ └── spr_snailbluer.yy ├── spr_snailguy │ └── spr_snailguy.yy ├── spr_snailr │ └── spr_snailr.yy ├── spr_snailred │ └── spr_snailred.yy ├── spr_snailredr │ └── spr_snailredr.yy ├── spr_snailyellow │ └── spr_snailyellow.yy ├── spr_snailyellow_hopeless │ └── spr_snailyellow_hopeless.yy ├── spr_snailyellow_hopeless2 │ └── spr_snailyellow_hopeless2.yy ├── spr_snailyellow_hopeless3 │ └── spr_snailyellow_hopeless3.yy ├── spr_snowdinlogo │ └── spr_snowdinlogo.yy ├── spr_snowdinlogo_ja │ └── spr_snowdinlogo_ja.yy ├── spr_snowdrake │ └── spr_snowdrake.yy ├── spr_snowdrake_body │ └── spr_snowdrake_body.yy ├── spr_snowdrake_head │ └── spr_snowdrake_head.yy ├── spr_snowdrake_legs │ └── spr_snowdrake_legs.yy ├── spr_snowdrakedad │ └── spr_snowdrakedad.yy ├── spr_snowdrakenpc │ └── spr_snowdrakenpc.yy ├── spr_snowdrakesmom │ └── spr_snowdrakesmom.yy ├── spr_snowhat │ └── spr_snowhat.yy ├── spr_snowhatparticle │ └── spr_snowhatparticle.yy ├── spr_snowpap │ └── spr_snowpap.yy ├── spr_snowpoff │ └── spr_snowpoff.yy ├── spr_snowsans │ └── spr_snowsans.yy ├── spr_snowsans_ja │ └── spr_snowsans_ja.yy ├── spr_soapbul │ └── spr_soapbul.yy ├── spr_soda │ └── spr_soda.yy ├── spr_soda_break │ └── spr_soda_break.yy ├── spr_solidextall_2 │ └── spr_solidextall_2.yy ├── spr_solidexwide │ └── spr_solidexwide.yy ├── spr_solidlong │ └── spr_solidlong.yy ├── spr_solidlongother │ └── spr_solidlongother.yy ├── spr_solidobj1 │ └── spr_solidobj1.yy ├── spr_solidsmall │ └── spr_solidsmall.yy ├── spr_solidsmallthin │ └── spr_solidsmallthin.yy ├── spr_solidtall │ └── spr_solidtall.yy ├── spr_solidtall_2 │ └── spr_solidtall_2.yy ├── spr_solidthin_x │ └── spr_solidthin_x.yy ├── spr_solidwide │ └── spr_solidwide.yy ├── spr_sorry_body │ └── spr_sorry_body.yy ├── spr_sorry_bodyback │ └── spr_sorry_bodyback.yy ├── spr_sorry_d │ └── spr_sorry_d.yy ├── spr_sorry_example │ └── spr_sorry_example.yy ├── spr_sorry_face │ └── spr_sorry_face.yy ├── spr_sorry_head │ └── spr_sorry_head.yy ├── spr_sorry_headback │ └── spr_sorry_headback.yy ├── spr_sorry_npc_d │ └── spr_sorry_npc_d.yy ├── spr_sorry_u │ └── spr_sorry_u.yy ├── spr_sorryarm │ └── spr_sorryarm.yy ├── spr_sorryarm_behind │ └── spr_sorryarm_behind.yy ├── spr_sorryarm_close │ └── spr_sorryarm_close.yy ├── spr_sorryarm_drawing │ └── spr_sorryarm_drawing.yy ├── spr_sorryarm_headgrab │ └── spr_sorryarm_headgrab.yy ├── spr_sorryarm_open │ └── spr_sorryarm_open.yy ├── spr_sorryear_l │ └── spr_sorryear_l.yy ├── spr_sorryhat │ └── spr_sorryhat.yy ├── spr_sorryleg │ └── spr_sorryleg.yy ├── spr_sorrytail │ └── spr_sorrytail.yy ├── spr_sorrytail_curveback │ └── spr_sorrytail_curveback.yy ├── spr_sorrytail_vert │ └── spr_sorrytail_vert.yy ├── spr_sorrytail_vsolid │ └── spr_sorrytail_vsolid.yy ├── spr_sorrytrashball │ └── spr_sorrytrashball.yy ├── spr_spaghetti │ └── spr_spaghetti.yy ├── spr_spaghettialone │ └── spr_spaghettialone.yy ├── spr_spaghettibox │ └── spr_spaghettibox.yy ├── spr_spaghettipot │ └── spr_spaghettipot.yy ├── spr_spaghettipot_burnt │ └── spr_spaghettipot_burnt.yy ├── spr_spaghettipot_wrecked │ └── spr_spaghettipot_wrecked.yy ├── spr_spaghot_a │ └── spr_spaghot_a.yy ├── spr_spaghot_b │ └── spr_spaghot_b.yy ├── spr_spaghot_c │ └── spr_spaghot_c.yy ├── spr_spaghot_d │ └── spr_spaghot_d.yy ├── spr_spaghot_e │ └── spr_spaghot_e.yy ├── spr_spaghot_f │ └── spr_spaghot_f.yy ├── spr_spaghot_g │ └── spr_spaghot_g.yy ├── spr_spaghot_h │ └── spr_spaghot_h.yy ├── spr_spaghot_i │ └── spr_spaghot_i.yy ├── spr_sparebt │ └── spr_sparebt.yy ├── spr_sparebt_bandage │ └── spr_sparebt_bandage.yy ├── spr_sparebt_bandage_ja │ └── spr_sparebt_bandage_ja.yy ├── spr_sparebt_ja │ └── spr_sparebt_ja.yy ├── spr_spearhandl │ └── spr_spearhandl.yy ├── spr_spearhandr │ └── spr_spearhandr.yy ├── spr_spearsaver │ └── spr_spearsaver.yy ├── spr_specialswitch │ └── spr_specialswitch.yy ├── spr_speedline │ └── spr_speedline.yy ├── spr_spellbt │ └── spr_spellbt.yy ├── spr_spiderb_eyebig │ └── spr_spiderb_eyebig.yy ├── spr_spiderb_eyebig_hurt │ └── spr_spiderb_eyebig_hurt.yy ├── spr_spiderb_eyecen │ └── spr_spiderb_eyecen.yy ├── spr_spiderb_eyecen_hurt │ └── spr_spiderb_eyecen_hurt.yy ├── spr_spiderb_eyemed │ └── spr_spiderb_eyemed.yy ├── spr_spiderb_eyemed_hurt │ └── spr_spiderb_eyemed_hurt.yy ├── spr_spiderb_hair │ └── spr_spiderb_hair.yy ├── spr_spiderb_head │ └── spr_spiderb_head.yy ├── spr_spiderb_legs │ └── spr_spiderb_legs.yy ├── spr_spiderb_lowarm │ └── spr_spiderb_lowarm.yy ├── spr_spiderb_midarm │ └── spr_spiderb_midarm.yy ├── spr_spiderb_midarm2 │ └── spr_spiderb_midarm2.yy ├── spr_spiderb_pants │ └── spr_spiderb_pants.yy ├── spr_spiderb_shirt │ └── spr_spiderb_shirt.yy ├── spr_spiderb_shoulder │ └── spr_spiderb_shoulder.yy ├── spr_spiderb_teapot │ └── spr_spiderb_teapot.yy ├── spr_spiderb_upperarm │ └── spr_spiderb_upperarm.yy ├── spr_spiderbullet1 │ └── spr_spiderbullet1.yy ├── spr_spiderchair │ └── spr_spiderchair.yy ├── spr_spiderpour │ └── spr_spiderpour.yy ├── spr_spidertable │ └── spr_spidertable.yy ├── spr_spidertable_items │ └── spr_spidertable_items.yy ├── spr_spidertelegram │ └── spr_spidertelegram.yy ├── spr_spiketile │ └── spr_spiketile.yy ├── spr_spinbullet │ └── spr_spinbullet.yy ├── spr_spinbullet_cheat │ └── spr_spinbullet_cheat.yy ├── spr_spinbullet_huge │ └── spr_spinbullet_huge.yy ├── spr_spinbullet_outline │ └── spr_spinbullet_outline.yy ├── spr_spinbullet_outline2 │ └── spr_spinbullet_outline2.yy ├── spr_st │ └── spr_st.yy ├── spr_stable │ └── spr_stable.yy ├── spr_stagecloud_bad │ └── spr_stagecloud_bad.yy ├── spr_stagelight_bad │ └── spr_stagelight_bad.yy ├── spr_stairmask │ └── spr_stairmask.yy ├── spr_starburst_x │ └── spr_starburst_x.yy ├── spr_starcheckeredit │ └── spr_starcheckeredit.yy ├── spr_starcheckeredit2 │ └── spr_starcheckeredit2.yy ├── spr_starcheckeredit_ja │ └── spr_starcheckeredit_ja.yy ├── spr_stardrop │ └── spr_stardrop.yy ├── spr_starkshadow │ └── spr_starkshadow.yy ├── spr_starpattern │ └── spr_starpattern.yy ├── spr_statue │ └── spr_statue.yy ├── spr_statuedrop │ └── spr_statuedrop.yy ├── spr_statuelight │ └── spr_statuelight.yy ├── spr_statueplink │ └── spr_statueplink.yy ├── spr_statueshadow │ └── spr_statueshadow.yy ├── spr_steamer_bottom │ └── spr_steamer_bottom.yy ├── spr_steamer_top │ └── spr_steamer_top.yy ├── spr_steamplume2 │ └── spr_steamplume2.yy ├── spr_stepmask │ └── spr_stepmask.yy ├── spr_stick │ └── spr_stick.yy ├── spr_stormstar │ └── spr_stormstar.yy ├── spr_stormstar_b │ └── spr_stormstar_b.yy ├── spr_stormstar_mask │ └── spr_stormstar_mask.yy ├── spr_stove │ └── spr_stove.yy ├── spr_strangeman_floathead │ └── spr_strangeman_floathead.yy ├── spr_strangeman_headless_walk │ └── spr_strangeman_headless_walk.yy ├── spr_strangeman_pose │ └── spr_strangeman_pose.yy ├── spr_strangeman_poseb │ └── spr_strangeman_poseb.yy ├── spr_strangeman_walk │ └── spr_strangeman_walk.yy ├── spr_streambullet │ └── spr_streambullet.yy ├── spr_strike │ └── spr_strike.yy ├── spr_sugarbullet │ └── spr_sugarbullet.yy ├── spr_sugarbullet_hit │ └── spr_sugarbullet_hit.yy ├── spr_sugarholder │ └── spr_sugarholder.yy ├── spr_sugarholder_break │ └── spr_sugarholder_break.yy ├── spr_sul │ └── spr_sul.yy ├── spr_sunbullet │ └── spr_sunbullet.yy ├── spr_sunicon │ └── spr_sunicon.yy ├── spr_sunmoon │ └── spr_sunmoon.yy ├── spr_superbone │ └── spr_superbone.yy ├── spr_sur │ └── spr_sur.yy ├── spr_sweat99 │ └── spr_sweat99.yy ├── spr_switch │ └── spr_switch.yy ├── spr_swordmaster │ └── spr_swordmaster.yy ├── spr_table │ └── spr_table.yy ├── spr_talkbt │ └── spr_talkbt.yy ├── spr_talkbt_hollow │ └── spr_talkbt_hollow.yy ├── spr_talkbt_hollow_ja │ └── spr_talkbt_hollow_ja.yy ├── spr_talkbt_ja │ └── spr_talkbt_ja.yy ├── spr_tallgrass │ └── spr_tallgrass.yy ├── spr_target │ └── spr_target.yy ├── spr_targetc │ └── spr_targetc.yy ├── spr_targetchoice │ └── spr_targetchoice.yy ├── spr_targetguy │ └── spr_targetguy.yy ├── spr_targetx │ └── spr_targetx.yy ├── spr_targetz │ └── spr_targetz.yy ├── spr_teaboxes │ └── spr_teaboxes.yy ├── spr_teaboxes_break │ └── spr_teaboxes_break.yy ├── spr_teardrop │ └── spr_teardrop.yy ├── spr_telescope │ └── spr_telescope.yy ├── spr_temback │ └── spr_temback.yy ├── spr_tembattle │ └── spr_tembattle.yy ├── spr_tembody │ └── spr_tembody.yy ├── spr_temface │ └── spr_temface.yy ├── spr_temfoot │ └── spr_temfoot.yy ├── spr_temfront │ └── spr_temfront.yy ├── spr_temhand │ └── spr_temhand.yy ├── spr_temhat │ └── spr_temhat.yy ├── spr_temmie_egg │ └── spr_temmie_egg.yy ├── spr_temmie_hive │ └── spr_temmie_hive.yy ├── spr_temmie_hivetalk │ └── spr_temmie_hivetalk.yy ├── spr_temmie_l │ └── spr_temmie_l.yy ├── spr_temmie_lt │ └── spr_temmie_lt.yy ├── spr_temmie_r │ └── spr_temmie_r.yy ├── spr_temmie_rt │ └── spr_temmie_rt.yy ├── spr_temsmug │ └── spr_temsmug.yy ├── spr_test_cbutton │ └── spr_test_cbutton.yy ├── spr_test_d │ └── spr_test_d.yy ├── spr_test_dt │ └── spr_test_dt.yy ├── spr_test_l │ └── spr_test_l.yy ├── spr_test_lt │ └── spr_test_lt.yy ├── spr_test_r │ └── spr_test_r.yy ├── spr_test_rt │ └── spr_test_rt.yy ├── spr_test_u │ └── spr_test_u.yy ├── spr_test_ut │ └── spr_test_ut.yy ├── spr_test_xbutton │ └── spr_test_xbutton.yy ├── spr_test_zbutton │ └── spr_test_zbutton.yy ├── spr_testimage │ └── spr_testimage.yy ├── spr_text_congratulations │ └── spr_text_congratulations.yy ├── spr_text_missionfailed │ └── spr_text_missionfailed.yy ├── spr_text_restart │ └── spr_text_restart.yy ├── spr_text_restaurant │ └── spr_text_restaurant.yy ├── spr_text_shot │ └── spr_text_shot.yy ├── spr_theartshards │ └── spr_theartshards.yy ├── spr_tickerlogo │ └── spr_tickerlogo.yy ├── spr_tilearrow │ └── spr_tilearrow.yy ├── spr_tileblue │ └── spr_tileblue.yy ├── spr_tilegreen │ └── spr_tilegreen.yy ├── spr_tileguy │ └── spr_tileguy.yy ├── spr_tileorange │ └── spr_tileorange.yy ├── spr_tilepink │ └── spr_tilepink.yy ├── spr_tilepurple │ └── spr_tilepurple.yy ├── spr_tilered │ └── spr_tilered.yy ├── spr_tilespear │ └── spr_tilespear.yy ├── spr_tilespear_fullbottom │ └── spr_tilespear_fullbottom.yy ├── spr_tilespear_old │ └── spr_tilespear_old.yy ├── spr_tilewhite │ └── spr_tilewhite.yy ├── spr_tileyellow │ └── spr_tileyellow.yy ├── spr_tileyellow_shock │ └── spr_tileyellow_shock.yy ├── spr_tileyellow_shock_blue │ └── spr_tileyellow_shock_blue.yy ├── spr_timehud │ └── spr_timehud.yy ├── spr_timehud_vert │ └── spr_timehud_vert.yy ├── spr_tinybghouse │ └── spr_tinybghouse.yy ├── spr_tinybgman │ └── spr_tinybgman.yy ├── spr_tinybgpuff │ └── spr_tinybgpuff.yy ├── spr_tinychair │ └── spr_tinychair.yy ├── spr_tinydancemett │ └── spr_tinydancemett.yy ├── spr_tinydancemett_tell │ └── spr_tinydancemett_tell.yy ├── spr_tinygayheart │ └── spr_tinygayheart.yy ├── spr_tinyleaf │ └── spr_tinyleaf.yy ├── spr_tinymusicnote │ └── spr_tinymusicnote.yy ├── spr_tinypombark │ └── spr_tinypombark.yy ├── spr_tinypomjump │ └── spr_tinypomjump.yy ├── spr_tinypomsad │ └── spr_tinypomsad.yy ├── spr_tinypomsadbark │ └── spr_tinypomsadbark.yy ├── spr_tinypomwag │ └── spr_tinypomwag.yy ├── spr_tinypomwalk │ └── spr_tinypomwalk.yy ├── spr_tinysparkle │ └── spr_tinysparkle.yy ├── spr_tinyspider │ └── spr_tinyspider.yy ├── spr_tinyspider_flower │ └── spr_tinyspider_flower.yy ├── spr_tinyspider_sign │ └── spr_tinyspider_sign.yy ├── spr_tinystool │ └── spr_tinystool.yy ├── spr_tobdog_autumn │ └── spr_tobdog_autumn.yy ├── spr_tobdog_pile │ └── spr_tobdog_pile.yy ├── spr_tobdog_sleep_fire │ └── spr_tobdog_sleep_fire.yy ├── spr_tobdog_sleep_firebattle │ └── spr_tobdog_sleep_firebattle.yy ├── spr_tobdog_sleep_trash │ └── spr_tobdog_sleep_trash.yy ├── spr_tobdog_spring │ └── spr_tobdog_spring.yy ├── spr_tobdog_summer │ └── spr_tobdog_summer.yy ├── spr_tobdog_winter │ └── spr_tobdog_winter.yy ├── spr_tobdogl │ └── spr_tobdogl.yy ├── spr_tobdogl_fire │ └── spr_tobdogl_fire.yy ├── spr_tobdogl_fire_still │ └── spr_tobdogl_fire_still.yy ├── spr_tobdogl_still │ └── spr_tobdogl_still.yy ├── spr_tobdogl_talk │ └── spr_tobdogl_talk.yy ├── spr_tobdogl_talk_eyeclose │ └── spr_tobdogl_talk_eyeclose.yy ├── spr_tobdogr │ └── spr_tobdogr.yy ├── spr_tobydogeat │ └── spr_tobydogeat.yy ├── spr_tobydogeat_small │ └── spr_tobydogeat_small.yy ├── spr_tobydogscoot │ └── spr_tobydogscoot.yy ├── spr_tobydogscoot_small │ └── spr_tobydogscoot_small.yy ├── spr_tobydogsurprise │ └── spr_tobydogsurprise.yy ├── spr_tobydogsurprise_small │ └── spr_tobydogsurprise_small.yy ├── spr_tonsildude │ └── spr_tonsildude.yy ├── spr_topchair │ └── spr_topchair.yy ├── spr_torheart │ └── spr_torheart.yy ├── spr_torheart_again │ └── spr_torheart_again.yy ├── spr_torheartbreak │ └── spr_torheartbreak.yy ├── spr_torheartbreak_again │ └── spr_torheartbreak_again.yy ├── spr_toriel_bodyonly │ └── spr_toriel_bodyonly.yy ├── spr_toriel_d │ └── spr_toriel_d.yy ├── spr_toriel_d_dark │ └── spr_toriel_d_dark.yy ├── spr_toriel_d_phone │ └── spr_toriel_d_phone.yy ├── spr_toriel_dt │ └── spr_toriel_dt.yy ├── spr_toriel_dtmad │ └── spr_toriel_dtmad.yy ├── spr_toriel_handhold_d │ └── spr_toriel_handhold_d.yy ├── spr_toriel_handhold_l │ └── spr_toriel_handhold_l.yy ├── spr_toriel_handhold_l_old │ └── spr_toriel_handhold_l_old.yy ├── spr_toriel_handhold_r │ └── spr_toriel_handhold_r.yy ├── spr_toriel_handhold_u │ └── spr_toriel_handhold_u.yy ├── spr_toriel_hug │ └── spr_toriel_hug.yy ├── spr_toriel_hug2 │ └── spr_toriel_hug2.yy ├── spr_toriel_hug3 │ └── spr_toriel_hug3.yy ├── spr_toriel_l │ └── spr_toriel_l.yy ├── spr_toriel_lt │ └── spr_toriel_lt.yy ├── spr_toriel_r │ └── spr_toriel_r.yy ├── spr_toriel_r_holdthing │ └── spr_toriel_r_holdthing.yy ├── spr_toriel_r_placething │ └── spr_toriel_r_placething.yy ├── spr_toriel_rt │ └── spr_toriel_rt.yy ├── spr_toriel_ruffle │ └── spr_toriel_ruffle.yy ├── spr_toriel_school │ └── spr_toriel_school.yy ├── spr_toriel_u │ └── spr_toriel_u.yy ├── spr_toriel_ut │ └── spr_toriel_ut.yy ├── spr_toriel_wrap │ └── spr_toriel_wrap.yy ├── spr_toriel_wrapshock │ └── spr_toriel_wrapshock.yy ├── spr_torielboss │ └── spr_torielboss.yy ├── spr_torielboss_hurt │ └── spr_torielboss_hurt.yy ├── spr_torielboss_kneel │ └── spr_torielboss_kneel.yy ├── spr_torielboss_kneel_incredulous │ └── spr_torielboss_kneel_incredulous.yy ├── spr_torielboss_kneelanguish │ └── spr_torielboss_kneelanguish.yy ├── spr_torielboss_kneelanguish2 │ └── spr_torielboss_kneelanguish2.yy ├── spr_torielboss_kneelsmile │ └── spr_torielboss_kneelsmile.yy ├── spr_torielboss_kneelsmile2 │ └── spr_torielboss_kneelsmile2.yy ├── spr_torielboss_mouthcover │ └── spr_torielboss_mouthcover.yy ├── spr_torielboss_murdered │ └── spr_torielboss_murdered.yy ├── spr_torielboss_neutral │ └── spr_torielboss_neutral.yy ├── spr_torielboss_reallyhurt │ └── spr_torielboss_reallyhurt.yy ├── spr_torielboss_sad │ └── spr_torielboss_sad.yy ├── spr_torielboss_sad2 │ └── spr_torielboss_sad2.yy ├── spr_torielboss_sadhappy │ └── spr_torielboss_sadhappy.yy ├── spr_torielboss_side │ └── spr_torielboss_side.yy ├── spr_torielboss_sidesad │ └── spr_torielboss_sidesad.yy ├── spr_torielboss_sidesad2 │ └── spr_torielboss_sidesad2.yy ├── spr_torielboss_sidesadhappy │ └── spr_torielboss_sidesadhappy.yy ├── spr_torielboss_suicide │ └── spr_torielboss_suicide.yy ├── spr_torielcutscene │ └── spr_torielcutscene.yy ├── spr_torieldisapprove │ └── spr_torieldisapprove.yy ├── spr_torielflame │ └── spr_torielflame.yy ├── spr_torielside1 │ └── spr_torielside1.yy ├── spr_torielthrone │ └── spr_torielthrone.yy ├── spr_tornnote │ └── spr_tornnote.yy ├── spr_tornote │ └── spr_tornote.yy ├── spr_torsoball │ └── spr_torsoball.yy ├── spr_torweird │ └── spr_torweird.yy ├── spr_towersymbol_off │ └── spr_towersymbol_off.yy ├── spr_towersymbol_on │ └── spr_towersymbol_on.yy ├── spr_trash_dustorb │ └── spr_trash_dustorb.yy ├── spr_trash_paperball │ └── spr_trash_paperball.yy ├── spr_trash_takeout │ └── spr_trash_takeout.yy ├── spr_trashcan │ └── spr_trashcan.yy ├── spr_trashcan_tint │ └── spr_trashcan_tint.yy ├── spr_trashheap │ └── spr_trashheap.yy ├── spr_trashheap_r │ └── spr_trashheap_r.yy ├── spr_treadmill │ └── spr_treadmill.yy ├── spr_treeshadow │ └── spr_treeshadow.yy ├── spr_trophy │ └── spr_trophy.yy ├── spr_truechara │ └── spr_truechara.yy ├── spr_truechara_laugh │ └── spr_truechara_laugh.yy ├── spr_truechara_weird │ └── spr_truechara_weird.yy ├── spr_tsunderplane │ └── spr_tsunderplane.yy ├── spr_tsunderplane_blush │ └── spr_tsunderplane_blush.yy ├── spr_tsunderplanecloud │ └── spr_tsunderplanecloud.yy ├── spr_tsunderplanehat │ └── spr_tsunderplanehat.yy ├── spr_tsunderplanenpc │ └── spr_tsunderplanenpc.yy ├── spr_tundrafog │ └── spr_tundrafog.yy ├── spr_tundragatebar │ └── spr_tundragatebar.yy ├── spr_tutu │ └── spr_tutu.yy ├── spr_tv_exface │ └── spr_tv_exface.yy ├── spr_tv_floweyface │ └── spr_tv_floweyface.yy ├── spr_tv_floweyface_everyone │ └── spr_tv_floweyface_everyone.yy ├── spr_tv_floweyface_seta │ └── spr_tv_floweyface_seta.yy ├── spr_tv_floweyface_setb │ └── spr_tv_floweyface_setb.yy ├── spr_tv_floweyface_setc │ └── spr_tv_floweyface_setc.yy ├── spr_tv_floweyx_laugh │ └── spr_tv_floweyx_laugh.yy ├── spr_tv_floweyx_laugh_o │ └── spr_tv_floweyx_laugh_o.yy ├── spr_tv_floweyx_laugh_piss │ └── spr_tv_floweyx_laugh_piss.yy ├── spr_tv_floweyx_smile │ └── spr_tv_floweyx_smile.yy ├── spr_tv_warning │ └── spr_tv_warning.yy ├── spr_tvinside │ └── spr_tvinside.yy ├── spr_tvinside_old │ └── spr_tvinside_old.yy ├── spr_twinklestar │ └── spr_twinklestar.yy ├── spr_ua_hold │ └── spr_ua_hold.yy ├── spr_ua_lift1 │ └── spr_ua_lift1.yy ├── spr_ua_lift2 │ └── spr_ua_lift2.yy ├── spr_ua_pet │ └── spr_ua_pet.yy ├── spr_ua_throw │ └── spr_ua_throw.yy ├── spr_uchair_grey │ └── spr_uchair_grey.yy ├── spr_udebone │ └── spr_udebone.yy ├── spr_udebone_ja │ └── spr_udebone_ja.yy ├── spr_ultimabullet │ └── spr_ultimabullet.yy ├── spr_umbrellaholder │ └── spr_umbrellaholder.yy ├── spr_umbrellamask │ └── spr_umbrellamask.yy ├── spr_undertaletitle │ └── spr_undertaletitle.yy ├── spr_undteacup │ └── spr_undteacup.yy ├── spr_undteapot │ └── spr_undteapot.yy ├── spr_undyne_armraise │ └── spr_undyne_armraise.yy ├── spr_undyne_besties │ └── spr_undyne_besties.yy ├── spr_undyne_cheektug │ └── spr_undyne_cheektug.yy ├── spr_undyne_d │ └── spr_undyne_d.yy ├── spr_undyne_d_dark │ └── spr_undyne_d_dark.yy ├── spr_undyne_d_sit │ └── spr_undyne_d_sit.yy ├── spr_undyne_dt │ └── spr_undyne_dt.yy ├── spr_undyne_eyeding │ └── spr_undyne_eyeding.yy ├── spr_undyne_grableap │ └── spr_undyne_grableap.yy ├── spr_undyne_head_chuckle │ └── spr_undyne_head_chuckle.yy ├── spr_undyne_head_laugh │ └── spr_undyne_head_laugh.yy ├── spr_undyne_head_normal │ └── spr_undyne_head_normal.yy ├── spr_undyne_helmet_d │ └── spr_undyne_helmet_d.yy ├── spr_undyne_helmet_d_pissed │ └── spr_undyne_helmet_d_pissed.yy ├── spr_undyne_helmet_l │ └── spr_undyne_helmet_l.yy ├── spr_undyne_helmet_r │ └── spr_undyne_helmet_r.yy ├── spr_undyne_helmet_u │ └── spr_undyne_helmet_u.yy ├── spr_undyne_jump0 │ └── spr_undyne_jump0.yy ├── spr_undyne_jump1 │ └── spr_undyne_jump1.yy ├── spr_undyne_kick │ └── spr_undyne_kick.yy ├── spr_undyne_l │ └── spr_undyne_l.yy ├── spr_undyne_leap │ └── spr_undyne_leap.yy ├── spr_undyne_lt │ └── spr_undyne_lt.yy ├── spr_undyne_pantstest │ └── spr_undyne_pantstest.yy ├── spr_undyne_piano │ └── spr_undyne_piano.yy ├── spr_undyne_polite │ └── spr_undyne_polite.yy ├── spr_undyne_r │ └── spr_undyne_r.yy ├── spr_undyne_rt │ └── spr_undyne_rt.yy ├── spr_undyne_rt_burnt │ └── spr_undyne_rt_burnt.yy ├── spr_undyne_rt_tomato │ └── spr_undyne_rt_tomato.yy ├── spr_undyne_rush │ └── spr_undyne_rush.yy ├── spr_undyne_rushfade │ └── spr_undyne_rushfade.yy ├── spr_undyne_shad │ └── spr_undyne_shad.yy ├── spr_undyne_starkd │ └── spr_undyne_starkd.yy ├── spr_undyne_starkd_arm │ └── spr_undyne_starkd_arm.yy ├── spr_undyne_starkd_nomask │ └── spr_undyne_starkd_nomask.yy ├── spr_undyne_starkd_nomask_2 │ └── spr_undyne_starkd_nomask_2.yy ├── spr_undyne_starkd_test │ └── spr_undyne_starkd_test.yy ├── spr_undyne_starkeye │ └── spr_undyne_starkeye.yy ├── spr_undyne_starkphone │ └── spr_undyne_starkphone.yy ├── spr_undyne_stomp │ └── spr_undyne_stomp.yy ├── spr_undyne_stomp_tomato │ └── spr_undyne_stomp_tomato.yy ├── spr_undyne_throw │ └── spr_undyne_throw.yy ├── spr_undyne_throwspear │ └── spr_undyne_throwspear.yy ├── spr_undyne_throwtalk │ └── spr_undyne_throwtalk.yy ├── spr_undyne_torso_hit │ └── spr_undyne_torso_hit.yy ├── spr_undyne_torso_shuffle │ └── spr_undyne_torso_shuffle.yy ├── spr_undyne_torso_tap │ └── spr_undyne_torso_tap.yy ├── spr_undyne_u │ └── spr_undyne_u.yy ├── spr_undyne_uppercut │ └── spr_undyne_uppercut.yy ├── spr_undyne_ut │ └── spr_undyne_ut.yy ├── spr_undyne_veggies │ └── spr_undyne_veggies.yy ├── spr_undyne_walku │ └── spr_undyne_walku.yy ├── spr_undyne_youremine │ └── spr_undyne_youremine.yy ├── spr_undyne_youremine_dark │ └── spr_undyne_youremine_dark.yy ├── spr_undynea_d │ └── spr_undynea_d.yy ├── spr_undynea_dt │ └── spr_undynea_dt.yy ├── spr_undynea_l │ └── spr_undynea_l.yy ├── spr_undynea_lt │ └── spr_undynea_lt.yy ├── spr_undynea_r │ └── spr_undynea_r.yy ├── spr_undynea_r_raise │ └── spr_undynea_r_raise.yy ├── spr_undynea_r_raiseup │ └── spr_undynea_r_raiseup.yy ├── spr_undynea_rfall │ └── spr_undynea_rfall.yy ├── spr_undynea_rt │ └── spr_undynea_rt.yy ├── spr_undynea_starkl │ └── spr_undynea_starkl.yy ├── spr_undynea_starkl_tem │ └── spr_undynea_starkl_tem.yy ├── spr_undynea_starkr │ └── spr_undynea_starkr.yy ├── spr_undynea_starkr_old │ └── spr_undynea_starkr_old.yy ├── spr_undynea_starku │ └── spr_undynea_starku.yy ├── spr_undynea_u │ └── spr_undynea_u.yy ├── spr_undynea_ut │ └── spr_undynea_ut.yy ├── spr_undyneb │ └── spr_undyneb.yy ├── spr_undyneb2 │ └── spr_undyneb2.yy ├── spr_undyneb2_arml │ └── spr_undyneb2_arml.yy ├── spr_undyneb2_armr │ └── spr_undyneb2_armr.yy ├── spr_undyneb2_lowerbody │ └── spr_undyneb2_lowerbody.yy ├── spr_undyneb2_spear │ └── spr_undyneb2_spear.yy ├── spr_undyneb2_upperbody │ └── spr_undyneb2_upperbody.yy ├── spr_undyneb_armor │ └── spr_undyneb_armor.yy ├── spr_undyneb_face │ └── spr_undyneb_face.yy ├── spr_undyneb_face2 │ └── spr_undyneb_face2.yy ├── spr_undyneb_face3 │ └── spr_undyneb_face3.yy ├── spr_undyneb_fatal │ └── spr_undyneb_fatal.yy ├── spr_undyneb_hair │ └── spr_undyneb_hair.yy ├── spr_undyneb_lastmelt │ └── spr_undyneb_lastmelt.yy ├── spr_undyneb_leftarm │ └── spr_undyneb_leftarm.yy ├── spr_undyneb_legs │ └── spr_undyneb_legs.yy ├── spr_undyneb_melt │ └── spr_undyneb_melt.yy ├── spr_undyneb_noanim │ └── spr_undyneb_noanim.yy ├── spr_undyneb_pants │ └── spr_undyneb_pants.yy ├── spr_undyneb_rightarm │ └── spr_undyneb_rightarm.yy ├── spr_undyneb_smear │ └── spr_undyneb_smear.yy ├── spr_undyneb_smooch │ └── spr_undyneb_smooch.yy ├── spr_undyneb_smooch_s │ └── spr_undyneb_smooch_s.yy ├── spr_undynedive │ └── spr_undynedive.yy ├── spr_undyneface_encourage │ └── spr_undyneface_encourage.yy ├── spr_undyneface_fatal │ └── spr_undyneface_fatal.yy ├── spr_undyneface_wrap │ └── spr_undyneface_wrap.yy ├── spr_undynehouse_door │ └── spr_undynehouse_door.yy ├── spr_undynehouse_fire │ └── spr_undynehouse_fire.yy ├── spr_undynehouse_normal │ └── spr_undynehouse_normal.yy ├── spr_undynehousemouth │ └── spr_undynehousemouth.yy ├── spr_undynespear │ └── spr_undynespear.yy ├── spr_undynespear_end │ └── spr_undynespear_end.yy ├── spr_undynespear_l │ └── spr_undynespear_l.yy ├── spr_undynespear_r │ └── spr_undynespear_r.yy ├── spr_undynespear_stabbed │ └── spr_undynespear_stabbed.yy ├── spr_undynespeard │ └── spr_undynespeard.yy ├── spr_undynespearshadow │ └── spr_undynespearshadow.yy ├── spr_undynetable │ └── spr_undynetable.yy ├── spr_undynewindow │ └── spr_undynewindow.yy ├── spr_undynewindow_foreground │ └── spr_undynewindow_foreground.yy ├── spr_undynewrap │ └── spr_undynewrap.yy ├── spr_undynewrapshock │ └── spr_undynewrapshock.yy ├── spr_undynex_example │ └── spr_undynex_example.yy ├── spr_undynex_eyebeam │ └── spr_undynex_eyebeam.yy ├── spr_undynex_face1 │ └── spr_undynex_face1.yy ├── spr_undynex_face_damage │ └── spr_undynex_face_damage.yy ├── spr_undynex_face_e │ └── spr_undynex_face_e.yy ├── spr_undynex_face_laugh │ └── spr_undynex_face_laugh.yy ├── spr_undynex_face_mouth │ └── spr_undynex_face_mouth.yy ├── spr_undynex_hair │ └── spr_undynex_hair.yy ├── spr_undynex_leftarm │ └── spr_undynex_leftarm.yy ├── spr_undynex_legs │ └── spr_undynex_legs.yy ├── spr_undynex_melt │ └── spr_undynex_melt.yy ├── spr_undynex_pants │ └── spr_undynex_pants.yy ├── spr_undynex_rightarm │ └── spr_undynex_rightarm.yy ├── spr_undynex_torso │ └── spr_undynex_torso.yy ├── spr_upbox │ └── spr_upbox.yy ├── spr_uppbutton │ └── spr_uppbutton.yy ├── spr_upperlayer │ └── spr_upperlayer.yy ├── spr_uprightpiano │ └── spr_uprightpiano.yy ├── spr_uspearbul │ └── spr_uspearbul.yy ├── spr_vegbullet │ └── spr_vegbullet.yy ├── spr_vegbullet_snake │ └── spr_vegbullet_snake.yy ├── spr_vegetableoutside │ └── spr_vegetableoutside.yy ├── spr_vegetoid │ └── spr_vegetoid.yy ├── spr_vegetoidhurt │ └── spr_vegetoidhurt.yy ├── spr_venter_d │ └── spr_venter_d.yy ├── spr_venter_l │ └── spr_venter_l.yy ├── spr_venter_r │ └── spr_venter_r.yy ├── spr_venter_u │ └── spr_venter_u.yy ├── spr_venus_bg │ └── spr_venus_bg.yy ├── spr_venus_placeholder │ └── spr_venus_placeholder.yy ├── spr_vertplane │ └── spr_vertplane.yy ├── spr_vertplanegreen │ └── spr_vertplanegreen.yy ├── spr_vertplanemask │ └── spr_vertplanemask.yy ├── spr_videogame │ └── spr_videogame.yy ├── spr_videogame_bomb │ └── spr_videogame_bomb.yy ├── spr_vines_flowey │ └── spr_vines_flowey.yy ├── spr_vines_flowey_2 │ └── spr_vines_flowey_2.yy ├── spr_vines_flowey_3 │ └── spr_vines_flowey_3.yy ├── spr_vinespillar │ └── spr_vinespillar.yy ├── spr_vulkinbody │ └── spr_vulkinbody.yy ├── spr_vulkincloud │ └── spr_vulkincloud.yy ├── spr_vulkincloudbul │ └── spr_vulkincloudbul.yy ├── spr_vulkinface │ └── spr_vulkinface.yy ├── spr_vulkinface2 │ └── spr_vulkinface2.yy ├── spr_vulkinface3 │ └── spr_vulkinface3.yy ├── spr_vulkinface4 │ └── spr_vulkinface4.yy ├── spr_vulkinface5 │ └── spr_vulkinface5.yy ├── spr_vulkinfeetback │ └── spr_vulkinfeetback.yy ├── spr_vulkinfeetfront │ └── spr_vulkinfeetfront.yy ├── spr_vulkinhurt │ └── spr_vulkinhurt.yy ├── spr_vulkinlava │ └── spr_vulkinlava.yy ├── spr_vulkinlightning │ └── spr_vulkinlightning.yy ├── spr_vulkinnpc_hotdog │ └── spr_vulkinnpc_hotdog.yy ├── spr_vulkinpc │ └── spr_vulkinpc.yy ├── spr_wakedog │ └── spr_wakedog.yy ├── spr_wallfan │ └── spr_wallfan.yy ├── spr_wallfan_on │ └── spr_wallfan_on.yy ├── spr_watchingman │ └── spr_watchingman.yy ├── spr_watchingman_limb │ └── spr_watchingman_limb.yy ├── spr_waterboard │ └── spr_waterboard.yy ├── spr_waterbul │ └── spr_waterbul.yy ├── spr_waterbul_mask │ └── spr_waterbul_mask.yy ├── spr_watercomputer │ └── spr_watercomputer.yy ├── spr_watercooler_devoid │ └── spr_watercooler_devoid.yy ├── spr_watercooler_water │ └── spr_watercooler_water.yy ├── spr_waterdivot_black │ └── spr_waterdivot_black.yy ├── spr_waterdivot_blue │ └── spr_waterdivot_blue.yy ├── spr_waterfall_anim │ └── spr_waterfall_anim.yy ├── spr_waterfall_bottomleft │ └── spr_waterfall_bottomleft.yy ├── spr_waterfall_bottommid │ └── spr_waterfall_bottommid.yy ├── spr_waterfall_bottomright │ └── spr_waterfall_bottomright.yy ├── spr_waterfall_bright_bl │ └── spr_waterfall_bright_bl.yy ├── spr_waterfall_bright_bm │ └── spr_waterfall_bright_bm.yy ├── spr_waterfall_bright_br │ └── spr_waterfall_bright_br.yy ├── spr_waterfall_bright_lm │ └── spr_waterfall_bright_lm.yy ├── spr_waterfall_bright_lt │ └── spr_waterfall_bright_lt.yy ├── spr_waterfall_bright_mm │ └── spr_waterfall_bright_mm.yy ├── spr_waterfall_bright_mt │ └── spr_waterfall_bright_mt.yy ├── spr_waterfall_bright_rm │ └── spr_waterfall_bright_rm.yy ├── spr_waterfall_bright_rt │ └── spr_waterfall_bright_rt.yy ├── spr_waterfall_midleft │ └── spr_waterfall_midleft.yy ├── spr_waterfall_midmid │ └── spr_waterfall_midmid.yy ├── spr_waterfall_midright │ └── spr_waterfall_midright.yy ├── spr_waterfall_midtop │ └── spr_waterfall_midtop.yy ├── spr_waterfall_singletop │ └── spr_waterfall_singletop.yy ├── spr_waterfall_topleft │ └── spr_waterfall_topleft.yy ├── spr_waterfall_topright │ └── spr_waterfall_topright.yy ├── spr_waterglass_battle │ └── spr_waterglass_battle.yy ├── spr_waterice │ └── spr_waterice.yy ├── spr_waterpillar │ └── spr_waterpillar.yy ├── spr_waterpushrock │ └── spr_waterpushrock.yy ├── spr_waterripple │ └── spr_waterripple.yy ├── spr_webgunk_1 │ └── spr_webgunk_1.yy ├── spr_webgunk_2 │ └── spr_webgunk_2.yy ├── spr_webgunk_3 │ └── spr_webgunk_3.yy ├── spr_webpl │ └── spr_webpl.yy ├── spr_weirdlight │ └── spr_weirdlight.yy ├── spr_whimsalot │ └── spr_whimsalot.yy ├── spr_whimsalot_body │ └── spr_whimsalot_body.yy ├── spr_whimsalot_head │ └── spr_whimsalot_head.yy ├── spr_whimsalot_head_hurt │ └── spr_whimsalot_head_hurt.yy ├── spr_whimsalot_wing_r │ └── spr_whimsalot_wing_r.yy ├── spr_whimsalothurt │ └── spr_whimsalothurt.yy ├── spr_whimsun │ └── spr_whimsun.yy ├── spr_whimsunhurt │ └── spr_whimsunhurt.yy ├── spr_whiteax │ └── spr_whiteax.yy ├── spr_whiteax2 │ └── spr_whiteax2.yy ├── spr_whitebox_o │ └── spr_whitebox_o.yy ├── spr_whitefader │ └── spr_whitefader.yy ├── spr_whitespear │ └── spr_whitespear.yy ├── spr_whitespearbullet │ └── spr_whitespearbullet.yy ├── spr_winkstar │ └── spr_winkstar.yy ├── spr_wizard_boot │ └── spr_wizard_boot.yy ├── spr_wizard_dress │ └── spr_wizard_dress.yy ├── spr_wizard_full │ └── spr_wizard_full.yy ├── spr_wizard_handl │ └── spr_wizard_handl.yy ├── spr_wizard_hat │ └── spr_wizard_hat.yy ├── spr_wizard_head │ └── spr_wizard_head.yy ├── spr_wizard_headhurt │ └── spr_wizard_headhurt.yy ├── spr_wizard_lapel │ └── spr_wizard_lapel.yy ├── spr_wizard_orb │ └── spr_wizard_orb.yy ├── spr_wizard_orb2 │ └── spr_wizard_orb2.yy ├── spr_wizard_orb3 │ └── spr_wizard_orb3.yy ├── spr_wizard_orbhurt │ └── spr_wizard_orbhurt.yy ├── spr_wizard_orbsprinkle │ └── spr_wizard_orbsprinkle.yy ├── spr_wizardhurt │ └── spr_wizardhurt.yy ├── spr_wolfthrow │ └── spr_wolfthrow.yy ├── spr_womandogax │ └── spr_womandogax.yy ├── spr_womandoge │ └── spr_womandoge.yy ├── spr_womandognormal │ └── spr_womandognormal.yy ├── spr_womandogwalk │ └── spr_womandogwalk.yy ├── spr_wordbullet_mask │ └── spr_wordbullet_mask.yy ├── spr_wordfall1 │ └── spr_wordfall1.yy ├── spr_wordfall1_ja │ └── spr_wordfall1_ja.yy ├── spr_wordfall2 │ └── spr_wordfall2.yy ├── spr_wordfall2_ja │ └── spr_wordfall2_ja.yy ├── spr_wordfall3 │ └── spr_wordfall3.yy ├── spr_wordfall3_ja │ └── spr_wordfall3_ja.yy ├── spr_wordfall4 │ └── spr_wordfall4.yy ├── spr_wordfall4_ja │ └── spr_wordfall4_ja.yy ├── spr_wordfall5 │ └── spr_wordfall5.yy ├── spr_wordfall5_ja │ └── spr_wordfall5_ja.yy ├── spr_wordfall6 │ └── spr_wordfall6.yy ├── spr_wordfall6_ja │ └── spr_wordfall6_ja.yy ├── spr_wordfall7 │ └── spr_wordfall7.yy ├── spr_wordfall7_ja │ └── spr_wordfall7_ja.yy ├── spr_wordsearch │ └── spr_wordsearch.yy ├── spr_wordsearch_ja │ └── spr_wordsearch_ja.yy ├── spr_wormbul │ └── spr_wormbul.yy ├── spr_woshbody │ └── spr_woshbody.yy ├── spr_woshduck │ └── spr_woshduck.yy ├── spr_woshface │ └── spr_woshface.yy ├── spr_woshface_bull │ └── spr_woshface_bull.yy ├── spr_woshhanger │ └── spr_woshhanger.yy ├── spr_woshhead │ └── spr_woshhead.yy ├── spr_woshtail │ └── spr_woshtail.yy ├── spr_woshua │ └── spr_woshua.yy ├── spr_woshuanpc │ └── spr_woshuanpc.yy ├── spr_woshwater │ └── spr_woshwater.yy ├── spr_xbox_jp_account │ └── spr_xbox_jp_account.yy ├── spr_xbox_jp_switch │ └── spr_xbox_jp_switch.yy ├── spr_xbullet │ └── spr_xbullet.yy ├── spr_xmastree │ └── spr_xmastree.yy ├── spr_xoxo │ └── spr_xoxo.yy ├── spr_yellowbullet_pl │ └── spr_yellowbullet_pl.yy ├── spr_yellowheart_pl │ └── spr_yellowheart_pl.yy ├── spr_yellowjetpack │ └── spr_yellowjetpack.yy ├── spr_yellowphone_jetpacktransform │ └── spr_yellowphone_jetpacktransform.yy ├── spr_yellowphone_o │ └── spr_yellowphone_o.yy ├── spr_yellowtrigger_off_pl │ └── spr_yellowtrigger_off_pl.yy ├── spr_yellowtrigger_pl │ └── spr_yellowtrigger_pl.yy ├── spr_zzz │ └── spr_zzz.yy ├── sprite1059 │ └── sprite1059.yy ├── sprite1099 │ └── sprite1099.yy ├── sprite1135 │ └── sprite1135.yy └── sprite65 │ └── sprite65.yy ├── tilesets ├── ts_alphyslaboutside │ └── ts_alphyslaboutside.yy ├── ts_brownground │ └── ts_brownground.yy ├── ts_conveyor_markers │ └── ts_conveyor_markers.yy ├── ts_coretiles_erase │ └── ts_coretiles_erase.yy ├── ts_coretiles_wip │ └── ts_coretiles_wip.yy ├── ts_endtileset │ └── ts_endtileset.yy ├── ts_fences │ └── ts_fences.yy ├── ts_firetiles │ └── ts_firetiles.yy ├── ts_girdertile │ └── ts_girdertile.yy ├── ts_greyruinsborder │ └── ts_greyruinsborder.yy ├── ts_greyruinsplaceholder │ └── ts_greyruinsplaceholder.yy ├── ts_hotelbed │ └── ts_hotelbed.yy ├── ts_hoteldesk │ └── ts_hoteldesk.yy ├── ts_hoteltile │ └── ts_hoteltile.yy ├── ts_icecave │ └── ts_icecave.yy ├── ts_icewater │ └── ts_icewater.yy ├── ts_labtiles │ └── ts_labtiles.yy ├── ts_m_darktiles │ └── ts_m_darktiles.yy ├── ts_myhouse │ └── ts_myhouse.yy ├── ts_pipezone_tiles │ └── ts_pipezone_tiles.yy ├── ts_ruins_tint │ └── ts_ruins_tint.yy ├── ts_ruinseasynam1 │ └── ts_ruinseasynam1.yy ├── ts_ruinseasynam2 │ └── ts_ruinseasynam2.yy ├── ts_ruinseasynam3 │ └── ts_ruinseasynam3.yy ├── ts_ruinsplaceholder │ └── ts_ruinsplaceholder.yy ├── ts_ruinsplaceholder2 │ └── ts_ruinsplaceholder2.yy ├── ts_ruintiles1 │ └── ts_ruintiles1.yy ├── ts_sansbasement_tiles │ └── ts_sansbasement_tiles.yy ├── ts_sanscorridor │ └── ts_sanscorridor.yy ├── ts_shottile │ └── ts_shottile.yy ├── ts_spiderroom │ └── ts_spiderroom.yy ├── ts_tempfiretile │ └── ts_tempfiretile.yy ├── ts_truelab_tiles │ └── ts_truelab_tiles.yy ├── ts_tundratiles │ └── ts_tundratiles.yy ├── ts_watertiles │ └── ts_watertiles.yy ├── ts_watertiles_2 │ └── ts_watertiles_2.yy └── ts_watertiles_supplement │ └── ts_watertiles_supplement.yy └── utils ├── asset_importer ├── .gitignore ├── README.md ├── UndertaleDecompAssetImport.csx └── external_assets │ ├── fonts │ ├── .gitignore │ └── README.md │ ├── sounds │ ├── .gitignore │ └── README.md │ └── sprites │ ├── .gitignore │ └── README.md └── images └── fangamer_email.png /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittibyte/UndertaleDecomp/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittibyte/UndertaleDecomp/HEAD/LICENSE -------------------------------------------------------------------------------- /NXTALE.yyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittibyte/UndertaleDecomp/HEAD/NXTALE.yyp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittibyte/UndertaleDecomp/HEAD/README.md -------------------------------------------------------------------------------- /objects/OBJ_BLCON/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/OBJ_WRITERCREATOR/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_avoidfire/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_barkbullet/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_blookhat/Collision_blt_crybullet2.gml: -------------------------------------------------------------------------------- 1 | dongle -= 1 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Collision_obj_borderparent.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluespear/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Collision_obj_borderparent.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_bluesword/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_butterfly1/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/blt_chasefire1/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_chasefire2/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_crybullet2/Collision_blt_blookhat.gml: -------------------------------------------------------------------------------- 1 | disappear = 1 2 | -------------------------------------------------------------------------------- /objects/blt_direct/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_dummybullet/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_dummybullet/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_dummybullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_dummymissle/Other_0.gml: -------------------------------------------------------------------------------- 1 | noboom = 1 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/blt_dummyshot/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_flybullet/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | speed = 0 2 | -------------------------------------------------------------------------------- /objects/blt_gen/Other_7.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_gravbullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_growbullet/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet1/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_handbullet2/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_hat/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | vspeed = 4 2 | -------------------------------------------------------------------------------- /objects/blt_hat/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_hat/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border_ext(1, 1, c_white, 0.5) 2 | -------------------------------------------------------------------------------- /objects/blt_hoopbullet2/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_icicle/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_icicle/Step_2.gml: -------------------------------------------------------------------------------- 1 | if (global.turntimer < 1) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/blt_laser/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_loopbulletgrow/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_musbul1/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | gravity = 0.1 2 | -------------------------------------------------------------------------------- /objects/blt_musbul1/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_parent/Create_0.gml: -------------------------------------------------------------------------------- 1 | dmg = 0 2 | -------------------------------------------------------------------------------- /objects/blt_parent/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_parent/Step_2.gml: -------------------------------------------------------------------------------- 1 | if (global.turntimer < 0) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/blt_parent_noborder/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_parent_noborder/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_parent_noborder/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_parent_noborder/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_parent_noborder/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Collision_obj_borderparent.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_pblueattack/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_potentiallyblue/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_roachbullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_roachdance/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_sizebone/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_sizebone/Other_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_soapbul/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_soapbul/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/blt_splinter/Other_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_stalk1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_stalk1/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_stalk2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/blt_stalk2/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_thatch/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | sprite_index = spr_tinypomwag 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Collision_obj_borderparent.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Collision_obj_lborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Collision_obj_uborder.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/blt_tinypom_leap/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_tobydogbone/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_uspear/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/blt_vegbullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/blt_whiteax/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_6book_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6book_master/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6book_master/Other_15.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_6book_wordbullet/Other_15.gml: -------------------------------------------------------------------------------- 1 | type = 2 2 | -------------------------------------------------------------------------------- /objects/obj_6flasher/Create_0.gml: -------------------------------------------------------------------------------- 1 | frame = 0 2 | -------------------------------------------------------------------------------- /objects/obj_6glove_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6glove_act/Step_0.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/obj_6glove_boss/Other_15.gml: -------------------------------------------------------------------------------- 1 | slower = 1 2 | -------------------------------------------------------------------------------- /objects/obj_6glove_part/Other_15.gml: -------------------------------------------------------------------------------- 1 | shakeboy = 1 2 | -------------------------------------------------------------------------------- /objects/obj_6gun/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6gun/Other_14.gml: -------------------------------------------------------------------------------- 1 | type = 1 2 | shakeboy = 0 3 | -------------------------------------------------------------------------------- /objects/obj_6gun/Other_15.gml: -------------------------------------------------------------------------------- 1 | shakeboy = 1 2 | type = 2 3 | -------------------------------------------------------------------------------- /objects/obj_6gun_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6gun_bullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_6heal/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_6knife/Other_15.gml: -------------------------------------------------------------------------------- 1 | type = 2 2 | -------------------------------------------------------------------------------- /objects/obj_6knife_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6knife_act/Collision_obj_vsflowey_heart.gml: -------------------------------------------------------------------------------- 1 | image_index = 1 2 | -------------------------------------------------------------------------------- /objects/obj_6pan/Other_14.gml: -------------------------------------------------------------------------------- 1 | type = 2 2 | -------------------------------------------------------------------------------- /objects/obj_6pan/Other_15.gml: -------------------------------------------------------------------------------- 1 | type = 1 2 | -------------------------------------------------------------------------------- /objects/obj_6pan_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6pan_fire/Other_15.gml: -------------------------------------------------------------------------------- 1 | shakeboy = 1 2 | -------------------------------------------------------------------------------- /objects/obj_6shoe_act/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_6shoe_master/Other_15.gml: -------------------------------------------------------------------------------- 1 | type = 2 2 | -------------------------------------------------------------------------------- /objects/obj_6shoe_part/Other_15.gml: -------------------------------------------------------------------------------- 1 | type = 1 2 | -------------------------------------------------------------------------------- /objects/obj_8smallgen/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | ii = a2i 2 | event_user(1) 3 | -------------------------------------------------------------------------------- /objects/obj_8smallgen/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | ii = a3i 2 | event_user(1) 3 | -------------------------------------------------------------------------------- /objects/obj_8smallgen/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | ii = a4i 2 | event_user(1) 3 | -------------------------------------------------------------------------------- /objects/obj_aaron/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_adate/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | cn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_adate_papyrus/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_adate_trashcan/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_afinal_body/Alarm_10.gml: -------------------------------------------------------------------------------- 1 | ucon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_afinal_body/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | bcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_afterimage_asriel/Create_0.gml: -------------------------------------------------------------------------------- 1 | hue = -20 2 | -------------------------------------------------------------------------------- /objects/obj_alabdoor_l/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_alphysfollow_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_alphystrigger1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_alphystrigger2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_biter/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_dogevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_dogpiece/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_exc/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_fridge/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_laserdog/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_laserdog/Other_13.gml: -------------------------------------------------------------------------------- 1 | con = 4 2 | image_index = 7 3 | -------------------------------------------------------------------------------- /objects/obj_amalgam_rocketdog/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_save/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_tooth/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_tooth/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_amalgam_tooth/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_amalgambul_parent/Other_16.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_anybt/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | with (obj_npc_marker) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_artclass_sign/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asgfakeheart/Create_0.gml: -------------------------------------------------------------------------------- 1 | shake = 3 2 | image_alpha = 0 3 | -------------------------------------------------------------------------------- /objects/obj_asgore_finalintro/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asgore_firehit/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asgore_lastcutscene/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asgore_spearswipe/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = initswipewait 2 | -------------------------------------------------------------------------------- /objects/obj_asgore_spearswipe/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_asgore_spearswipegen/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | caster_free(flash) 2 | -------------------------------------------------------------------------------- /objects/obj_asgoreattackgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | t = 2 2 | alarm[0] = 1 3 | -------------------------------------------------------------------------------- /objects/obj_asgoreb/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_asgorefakespear/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_asgoremeet_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asgorethrone/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_body/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | starcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_body/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | bladecon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_body/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | guncon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_body/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | gonercon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_overworldanim/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | caster_play(xpart, 1, 0.92) 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_overworldanim/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_swordarm/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_swordarm/Step_2.gml: -------------------------------------------------------------------------------- 1 | x = (obj_asriel_swordmaster.x + relx) 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_swordmaster/Other_15.gml: -------------------------------------------------------------------------------- 1 | caster_play(sfx_pb, 0.9, 1) 2 | -------------------------------------------------------------------------------- /objects/obj_asriel_swordmaster/Other_17.gml: -------------------------------------------------------------------------------- 1 | caster_play(sfx_bc, 1, 1) 2 | -------------------------------------------------------------------------------- /objects/obj_asrielappear/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asrielb/Alarm_10.gml: -------------------------------------------------------------------------------- 1 | trcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_asrielb/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_asrielfinal/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_astigmatism/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_astigmatismgen/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_autowater/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | con = 1 2 | -------------------------------------------------------------------------------- /objects/obj_backgrounder_lastruins/Create_0.gml: -------------------------------------------------------------------------------- 1 | scrollspeed = 1 2 | -------------------------------------------------------------------------------- /objects/obj_backgrounder_lava/Draw_0.gml: -------------------------------------------------------------------------------- 1 | scr_waver_lava(1, 2) 2 | -------------------------------------------------------------------------------- /objects/obj_backgrounder_lava/Step_2.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_bara01/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bara01/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_bara02/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bara02/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_bara03/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bara03/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_bara04/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bara04/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_barabody/Other_10.gml: -------------------------------------------------------------------------------- 1 | pause = 1 2 | -------------------------------------------------------------------------------- /objects/obj_barabody/Other_11.gml: -------------------------------------------------------------------------------- 1 | pause = 0 2 | -------------------------------------------------------------------------------- /objects/obj_barabody/Other_12.gml: -------------------------------------------------------------------------------- 1 | shaker = 1 2 | alarm[3] = 2 3 | -------------------------------------------------------------------------------- /objects/obj_barrierevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_basementmusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_basicmonster/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_battlebg/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_battleblcon/Other_12.gml: -------------------------------------------------------------------------------- 1 | global.interact = 0 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_battlebomb/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_battlebomb/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_battlecontroller/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | active = true 2 | -------------------------------------------------------------------------------- /objects/obj_battler/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 2 2 | -------------------------------------------------------------------------------- /objects/obj_battler/Other_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_battlerflowey/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_battlerflowey/Other_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_battlerquick/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_battlerquick/Other_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_battlerstory/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_battlerstory/Other_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_beachdebris/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_bed_watcher/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bedlump/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | canmove = 1 2 | -------------------------------------------------------------------------------- /objects/obj_bedlump/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bellblossom/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bg_glower/Create_0.gml: -------------------------------------------------------------------------------- 1 | d = 0 2 | h = 130 3 | -------------------------------------------------------------------------------- /objects/obj_bigcoredoor_anim/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.125 2 | -------------------------------------------------------------------------------- /objects/obj_bigdog/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | bluh += 1 2 | -------------------------------------------------------------------------------- /objects/obj_birbnoise/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(birb) 2 | -------------------------------------------------------------------------------- /objects/obj_black_ender/Create_0.gml: -------------------------------------------------------------------------------- 1 | delay = 3 2 | -------------------------------------------------------------------------------- /objects/obj_blackbox_o_shatter/Create_0.gml: -------------------------------------------------------------------------------- 1 | size = 1 2 | -------------------------------------------------------------------------------- /objects/obj_blackboxpart/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha = 0.8 2 | -------------------------------------------------------------------------------- /objects/obj_blastbul/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_blconwideslave/Create_0.gml: -------------------------------------------------------------------------------- 1 | parent = 43948 2 | -------------------------------------------------------------------------------- /objects/obj_blkpxlgrav/Create_0.gml: -------------------------------------------------------------------------------- 1 | dt = instance_create(x, y, obj_whtpxlgrav) 2 | -------------------------------------------------------------------------------- /objects/obj_blkpxltall/Create_0.gml: -------------------------------------------------------------------------------- 1 | dt = instance_create(x, y, obj_whtpxlgrav) 2 | -------------------------------------------------------------------------------- /objects/obj_boardride_a/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | active += 1 2 | -------------------------------------------------------------------------------- /objects/obj_bobskids/Collision_obj_heart_pl.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_bonedrawer_check/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_boneloop_v/Create_0.gml: -------------------------------------------------------------------------------- 1 | vspeed = 4 2 | innate_karma = 5 3 | -------------------------------------------------------------------------------- /objects/obj_boneloop_v/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_bonewall/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_booth/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | phase = 0 3 | -------------------------------------------------------------------------------- /objects/obj_borderparent/Create_0.gml: -------------------------------------------------------------------------------- 1 | instaborder = 0 2 | -------------------------------------------------------------------------------- /objects/obj_bottomglower/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | xmode = 1 2 | -------------------------------------------------------------------------------- /objects/obj_bottomtable/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | phase = 0 3 | -------------------------------------------------------------------------------- /objects/obj_bounceright/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | gold = 1 2 | -------------------------------------------------------------------------------- /objects/obj_bounceright/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_boysnightout/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_brightwaterfall/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_butterfly2gen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_butterflybullet_gen_2/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | sleep_x(1000) 2 | room_restart() 3 | -------------------------------------------------------------------------------- /objects/obj_carrotshot/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | hspeed += ((random(2) + 2) * choose(-1, 1)) 2 | -------------------------------------------------------------------------------- /objects/obj_carrybird/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | carry += 1 2 | -------------------------------------------------------------------------------- /objects/obj_centeract_parent/Collision_obj_vsflowey_heart.gml: -------------------------------------------------------------------------------- 1 | image_index = 1 2 | -------------------------------------------------------------------------------- /objects/obj_cfiregen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | diff = 0 3 | -------------------------------------------------------------------------------- /objects/obj_chaosbomb/Create_0.gml: -------------------------------------------------------------------------------- 1 | con = 0 2 | -------------------------------------------------------------------------------- /objects/obj_cherrypetal/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += angspeed 2 | -------------------------------------------------------------------------------- /objects/obj_chilldrake/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_chimesparkle/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += 45 2 | alarm[0] = rotspeed 3 | -------------------------------------------------------------------------------- /objects/obj_chipdoor_l/Step_2.gml: -------------------------------------------------------------------------------- 1 | mychip.x = (x + sprite_width) 2 | -------------------------------------------------------------------------------- /objects/obj_chipdoor_r/Step_2.gml: -------------------------------------------------------------------------------- 1 | mychip.x = ((x + sprite_width) - 6) 2 | -------------------------------------------------------------------------------- /objects/obj_chipdoor_trigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_choicer/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | canchoose = 1 2 | -------------------------------------------------------------------------------- /objects/obj_clawfailuregen/Create_0.gml: -------------------------------------------------------------------------------- 1 | type = choose(0, 1, 2) 2 | alarm[0] = 1 3 | -------------------------------------------------------------------------------- /objects/obj_cogsmall/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | ck = 1 2 | -------------------------------------------------------------------------------- /objects/obj_console/Create_0.gml: -------------------------------------------------------------------------------- 1 | active = false; 2 | -------------------------------------------------------------------------------- /objects/obj_console/Draw_75.gml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /objects/obj_convenientlamp/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_conveyord/Step_0.gml: -------------------------------------------------------------------------------- 1 | gone = 0 2 | -------------------------------------------------------------------------------- /objects/obj_conveyorl/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | rideo = 1 2 | -------------------------------------------------------------------------------- /objects/obj_conveyorl/Step_0.gml: -------------------------------------------------------------------------------- 1 | gone = 0 2 | -------------------------------------------------------------------------------- /objects/obj_conveyorr/Step_0.gml: -------------------------------------------------------------------------------- 1 | gone = 0 2 | -------------------------------------------------------------------------------- /objects/obj_conveyorsnapper/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_conveyoru/Step_0.gml: -------------------------------------------------------------------------------- 1 | gone = 0 2 | -------------------------------------------------------------------------------- /objects/obj_cookshowevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_core_bridgeleg/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_core_enemyevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_core_enemyevent2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_core_glowbg/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_core_glowtotem/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_core_glowwall/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_core_lightline_l/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_core_lightline_m/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_core_lightline_r/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_coreambiencemusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_coredoor_anim/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.125 2 | -------------------------------------------------------------------------------- /objects/obj_coremusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_coresign/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.125 2 | -------------------------------------------------------------------------------- /objects/obj_cosmetic_glowstar/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = (0.2 + random(0.1)) 2 | -------------------------------------------------------------------------------- /objects/obj_cosmeticblcon/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_cosmeticblcon/Create_0.gml: -------------------------------------------------------------------------------- 1 | action_set_alarm(30, 0) 2 | -------------------------------------------------------------------------------- /objects/obj_cosmetichole/Create_0.gml: -------------------------------------------------------------------------------- 1 | destroyme = 0 2 | -------------------------------------------------------------------------------- /objects/obj_cosmeticpillar_a/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_cosmeticpillar_b/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_countermiddle/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_counterscroller/Other_10.gml: -------------------------------------------------------------------------------- 1 | shake = 2 2 | con = 1 3 | -------------------------------------------------------------------------------- /objects/obj_coverup/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_coverup/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 100 2 | over = false 3 | -------------------------------------------------------------------------------- /objects/obj_creditsheart/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_creditsloader/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | a_con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_creditsloader/Other_11.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_crimegraph/Create_0.gml: -------------------------------------------------------------------------------- 1 | die = 0 2 | -------------------------------------------------------------------------------- /objects/obj_crossword/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | cancel = 1 2 | -------------------------------------------------------------------------------- /objects/obj_crygen1/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | dmg = 0 3 | -------------------------------------------------------------------------------- /objects/obj_crygen2/Create_0.gml: -------------------------------------------------------------------------------- 1 | dmg = 0 2 | alarm[0] = 10 3 | -------------------------------------------------------------------------------- /objects/obj_cutetable/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_cutsceneheart/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_damndummy/Other_10.gml: -------------------------------------------------------------------------------- 1 | float = true 2 | -------------------------------------------------------------------------------- /objects/obj_dancemett/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | flash += 1 2 | -------------------------------------------------------------------------------- /objects/obj_darkfridge/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | shsh = 2 2 | alarm[9] = (5 + random(8)) 3 | -------------------------------------------------------------------------------- /objects/obj_darkfridge/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | alarm[8] = (80 + random(200)) 2 | shsh = 0 3 | -------------------------------------------------------------------------------- /objects/obj_darknesspuzzle/Create_0.gml: -------------------------------------------------------------------------------- 1 | glowamt = 0 2 | -------------------------------------------------------------------------------- /objects/obj_darksans1/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | conversation = 20 2 | alarm[8] = 11 3 | -------------------------------------------------------------------------------- /objects/obj_darksans1/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_darksink/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | acon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_darksink/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(water) 2 | -------------------------------------------------------------------------------- /objects/obj_darktotem_anim/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.125 2 | -------------------------------------------------------------------------------- /objects/obj_dateheart/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | canpress = 1 2 | -------------------------------------------------------------------------------- /objects/obj_dateheart/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | y = (obj_dborder.y + 6) 2 | -------------------------------------------------------------------------------- /objects/obj_dateheart/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | x = (obj_rborder.x + 6) 2 | -------------------------------------------------------------------------------- /objects/obj_diningtable_grey/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_discoball/KeyPress_32.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_dmgwriter/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_dmgwriter_old/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_dockanim/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | -------------------------------------------------------------------------------- /objects/obj_dogboat_thing/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_dogdozer/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | hspeed = 2 3 | -------------------------------------------------------------------------------- /objects/obj_dogdozer/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (x >= room_width) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_dogeB/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(snd_doghurt1) 2 | -------------------------------------------------------------------------------- /objects/obj_dogehouse/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_dogfoodbag/Create_0.gml: -------------------------------------------------------------------------------- 1 | myinteract = 0 2 | -------------------------------------------------------------------------------- /objects/obj_dogshrine2/Draw_0.gml: -------------------------------------------------------------------------------- 1 | bg_siner += 1 2 | -------------------------------------------------------------------------------- /objects/obj_dogshrine3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_dogshrine3/Draw_0.gml: -------------------------------------------------------------------------------- 1 | bg_siner += 1 2 | -------------------------------------------------------------------------------- /objects/obj_doodlebug/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | talked = false 2 | global.mnfight = 2 3 | -------------------------------------------------------------------------------- /objects/obj_doodlebug/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_doodlebug_body/KeyPress_16.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_doodlebug_body/KeyPress_32.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_doodlebullet/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.2 2 | dmg = 9 3 | -------------------------------------------------------------------------------- /objects/obj_doodlebullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_doorA/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_doorB/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_doorC/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_doorCmusicfade/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_doorD/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_doorDmusicfade/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_ruins13/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_s_musfade/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_t/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_u/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_v/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_door_w/Create_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_ds3_intro/Create_0.gml: -------------------------------------------------------------------------------- 1 | con = 20 2 | -------------------------------------------------------------------------------- /objects/obj_dtrapfire/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | vspeed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_dtrapfire/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | vspeed = 2 2 | alarm[2] = 80 3 | -------------------------------------------------------------------------------- /objects/obj_dtrapfire/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_dummy1/Create_0.gml: -------------------------------------------------------------------------------- 1 | myinteract = 0 2 | -------------------------------------------------------------------------------- /objects/obj_dummy1/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | FL_DummyStatus = 1 2 | -------------------------------------------------------------------------------- /objects/obj_dummytrigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_dustcloud/Other_7.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_dustcloud/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha -= 0.03 2 | -------------------------------------------------------------------------------- /objects/obj_echoflower/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | w += 1 2 | -------------------------------------------------------------------------------- /objects/obj_eggbullet_pl/Collision_obj_heart_pl.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_elevatorpanel/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_endcastlemusic/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_user(0) 2 | -------------------------------------------------------------------------------- /objects/obj_endflowey/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_endflowey_regret/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_endflowey_regret/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | flowey = 1 2 | -------------------------------------------------------------------------------- /objects/obj_endogeny/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_endschoolanim/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_essaystuff/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | if (os_type == os_ps4) 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /objects/obj_exhaustbullet/Create_0.gml: -------------------------------------------------------------------------------- 1 | off = 0 2 | alarm[0] = 1 3 | -------------------------------------------------------------------------------- /objects/obj_exhaustbullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_eyeflash/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_f_frasier/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_f_handgun/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_face/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/obj_face_floweytalk/Other_7.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_failegg/Create_0.gml: -------------------------------------------------------------------------------- 1 | gravity = 0.4 2 | ang = 1 3 | -------------------------------------------------------------------------------- /objects/obj_failegg/Other_11.gml: -------------------------------------------------------------------------------- 1 | vspeed = 0 2 | image_angle += ang 3 | -------------------------------------------------------------------------------- /objects/obj_fakeborderdraw/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_fakebridge/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | drawamt = sprite_width 2 | -------------------------------------------------------------------------------- /objects/obj_fakebridge/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | justdoit += 1 2 | -------------------------------------------------------------------------------- /objects/obj_fakedoor/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_fakefroggit/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | hspeed = -4 2 | image_index = 3 3 | -------------------------------------------------------------------------------- /objects/obj_fakefroggit/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_fakefroggit/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_fakeheart/Collision_obj_dborder.gml: -------------------------------------------------------------------------------- 1 | y = (other.y - sprite_height) 2 | -------------------------------------------------------------------------------- /objects/obj_fakeheart/Collision_obj_rborder.gml: -------------------------------------------------------------------------------- 1 | x = (other.x - sprite_width) 2 | -------------------------------------------------------------------------------- /objects/obj_fakepellet/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_faketrophy/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /objects/obj_fakewater/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.125 2 | -------------------------------------------------------------------------------- /objects/obj_falltransition/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_fearundynenpc1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | w += 1 2 | -------------------------------------------------------------------------------- /objects/obj_fearundynenpc2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | w += 1 2 | -------------------------------------------------------------------------------- /objects/obj_finalelevatorpanel/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_finalfroggit/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_finalknight/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_fisttargettest/KeyPress_13.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_flasher/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha = amt 2 | active = true 3 | -------------------------------------------------------------------------------- /objects/obj_flowey_bgdraw/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_bulletmaster/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_bulletmaster/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | phase_s += 1 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_master/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | dcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_master/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | introcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_master/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_master/KeyPress_68.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_master/KeyPress_86.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_wilt/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_wilt/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | doomcon = 5 2 | -------------------------------------------------------------------------------- /objects/obj_flowey_wilt/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | doomcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweybattle1/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | sprite_index = spr_floweysideshock 2 | -------------------------------------------------------------------------------- /objects/obj_floweybattler2/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | room_goto_next() 2 | -------------------------------------------------------------------------------- /objects/obj_floweybattler2/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | fader = 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweybodyparent/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_floweydmgwriter/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_floweyfly/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.5 2 | parent = 39483294 3 | -------------------------------------------------------------------------------- /objects/obj_floweyfly/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | instance_create(x, y, obj_floweyfly_burst) 2 | -------------------------------------------------------------------------------- /objects/obj_floweynuke/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | vspeed = 0 2 | alarm[2] = 8 3 | -------------------------------------------------------------------------------- /objects/obj_floweynukesplosion/Collision_obj_vsflowey_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_floweyslice/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_floweytrigger/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | global.interact = 0 2 | -------------------------------------------------------------------------------- /objects/obj_floweytrigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_behind/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_flamethrower/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | extend = 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_flamethrower/Collision_obj_vsflowey_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_flipeye/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_lefteye/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_floweyx_mouth/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_flymett/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | con = 0 2 | -------------------------------------------------------------------------------- /objects/obj_followspear_2/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_freakbullet/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_freakbulletgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_friendc_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_friendscene/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_frogbullet_gen/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | obj_frogbullet_ex.dmg = dmg 2 | -------------------------------------------------------------------------------- /objects/obj_froglegs/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.04 2 | -------------------------------------------------------------------------------- /objects/obj_frypan_impact/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_frypan_impact/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_fx_bgen/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_fx_bgen/Other_12.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_fx_waver/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | sprite_index = spr_st 2 | -------------------------------------------------------------------------------- /objects/obj_fx_waver/Draw_0.gml: -------------------------------------------------------------------------------- 1 | if (script == 0) 2 | scr_fx_waver(b, c, d, e) 3 | -------------------------------------------------------------------------------- /objects/obj_gameintro_fake/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | room_goto_next() 2 | -------------------------------------------------------------------------------- /objects/obj_gameintro_fake/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | skipper = 1 2 | -------------------------------------------------------------------------------- /objects/obj_gameover_test_pl/Create_0.gml: -------------------------------------------------------------------------------- 1 | spaces = 0 2 | -------------------------------------------------------------------------------- /objects/obj_gameoverbg/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha = 0 2 | -------------------------------------------------------------------------------- /objects/obj_gameshake/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | game_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_gasterblaster/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_gasterblaster/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_genanim/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_generalsiner/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_generalsiner/Other_11.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_generalsiner/Other_5.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_genericfire/Create_0.gml: -------------------------------------------------------------------------------- 1 | negaspeed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_genericfire/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_giftgen/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | blt[bltx].image_speed = 0.2 2 | alarm[1] = 25 3 | -------------------------------------------------------------------------------- /objects/obj_gigavine/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_glowparticlegen_1/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = random(12) 2 | -------------------------------------------------------------------------------- /objects/obj_glydeb/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_goofyrock/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /objects/obj_graphparent/Step_2.gml: -------------------------------------------------------------------------------- 1 | if (die == 1) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_greatdog/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_grillbynpc_sansdate/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_grosscupcake2/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_grosscupcake2/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | image_index = 1 2 | -------------------------------------------------------------------------------- /objects/obj_growshrink/Create_0.gml: -------------------------------------------------------------------------------- 1 | action_set_alarm(5, 0) 2 | -------------------------------------------------------------------------------- /objects/obj_guidearrows/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | visible = false 2 | alarm[1] = 8 3 | -------------------------------------------------------------------------------- /objects/obj_guidearrows/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | alarm[0] = 40 3 | -------------------------------------------------------------------------------- /objects/obj_guidearrows/Collision_obj_fakeheart.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_guidearrows/Create_0.gml: -------------------------------------------------------------------------------- 1 | visible = false 2 | alarm[0] = 90 3 | -------------------------------------------------------------------------------- /objects/obj_gunarm_bolt/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | direction = thisd 2 | -------------------------------------------------------------------------------- /objects/obj_gunarm_bolt/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_gunarm_bolt/Create_0.gml: -------------------------------------------------------------------------------- 1 | thisd = 90 2 | alarm[0] = 2 3 | -------------------------------------------------------------------------------- /objects/obj_gunarm_bolt/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_gunshot_stab/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | visible = false 2 | alarm[2] = 2 3 | -------------------------------------------------------------------------------- /objects/obj_gunshot_stab/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | caster_free(gunsfx) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_gyftrot/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_gyftrothead/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | image_index = 1 2 | alarm[3] = 8 3 | -------------------------------------------------------------------------------- /objects/obj_hammergen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | odd = 0 3 | -------------------------------------------------------------------------------- /objects/obj_handbulletgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | type = 2 2 | alarm[0] = 1 3 | -------------------------------------------------------------------------------- /objects/obj_heart_deletelater/KeyPress_17.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_heart_pl/KeyPress_35.gml: -------------------------------------------------------------------------------- 1 | global.attacktype += 1 2 | room_restart() 3 | -------------------------------------------------------------------------------- /objects/obj_heart_pl/KeyPress_45.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_heartcontainer/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_heartshot_pl/Create_0.gml: -------------------------------------------------------------------------------- 1 | vspeed = -16 2 | -------------------------------------------------------------------------------- /objects/obj_heatwaver/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_heatwaver/Other_5.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_hg_body/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_highspider/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_hivestem/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_holedown/Create_0.gml: -------------------------------------------------------------------------------- 1 | visible = false 2 | -------------------------------------------------------------------------------- /objects/obj_holedown2/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /objects/obj_hotelmusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_hotelreceptionist/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_hotland_bottomedge/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_hotland_rededge/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_hotland_rededge_x/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_hotlandrock_bg/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_housemusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_icecube_room/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (x > room_width) 2 | x = (xstart - 60) 3 | -------------------------------------------------------------------------------- /objects/obj_iceflower/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_icegen_undynef2/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (x > (room_width + 20)) 2 | x = -50 3 | -------------------------------------------------------------------------------- /objects/obj_imageview/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | buffer = 1 2 | -------------------------------------------------------------------------------- /objects/obj_indryspot/Step_1.gml: -------------------------------------------------------------------------------- 1 | check = 0 2 | wbuffer -= 1 3 | -------------------------------------------------------------------------------- /objects/obj_innevent1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | fadein = 2 2 | -------------------------------------------------------------------------------- /objects/obj_introfader/Other_4.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_introfader/Other_5.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_introlast/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | go = 1 2 | -------------------------------------------------------------------------------- /objects/obj_introlast/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/obj_inwaterspot/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | active = true 2 | -------------------------------------------------------------------------------- /objects/obj_inwaterspot/Other_4.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | -------------------------------------------------------------------------------- /objects/obj_inwaterspot/Step_1.gml: -------------------------------------------------------------------------------- 1 | check = 0 2 | wbuffer -= 1 3 | -------------------------------------------------------------------------------- /objects/obj_itemswapper/Step_1.gml: -------------------------------------------------------------------------------- 1 | global.interact = 1 2 | -------------------------------------------------------------------------------- /objects/obj_itemswapper/Step_2.gml: -------------------------------------------------------------------------------- 1 | global.interact = 1 2 | -------------------------------------------------------------------------------- /objects/obj_jerry/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | scr_monsterdefeat() 2 | -------------------------------------------------------------------------------- /objects/obj_jetpackchara/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_judgeshroom/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_killerboysnightout_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_killerlab_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_kissybullet_pl/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(11) 2 | -------------------------------------------------------------------------------- /objects/obj_kitchentable/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_knifetargettest/KeyPress_13.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_knighthammer/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | vspeed /= 30 2 | alarm[3] = 15 3 | -------------------------------------------------------------------------------- /objects/obj_knighthammer/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | vspeed *= 240 2 | go = 1 3 | -------------------------------------------------------------------------------- /objects/obj_knighthammer/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_knighthammer/Other_10.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_lab_powerswitch/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_labelevator_a/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_labelevator_a/Other_5.gml: -------------------------------------------------------------------------------- 1 | sprite_delete(thispic) 2 | -------------------------------------------------------------------------------- /objects/obj_labelevator_b/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_labelevator_open/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_labtv_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_laserswitch1/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | event_user(0) 2 | -------------------------------------------------------------------------------- /objects/obj_lastsans_trigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_lavamusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_lavaoogmusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_lchair/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_lchair_grey/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_legline_l/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_legline_r/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_lemonbread/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 2 2 | talked = false 3 | -------------------------------------------------------------------------------- /objects/obj_lemonbread/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_lessdogtable/Create_0.gml: -------------------------------------------------------------------------------- 1 | phase = 0 2 | scr_depth() 3 | -------------------------------------------------------------------------------- /objects/obj_lesserdoge/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(snd_doghurt1) 2 | -------------------------------------------------------------------------------- /objects/obj_lesserdoge/Other_5.gml: -------------------------------------------------------------------------------- 1 | if (killed == 0) 2 | FL_SparedSpecific = 1 3 | -------------------------------------------------------------------------------- /objects/obj_libcounter/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_lightpunch/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_lighttower/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_loopdog/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_maddum_drawer/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | mode = 2 2 | global.faceemotion = 0 3 | -------------------------------------------------------------------------------- /objects/obj_maddum_drawer/Other_11.gml: -------------------------------------------------------------------------------- 1 | mode = 2 2 | dingus = 0 3 | -------------------------------------------------------------------------------- /objects/obj_maddummy/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | room_goto(global.currentroom) 2 | -------------------------------------------------------------------------------- /objects/obj_maddummy/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con2 += 1 2 | -------------------------------------------------------------------------------- /objects/obj_maddummy/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | drawhp = 0 2 | -------------------------------------------------------------------------------- /objects/obj_mainchara/KeyPress_53.gml: -------------------------------------------------------------------------------- 1 | nnn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mainend/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_maintem/Other_12.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_mandog/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_megaflybullet/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_megaflybullet/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_megaflybullet/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_melonbullet/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_memoryhead/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_memoryhead_body/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_index += 1 2 | alarm[0] = 8 3 | -------------------------------------------------------------------------------- /objects/obj_memoryhead_body/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = (90 + random(30)) 2 | on = 0 3 | -------------------------------------------------------------------------------- /objects/obj_menubone_maker/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_mercybutton_part/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += aa 2 | -------------------------------------------------------------------------------- /objects/obj_meteorshine/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_mett_bossintro/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettaton_neo/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettaton_neo/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | talked = false 2 | global.mnfight = 2 3 | -------------------------------------------------------------------------------- /objects/obj_mettaton_neo/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | mycommand = round(random(100)) 2 | -------------------------------------------------------------------------------- /objects/obj_mettaton_neo/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | lefter = 2 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | lefter = 5 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body/Other_11.gml: -------------------------------------------------------------------------------- 1 | lefter = 4 2 | alarm[1] = 9 3 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body2/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | lefter = 2 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body2/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | lefter = 5 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body2/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | obj_mettatonb_third.con_2 = 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body2/Other_10.gml: -------------------------------------------------------------------------------- 1 | lefter = 0 2 | alarm[0] = 9 3 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_body2/Other_11.gml: -------------------------------------------------------------------------------- 1 | lefter = 4 2 | alarm[1] = 9 3 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_quiz/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | attacked = 2 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_quiz/Draw_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_second/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_second/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | attacked = 2 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_third/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonb_third/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | attacked = 2 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonex/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettatonex/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_mettboss_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettdestroyed_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettfodder/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | flash += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettheart_4/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | moving += 1 2 | speed = 0 3 | -------------------------------------------------------------------------------- /objects/obj_mettheart_4/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | lastcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettleg_l/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(11) 2 | -------------------------------------------------------------------------------- /objects/obj_mettleg_r/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(11) 2 | -------------------------------------------------------------------------------- /objects/obj_mettlightning_pl/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(11) 2 | -------------------------------------------------------------------------------- /objects/obj_mettlightning_pl/Create_0.gml: -------------------------------------------------------------------------------- 1 | vspeed = (4 + random(0.1)) 2 | -------------------------------------------------------------------------------- /objects/obj_mettlightning_pl/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle = direction 2 | -------------------------------------------------------------------------------- /objects/obj_mettnews_artifact/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettnews_artifact/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | event_user(0) 2 | -------------------------------------------------------------------------------- /objects/obj_mettnews_artifact/Other_12.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_mettnews_battleobj/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettnews_ticker/Other_4.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_mettnewsevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mettshine/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_mettstick/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += rotspeed 2 | -------------------------------------------------------------------------------- /objects/obj_mewmew_boss/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_mewmew_boss/Other_14.gml: -------------------------------------------------------------------------------- 1 | room_goto(global.currentroom) 2 | -------------------------------------------------------------------------------- /objects/obj_mewmew_npc/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_mewmew_npc/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mhd/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_migosp/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_migospel/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_milkofhell_drop/Collision_obj_jetpackchara.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_milkofhell_drop/Other_11.gml: -------------------------------------------------------------------------------- 1 | vspeed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_milkofhell_splatter/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.5 2 | -------------------------------------------------------------------------------- /objects/obj_mirror_overlay/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha = 0.3 2 | -------------------------------------------------------------------------------- /objects/obj_mkid_actor/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | follow += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mkid_battle/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mkid_battle/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_moldessa/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger6/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger6/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | with (obj_mainchara) 2 | uncan = 0 3 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger7/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_monsterkidtrigger8/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_mousehole/Create_0.gml: -------------------------------------------------------------------------------- 1 | myinteract = 0 2 | -------------------------------------------------------------------------------- /objects/obj_mouthball/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (dt) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_mouthball/Step_2.gml: -------------------------------------------------------------------------------- 1 | dt.x = x 2 | dt.y = y 3 | -------------------------------------------------------------------------------- /objects/obj_mouthbeam/Other_22.gml: -------------------------------------------------------------------------------- 1 | if (visible == true) 2 | event_inherited() 3 | -------------------------------------------------------------------------------- /objects/obj_movedoge/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(snd_doghurt1) 2 | -------------------------------------------------------------------------------- /objects/obj_movedogebody/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_movedogehead/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = -1 2 | -------------------------------------------------------------------------------- /objects/obj_movedogetail/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_multitileevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_multitileevent/Draw_0.gml: -------------------------------------------------------------------------------- 1 | if (con >= 20) 2 | { 3 | } 4 | -------------------------------------------------------------------------------- /objects/obj_musblcon/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_musblcon/Create_0.gml: -------------------------------------------------------------------------------- 1 | action_set_alarm(30, 0) 2 | -------------------------------------------------------------------------------- /objects/obj_napstablook_cd/Step_1.gml: -------------------------------------------------------------------------------- 1 | buffer -= 1 2 | -------------------------------------------------------------------------------- /objects/obj_napstablook_farm2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_napstablookdate/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_napstablookdate/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_napstablookdate/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | global.screen_border_alpha = 1 2 | -------------------------------------------------------------------------------- /objects/obj_napstablookfriendtrigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_nothingness_event/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | con = 1 2 | -------------------------------------------------------------------------------- /objects/obj_nothingness_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_npctest/Create_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_objshake/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | thisx = obj.x 2 | -------------------------------------------------------------------------------- /objects/obj_onionsan_event/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_onionsan_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_orangefire/Create_0.gml: -------------------------------------------------------------------------------- 1 | parent = obj_ropebul 2 | siner = random(40) 3 | -------------------------------------------------------------------------------- /objects/obj_orangefire/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border_e() 2 | -------------------------------------------------------------------------------- /objects/obj_otherphonecall/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_outsideworld_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papdate/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | cn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papshed/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_papsink/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papsink/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(dogsong) 2 | -------------------------------------------------------------------------------- /objects/obj_paptable/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | phase = 0 3 | -------------------------------------------------------------------------------- /objects/obj_paptv/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_paptv/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(tv) 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus4/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus5/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus6/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus7/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus8/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | conversation += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus_houseoutside/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_papyrus_window/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += 7 2 | -------------------------------------------------------------------------------- /objects/obj_papyrusbody/Step_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_papyrusdeadbody/Create_0.gml: -------------------------------------------------------------------------------- 1 | c = 0 2 | -------------------------------------------------------------------------------- /objects/obj_parsnik/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_playmovement/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall1/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (global.plot > 4) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_plotwall2/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall2/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (global.plot > 7) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_plotwall3/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall4/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall5/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall6/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plotwall6/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (global.plot > 12) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_plotwall_room/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_plusbomb_explosion/Create_0.gml: -------------------------------------------------------------------------------- 1 | anim = 0 2 | -------------------------------------------------------------------------------- /objects/obj_pofftrigger/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | t += 1 2 | -------------------------------------------------------------------------------- /objects/obj_pokertable/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | phase = 0 3 | -------------------------------------------------------------------------------- /objects/obj_powerlaser_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_precore_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_pressZ/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | visible = false 2 | alarm[1] = 3 3 | -------------------------------------------------------------------------------- /objects/obj_pressZ/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | alarm[0] = 6 3 | -------------------------------------------------------------------------------- /objects/obj_pressZ/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 3 2 | -------------------------------------------------------------------------------- /objects/obj_pressZ/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (global.myfight != 1) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_puddle/Step_1.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_purpledude/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_pyrope/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_pyrope/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | mypart1.parent = id 2 | -------------------------------------------------------------------------------- /objects/obj_questionasker/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | phase += 1 2 | -------------------------------------------------------------------------------- /objects/obj_questionasker/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_radialfakegen/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_radialfakegenx/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_randomhandgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | factor = 40 3 | -------------------------------------------------------------------------------- /objects/obj_rarependant/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_rchair/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_rchair_grey/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_readable/Create_0.gml: -------------------------------------------------------------------------------- 1 | myinteract = 0 2 | -------------------------------------------------------------------------------- /objects/obj_readablesolid/Create_0.gml: -------------------------------------------------------------------------------- 1 | myinteract = 0 2 | -------------------------------------------------------------------------------- /objects/obj_reaperbird/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_redpipev/Create_0.gml: -------------------------------------------------------------------------------- 1 | sn = 0 2 | -------------------------------------------------------------------------------- /objects/obj_regstar_blt/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_regstar_blt/Create_0.gml: -------------------------------------------------------------------------------- 1 | aa = 4 2 | h_mode = 1 3 | -------------------------------------------------------------------------------- /objects/obj_regstar_blt/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_ripoff_alphys/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | saved += 1 2 | -------------------------------------------------------------------------------- /objects/obj_ripoff_papyrus/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | saved += 1 2 | -------------------------------------------------------------------------------- /objects/obj_ripoff_toriel/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | saved += 1 2 | -------------------------------------------------------------------------------- /objects/obj_ripoff_undyne/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | saved += 1 2 | -------------------------------------------------------------------------------- /objects/obj_ripoff_undyne/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 3 2 | -------------------------------------------------------------------------------- /objects/obj_riverman/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | scr_depth() 3 | -------------------------------------------------------------------------------- /objects/obj_rock_activator/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_create(380, 50, obj_plotwall5) 2 | -------------------------------------------------------------------------------- /objects/obj_rollsnow/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_roomofdog/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 5 2 | -------------------------------------------------------------------------------- /objects/obj_ropebul/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border_e() 2 | -------------------------------------------------------------------------------- /objects/obj_ropebulgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | dmg = 0 3 | -------------------------------------------------------------------------------- /objects/obj_rotspeargen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | active = false 3 | -------------------------------------------------------------------------------- /objects/obj_ruinsmusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_runaway/Draw_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_s_fakefightbt/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | on = 1 2 | -------------------------------------------------------------------------------- /objects/obj_sadspider/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sans_bonebul/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_sans_prefinaldate/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sans_room/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | s_click += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sans_sentry2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sans_shaker/Other_10.gml: -------------------------------------------------------------------------------- 1 | if (self_d >= 2) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_sans_sleep/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (snoozer) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_sansb/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansb_body/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | lac += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansb_body/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | death_c += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansb_body/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | fac += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansb_body/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | smashcon += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansbasemententer/Create_0.gml: -------------------------------------------------------------------------------- 1 | noke = 0 2 | -------------------------------------------------------------------------------- /objects/obj_sansbullet_parent/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_sansbullet_parent/Create_0.gml: -------------------------------------------------------------------------------- 1 | innate_karma = 6 2 | -------------------------------------------------------------------------------- /objects/obj_sansbyetrigger/Create_0.gml: -------------------------------------------------------------------------------- 1 | conversation = 0 2 | image_yscale = 999 3 | -------------------------------------------------------------------------------- /objects/obj_sansdate3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sansdoor/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | sans = 4 2 | -------------------------------------------------------------------------------- /objects/obj_sansdoor/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(wawa) 2 | -------------------------------------------------------------------------------- /objects/obj_sansmusic/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_sansshadowgen/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | event_user(0) 2 | -------------------------------------------------------------------------------- /objects/obj_savepoint_fake/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_scrollaway_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_shop3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_shop5/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | c_con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_shopkeeper_bratty/Other_10.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_shopkeeper_catty/Other_10.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_shotguy/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (y < 0) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_showercurtain/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_shyren/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | caster_play(badnote[0], 1, 1) 2 | -------------------------------------------------------------------------------- /objects/obj_sided_fire/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_sidedam/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sidelava/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border_e() 2 | -------------------------------------------------------------------------------- /objects/obj_sidelava/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (x < 100 || x > 500) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_singletree/Other_4.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_skyorb/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_sleepdog/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | image_index = 0 2 | -------------------------------------------------------------------------------- /objects/obj_slice/Other_7.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_slidingdoor/Other_10.gml: -------------------------------------------------------------------------------- 1 | on = 1 2 | -------------------------------------------------------------------------------- /objects/obj_slidingdoor/Other_11.gml: -------------------------------------------------------------------------------- 1 | on = -1 2 | -------------------------------------------------------------------------------- /objects/obj_slowdownwalk/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | sl = 1 2 | -------------------------------------------------------------------------------- /objects/obj_slowdownwalk/Create_0.gml: -------------------------------------------------------------------------------- 1 | sl = 0 2 | -------------------------------------------------------------------------------- /objects/obj_slowdownwalk_x/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | sl = 1 2 | -------------------------------------------------------------------------------- /objects/obj_snoozer/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | snooze = 0 3 | -------------------------------------------------------------------------------- /objects/obj_snowdrake/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_snowdrakemom/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_solidparent/Create_0.gml: -------------------------------------------------------------------------------- 1 | phase = 0 2 | -------------------------------------------------------------------------------- /objects/obj_songwriter/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | can_off = 1 2 | -------------------------------------------------------------------------------- /objects/obj_sorry_trashball/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/obj_sosorry/Alarm_10.gml: -------------------------------------------------------------------------------- 1 | d_con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sosorry/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | p_con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_sosorry/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_soundcombo/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | snd_play(sound1) 2 | -------------------------------------------------------------------------------- /objects/obj_soundcombo/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | snd_play(sound2) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_spearblocker/KeyPress_88.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_spearblocker/KeyPress_90.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_spearbullet_follow/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_spearbulletfollowgen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 1 2 | -------------------------------------------------------------------------------- /objects/obj_speartile/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_speartilefake/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_speedline/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (y > room_height) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_spiderb/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_spiderb/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_spiderb_body/Other_10.gml: -------------------------------------------------------------------------------- 1 | mode = 1 2 | sinert = 71 3 | -------------------------------------------------------------------------------- /objects/obj_spiderb_body/Other_11.gml: -------------------------------------------------------------------------------- 1 | mode = 0 2 | -------------------------------------------------------------------------------- /objects/obj_spiderbulletparent/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_spidertable/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_spidertalkevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_spiketile1/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_index = 0 2 | -------------------------------------------------------------------------------- /objects/obj_spinbullet_friendscene/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_spinbullet_huge/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_angle += 30 2 | -------------------------------------------------------------------------------- /objects/obj_spinbullet_lastgen/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_spritecheck/KeyPress_32.gml: -------------------------------------------------------------------------------- 1 | room_goto_next() 2 | -------------------------------------------------------------------------------- /objects/obj_stairstep/Create_0.gml: -------------------------------------------------------------------------------- 1 | stepped = 9 2 | -------------------------------------------------------------------------------- /objects/obj_stalkerflowey/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.5 2 | -------------------------------------------------------------------------------- /objects/obj_stalkerflowey/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_stardrop/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | hspeed = (random(4) - 2) 2 | -------------------------------------------------------------------------------- /objects/obj_stick/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | caster_free(snap) 2 | -------------------------------------------------------------------------------- /objects/obj_storagemenu/Create_0.gml: -------------------------------------------------------------------------------- 1 | j = 0 2 | alarm[0] = 3 3 | -------------------------------------------------------------------------------- /objects/obj_stormstar/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_stormstar_gen/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | caster_play(sfx, 1, 0.4) 2 | -------------------------------------------------------------------------------- /objects/obj_storybattle_gen/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_strangeman_butterfly/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = -1 2 | speed = 6 3 | -------------------------------------------------------------------------------- /objects/obj_strangeman_butterfly/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_strangeman_head/Collision_obj_heart_deletelater.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_strangeman_intro/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_strike_temp/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0.5 2 | -------------------------------------------------------------------------------- /objects/obj_strike_temp/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_stromboli/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | off = 1 2 | -------------------------------------------------------------------------------- /objects/obj_stromboli/Other_11.gml: -------------------------------------------------------------------------------- 1 | active = 2 2 | alarm[3] = 60 3 | -------------------------------------------------------------------------------- /objects/obj_stromboligen/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | room_restart() 2 | -------------------------------------------------------------------------------- /objects/obj_strongpunch/Other_7.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_sunbullet/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_sweat99/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | on = 1 2 | -------------------------------------------------------------------------------- /objects/obj_sweat99/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | on = 3 2 | -------------------------------------------------------------------------------- /objects/obj_swordtwinkle/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | fade = 1 2 | -------------------------------------------------------------------------------- /objects/obj_swordtwinkle/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_swordtwinkle/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_target/Create_0.gml: -------------------------------------------------------------------------------- 1 | action_set_alarm(6, 0) 2 | fade = 0 3 | -------------------------------------------------------------------------------- /objects/obj_targetchoice/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (obj_target) 2 | fade = 1 3 | -------------------------------------------------------------------------------- /objects/obj_targetchoicefist/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (obj_target) 2 | fade = 1 3 | -------------------------------------------------------------------------------- /objects/obj_targetchoiceshoe/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (obj_target) 2 | fade = 1 3 | -------------------------------------------------------------------------------- /objects/obj_tembattle/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_tembody/Alarm_9.gml: -------------------------------------------------------------------------------- 1 | snd_play_ex(snd_grandpatemi, 50, false) 2 | -------------------------------------------------------------------------------- /objects/obj_temleg/Other_12.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_tempblack/Other_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_testmonster/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_textdrawtest/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | active = true 2 | -------------------------------------------------------------------------------- /objects/obj_textdrawtest/Create_0.gml: -------------------------------------------------------------------------------- 1 | active = false 2 | alarm[0] = 12 3 | -------------------------------------------------------------------------------- /objects/obj_theartshard/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_time/KeyPress_75.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_time/Other_4.gml: -------------------------------------------------------------------------------- 1 | scr_preload_textures() 2 | -------------------------------------------------------------------------------- /objects/obj_timersplits/Other_5.gml: -------------------------------------------------------------------------------- 1 | splitno += 1 2 | -------------------------------------------------------------------------------- /objects/obj_tinybghouse/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | image_index = 1 2 | alarm[2] = 30 3 | -------------------------------------------------------------------------------- /objects/obj_tinybgman/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | c += 1 2 | -------------------------------------------------------------------------------- /objects/obj_tinybgpuff/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_titleimage/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | d = 1 2 | -------------------------------------------------------------------------------- /objects/obj_tobdog_pendant/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_torboss_2ndtime/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | global.inbattle = true 2 | -------------------------------------------------------------------------------- /objects/obj_torboss_2ndtime/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_torface/Create_0.gml: -------------------------------------------------------------------------------- 1 | event_inherited() 2 | -------------------------------------------------------------------------------- /objects/obj_torheart/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_torielbody/Other_13.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_torielboss/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | obj_heart.x = -200 2 | global.border = 0 3 | -------------------------------------------------------------------------------- /objects/obj_torielthrone/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_torieltrigger1/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | global.interact = 0 2 | -------------------------------------------------------------------------------- /objects/obj_torieltrigger2/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_torieltrigger5/Alarm_3.gml: -------------------------------------------------------------------------------- 1 | global.interact = 0 2 | -------------------------------------------------------------------------------- /objects/obj_toroverworld1/Collision_obj_toribuster.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_toroverworld3/Collision_obj_toribuster.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_toroverworld7/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_townnpc_innlady/Alarm_6.gml: -------------------------------------------------------------------------------- 1 | conversation = 6 2 | -------------------------------------------------------------------------------- /objects/obj_transheart/Other_5.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_transitioner/Create_0.gml: -------------------------------------------------------------------------------- 1 | g = 1 2 | -------------------------------------------------------------------------------- /objects/obj_transitioner/Draw_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_transitioner/Other_5.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_treadmill_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_triswitchevent/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_triswitchevent/Step_2.gml: -------------------------------------------------------------------------------- 1 | switches = 0 2 | -------------------------------------------------------------------------------- /objects/obj_true_antiwaver/Create_0.gml: -------------------------------------------------------------------------------- 1 | siner = 0 2 | -------------------------------------------------------------------------------- /objects/obj_truechara/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_truechara/KeyPress_13.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_truechara/KeyPress_32.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_trueflymett/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_tsunderplane/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_tsunderplane_body/Other_10.gml: -------------------------------------------------------------------------------- 1 | fall = 1 2 | -------------------------------------------------------------------------------- /objects/obj_ua_throwtest/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_uchair/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_uchair_grey/Create_0.gml: -------------------------------------------------------------------------------- 1 | scr_depth() 2 | -------------------------------------------------------------------------------- /objects/obj_ultimabullet/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_ultimabullet/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | event_user(7) 2 | -------------------------------------------------------------------------------- /objects/obj_ultimabullet/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (trail) 2 | instance_destroy() 3 | -------------------------------------------------------------------------------- /objects/obj_undyne1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyne1_old/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyne_echoflower/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyne_ex/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 4 2 | -------------------------------------------------------------------------------- /objects/obj_undyne_ex/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyne_ex/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 3 2 | -------------------------------------------------------------------------------- /objects/obj_undyne_lettercall/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynea_chaser/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneb_body/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | event_user(1) 2 | -------------------------------------------------------------------------------- /objects/obj_undyneb_body/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | slashno += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynebattle2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynebattle2/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_undyneboss/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 4 2 | -------------------------------------------------------------------------------- /objects/obj_undyneboss/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneboss/Alarm_7.gml: -------------------------------------------------------------------------------- 1 | global.mnfight = 3 2 | -------------------------------------------------------------------------------- /objects/obj_undynedate_afterward/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynedate_inside/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynedate_outside/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneencounter1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | cn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneencounter2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | cn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneencounter3/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | cn += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undyneencounter3/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_undyneencounter4/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynefall/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynesiner2/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_undynesiner2/Other_5.gml: -------------------------------------------------------------------------------- 1 | if (drawngr == 1) 2 | sprite_delete(gr) 3 | -------------------------------------------------------------------------------- /objects/obj_undynespear_anim1/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | part += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynetrigger_boss/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynetrigger_boss2/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynetrigger_dry/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynetrigger_dry/Other_5.gml: -------------------------------------------------------------------------------- 1 | FL_MenuDisabled = false 2 | -------------------------------------------------------------------------------- /objects/obj_undynewindow/Create_0.gml: -------------------------------------------------------------------------------- 1 | image_speed = 0 2 | -------------------------------------------------------------------------------- /objects/obj_undynex_body/Alarm_1.gml: -------------------------------------------------------------------------------- 1 | slashno += 1 2 | -------------------------------------------------------------------------------- /objects/obj_undynex_body/Draw_64.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_unfader/Other_4.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_unfader/Other_5.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_unfader/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha += tspeed 2 | -------------------------------------------------------------------------------- /objects/obj_uspeargen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[0] = 10 2 | spearamt = 0 3 | -------------------------------------------------------------------------------- /objects/obj_uspeargen/Step_0.gml: -------------------------------------------------------------------------------- 1 | if (global.interact != 0) 2 | alarm[0] += 1 3 | -------------------------------------------------------------------------------- /objects/obj_venus_pl/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_venus_pl_bg/Create_0.gml: -------------------------------------------------------------------------------- 1 | parent = 48374827384 2 | -------------------------------------------------------------------------------- /objects/obj_vsflowey_heart/Other_14.gml: -------------------------------------------------------------------------------- 1 | scr_floweybodysave() 2 | -------------------------------------------------------------------------------- /objects/obj_vsflowey_heart/Other_15.gml: -------------------------------------------------------------------------------- 1 | scr_floweybodyload() 2 | -------------------------------------------------------------------------------- /objects/obj_vsflowey_heartdefeated/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | do_restart = 1 2 | -------------------------------------------------------------------------------- /objects/obj_vsflowey_shaker/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_vulkin/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_vulkincloudbul/Collision_obj_heart.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_vulkinlightning/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | image_angle = direction 2 | -------------------------------------------------------------------------------- /objects/obj_vulkinlightning/Other_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_wakeupchara/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | active += 1 2 | -------------------------------------------------------------------------------- /objects/obj_walknoise/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | caster_free(mynoise) 2 | -------------------------------------------------------------------------------- /objects/obj_walknoise/Other_5.gml: -------------------------------------------------------------------------------- 1 | caster_free(mynoise) 2 | -------------------------------------------------------------------------------- /objects/obj_warplinebullet/Other_11.gml: -------------------------------------------------------------------------------- 1 | scr_damagestandard_x() 2 | -------------------------------------------------------------------------------- /objects/obj_warplinegen/Create_0.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = 1 2 | otheri = 0 3 | -------------------------------------------------------------------------------- /objects/obj_warrior_event/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_waterboardpuzzle1/Draw_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_waterpillar/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | on = 0 2 | -------------------------------------------------------------------------------- /objects/obj_waterpushrock/Step_2.gml: -------------------------------------------------------------------------------- 1 | global.colliding = 0 2 | -------------------------------------------------------------------------------- /objects/obj_waterpushrock_2/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | fadeout = 1 2 | -------------------------------------------------------------------------------- /objects/obj_waterpushrockgen/Step_2.gml: -------------------------------------------------------------------------------- 1 | colliding = 0 2 | -------------------------------------------------------------------------------- /objects/obj_whimsalot/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_white_ender/Create_0.gml: -------------------------------------------------------------------------------- 1 | delay = 3 2 | -------------------------------------------------------------------------------- /objects/obj_whitefader/Other_4.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_whitefader/Other_5.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_whitefader/Step_0.gml: -------------------------------------------------------------------------------- 1 | image_alpha += tspeed 2 | -------------------------------------------------------------------------------- /objects/obj_whitesploder/Create_0.gml: -------------------------------------------------------------------------------- 1 | splode = 0 2 | -------------------------------------------------------------------------------- /objects/obj_whtpxlgrav/Other_0.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_whtpxlgrav/Other_7.gml: -------------------------------------------------------------------------------- 1 | action_kill_object() 2 | -------------------------------------------------------------------------------- /objects/obj_winkstar/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_wizard/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_wizardorb_chaser/Draw_0.gml: -------------------------------------------------------------------------------- 1 | draw_self_border() 2 | -------------------------------------------------------------------------------- /objects/obj_womandog/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_woshbody/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_woshbody/Destroy_0.gml: -------------------------------------------------------------------------------- 1 | with (obj_woshpart) 2 | alarm[8] = 1 3 | -------------------------------------------------------------------------------- /objects/obj_woshpart/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | instance_destroy() 2 | -------------------------------------------------------------------------------- /objects/obj_woshua/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/obj_wrapshock/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | visible = true 2 | -------------------------------------------------------------------------------- /objects/obj_wrongnumbersong/Alarm_4.gml: -------------------------------------------------------------------------------- 1 | con += 1 2 | -------------------------------------------------------------------------------- /objects/obj_xbox_temp_dialoguer/Create_0.gml: -------------------------------------------------------------------------------- 1 | side = 0 2 | -------------------------------------------------------------------------------- /objects/obj_xbox_trophy_queue/Create_0.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/obj_xoxo/Alarm_0.gml: -------------------------------------------------------------------------------- 1 | touched = false 2 | -------------------------------------------------------------------------------- /objects/obj_xoxocontroller1/Alarm_2.gml: -------------------------------------------------------------------------------- 1 | image_index = 0 2 | -------------------------------------------------------------------------------- /objects/obj_xtarget/Other_11.gml: -------------------------------------------------------------------------------- 1 | priority -= 1 2 | -------------------------------------------------------------------------------- /objects/obj_zoomaton/Other_10.gml: -------------------------------------------------------------------------------- 1 | on = 1 2 | -------------------------------------------------------------------------------- /objects/obj_ztarget/Other_11.gml: -------------------------------------------------------------------------------- 1 | priority -= 1 2 | -------------------------------------------------------------------------------- /objects/object391/Alarm_11.gml: -------------------------------------------------------------------------------- 1 | hspeed = -4 2 | image_index = 3 3 | -------------------------------------------------------------------------------- /objects/object391/Alarm_5.gml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /objects/object391/Alarm_8.gml: -------------------------------------------------------------------------------- 1 | snd_play(hurtsound) 2 | -------------------------------------------------------------------------------- /objects/object59/Collision_obj_mainchara.gml: -------------------------------------------------------------------------------- 1 | action_previous_room() 2 | -------------------------------------------------------------------------------- /rooms/room_castle_barrier/RoomCreationCode.gml: -------------------------------------------------------------------------------- 1 | scr_enable_screen_border(false) 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_0211C87B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_05B94DD3.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_0E2029C3.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 8 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_15DF9F4B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_178705A3.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_1B78A35B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_21FEF183.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_2A54DD73.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_2E467B2B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_33BBC953.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_38AD670B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_410443FB.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 8 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_4A7A3FDB.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_4D22A534.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_50E07D04.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_51299652.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_54D11BBB.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_56899124.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_58C3BA62.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_66AFE38B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_695769F4.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_6A908233.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_6D48F7AB.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_7006CF6B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_72BD45D4.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_74F76E13.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_7C1431B4.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_87C536E3.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_897DBB5B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_8D5E5A03.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_902C21C3.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_93D3973B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_9C3A831B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_A3F9E993.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_A5A16F0B.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_A9820DB3.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_B86F37CC.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_BC50D573.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_BF085BEB.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_C2D523BC.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_C6C7B163.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_D8858923.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_DB3C0F9C.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_DF2EAD43.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_E4A3EB7C.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_E6DD14CB.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_EE0AD76C.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_F761B34C.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_F9ABDC9B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire5/InstanceCreationCode_inst_FF44F0AB.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_03CAABC7.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_0A63CFE7.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_1C3087B7.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_454F78D5.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_62E279AF.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 8 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_75BF417F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 15 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_7C58659F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 7 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_8E163D5F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 9 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_91E4052F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_988D194F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_DD3E0B37.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 13 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_E795F717.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire6/InstanceCreationCode_inst_F00CD307.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_09E189F4.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_275F56F3.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_626033BC.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 7 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_753E0B8C.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 9 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_8E95F76C.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_A2ACE87B.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_E613B124.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 10 2 | -------------------------------------------------------------------------------- /rooms/room_fire7/InstanceCreationCode_inst_EDBDC544.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 9 2 | -------------------------------------------------------------------------------- /rooms/room_fire8/InstanceCreationCode_inst_73F4E23D.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 13 2 | -------------------------------------------------------------------------------- /rooms/room_fire9/InstanceCreationCode_inst_483D8BA7.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_apron/InstanceCreationCode_inst_A9C62037.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core1/InstanceCreationCode_inst_8EAB4285.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core2/InstanceCreationCode_inst_53E4EBFE.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core4/InstanceCreationCode_inst_470ABE81.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core4/InstanceCreationCode_inst_C2564019.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core4/InstanceCreationCode_inst_DBBD2CF9.gml: -------------------------------------------------------------------------------- 1 | alarm[3] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_core_branch/InstanceCreationCode_inst_902B093D.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_hotdog/InstanceCreationCode_inst_54CAB80D.gml: -------------------------------------------------------------------------------- 1 | alarm[1] = 2 2 | -------------------------------------------------------------------------------- /rooms/room_fire_lasers1/InstanceCreationCode_inst_4B674702.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 7 2 | -------------------------------------------------------------------------------- /rooms/room_fire_lasers1/InstanceCreationCode_inst_5216BD8A.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire_lasers1/InstanceCreationCode_inst_A8D7AF71.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire_lasers1/InstanceCreationCode_inst_DD624F12.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 6 2 | -------------------------------------------------------------------------------- /rooms/room_fire_mewmew2/InstanceCreationCode_inst_047B2A75.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire_mewmew2/InstanceCreationCode_inst_0B143E85.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire_mewmew2/InstanceCreationCode_inst_8FC8AC0D.gml: -------------------------------------------------------------------------------- 1 | image_yscale = 4 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_003FF58B.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_0E988023.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_105548E3.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_17FE6C03.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_2C64B93B.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_520F49DC.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_5B6635BC.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_707D26CB.gml: -------------------------------------------------------------------------------- 1 | myside = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_824BFE9B.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_89D402AB.gml: -------------------------------------------------------------------------------- 1 | myside = 3 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_9CA2DA7B.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_A509C65B.gml: -------------------------------------------------------------------------------- 1 | myside = 5 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_D7B3C744.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_E029A324.gml: -------------------------------------------------------------------------------- 1 | alarm[11] = 1 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_F4219433.gml: -------------------------------------------------------------------------------- 1 | myside = 0 2 | -------------------------------------------------------------------------------- /rooms/room_fire_rpuzzle/InstanceCreationCode_inst_FBCAB853.gml: -------------------------------------------------------------------------------- 1 | myside = 2 2 | -------------------------------------------------------------------------------- /rooms/room_floweyx/InstanceCreationCode_inst_045ABF9E.gml: -------------------------------------------------------------------------------- 1 | image_xscale = -1 2 | -------------------------------------------------------------------------------- /rooms/room_floweyx/InstanceCreationCode_inst_0DB1AB8F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = -1 2 | -------------------------------------------------------------------------------- /rooms/room_floweyx/InstanceCreationCode_inst_1617876F.gml: -------------------------------------------------------------------------------- 1 | image_xscale = -1 2 | -------------------------------------------------------------------------------- /rooms/room_floweyx/InstanceCreationCode_inst_A532E1B7.gml: -------------------------------------------------------------------------------- 1 | image_xscale = -1 2 | -------------------------------------------------------------------------------- /rooms/room_monsteralign_test/InstanceCreationCode_inst_6A9CD532.gml: -------------------------------------------------------------------------------- 1 | type = 31 2 | -------------------------------------------------------------------------------- /rooms/room_truelab_hub/RoomCreationCode.gml: -------------------------------------------------------------------------------- 1 | FL_TrueLabBorderEnabled = true 2 | -------------------------------------------------------------------------------- /rooms/room_tundra_town/InstanceCreationCode_inst_FC0502CC.gml: -------------------------------------------------------------------------------- 1 | image_xscale = 8 2 | -------------------------------------------------------------------------------- /scripts/Global/Global.gml: -------------------------------------------------------------------------------- 1 | global.AllowConsoleContent = true; -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kittibyte/UndertaleDecomp/HEAD/setup.sh -------------------------------------------------------------------------------- /utils/asset_importer/.gitignore: -------------------------------------------------------------------------------- 1 | exported_assets/ 2 | --------------------------------------------------------------------------------