├── GME Anniversary Edition.gmx ├── Configs │ ├── Default.config.gmx │ └── Default │ │ ├── AmazonFire │ │ ├── icons │ │ │ ├── banner.png │ │ │ ├── icon_hdpi.png │ │ │ ├── icon_ldpi.png │ │ │ ├── icon_mdpi.png │ │ │ ├── icon_xhdpi.png │ │ │ ├── icon_xxhdpi.png │ │ │ ├── icon_xxxhdpi.png │ │ │ └── ouyaIcon.png │ │ ├── portrait_splash.png │ │ └── splash.png │ │ ├── Android │ │ ├── icons │ │ │ ├── icon_hdpi.png │ │ │ ├── icon_ldpi.png │ │ │ ├── icon_mdpi.png │ │ │ ├── icon_xhdpi.png │ │ │ ├── icon_xxhdpi.png │ │ │ ├── icon_xxxhdpi.png │ │ │ └── ouyaIcon.png │ │ ├── portrait_splash.png │ │ └── splash.png │ │ ├── AndroidTV │ │ ├── icons │ │ │ ├── banner.png │ │ │ ├── icon_hdpi.png │ │ │ ├── icon_ldpi.png │ │ │ ├── icon_mdpi.png │ │ │ ├── icon_xhdpi.png │ │ │ ├── icon_xxhdpi.png │ │ │ ├── icon_xxxhdpi.png │ │ │ └── ouyaIcon.png │ │ └── splash.png │ │ ├── HTML5 │ │ ├── fav.ico │ │ └── splash.png │ │ ├── Linux │ │ ├── icon64.png │ │ └── splash.png │ │ ├── Mac │ │ ├── icon512.png │ │ └── splash.png │ │ ├── Tizen │ │ ├── icon117.png │ │ └── splash.png │ │ ├── WinPhone │ │ ├── ApplicationIcon.png │ │ ├── CycleSmall.png │ │ ├── CycleWide1.png │ │ ├── CycleWide2.png │ │ ├── CycleWide3.png │ │ ├── CycleWide4.png │ │ ├── CycleWide5.png │ │ ├── CycleWide6.png │ │ ├── CycleWide7.png │ │ ├── CycleWide8.png │ │ ├── CycleWide9.png │ │ ├── FlipMedBack.png │ │ ├── FlipMedFront.png │ │ ├── FlipSmallBack.png │ │ ├── FlipSmallFront.png │ │ ├── FlipWideBack.png │ │ ├── FlipWideFront.png │ │ ├── IconicSmall.png │ │ ├── IconicWide.png │ │ ├── SplashScreenImage.jpg │ │ ├── SplashScreenImage480.jpg │ │ └── SplashScreenImage720.jpg │ │ ├── Windows8 │ │ ├── Win8NativeRunner_TemporaryKey.pfx │ │ ├── Windows8_TemporaryKey.pfx │ │ ├── logos │ │ │ ├── logo150.png │ │ │ ├── logo30.png │ │ │ ├── logo310.png │ │ │ └── logo50.png │ │ └── splashscreen.png │ │ ├── WindowsUAP │ │ ├── SplashScreen.scale-100.png │ │ ├── WinUWPRunner_TemporaryKey.pfx │ │ └── logos │ │ │ ├── LargeLogo.scale-100.png │ │ │ ├── Logo.scale-100.png │ │ │ ├── SmallLogo.scale-100.png │ │ │ ├── SmallishLogo.scale-100.png │ │ │ ├── StoreLogo.scale-100.png │ │ │ └── WideLogo.scale-100.png │ │ ├── iOS │ │ ├── iPadRetinaSplash.png │ │ ├── iPadRetinaSplashPortrait.png │ │ ├── iPadsplash.png │ │ ├── iPadsplashPortrait.png │ │ ├── iPhone5splash.png │ │ ├── iPhone5splashPortrait.png │ │ ├── iPhone6PlusSplash.png │ │ ├── iPhone6PlusSplashPortrait.png │ │ ├── iPhone6Splash.png │ │ ├── iPhone6SplashPortrait.png │ │ ├── iPhone7PlusSplash.png │ │ ├── iPhone7PlusSplashPortrait.png │ │ ├── iPhone7Splash.png │ │ ├── iPhone7SplashPortrait.png │ │ ├── iPhone8PlusSplash.png │ │ ├── iPhone8PlusSplashPortrait.png │ │ ├── iPhone8Splash.png │ │ ├── iPhone8SplashPortrait.png │ │ ├── iPhoneRetinasplash.png │ │ ├── iPhoneRetinasplashPortrait.png │ │ ├── iPhoneSEsplash.png │ │ ├── iPhoneSEsplashPortrait.png │ │ ├── iPhoneXSplash.png │ │ ├── iPhoneXSplashPortrait.png │ │ ├── iPhonesplash.png │ │ ├── iPhonesplashPortrait.png │ │ ├── icons │ │ │ ├── app │ │ │ │ ├── ipad_152.png │ │ │ │ ├── ipad_76.png │ │ │ │ ├── ipad_pro_167.png │ │ │ │ ├── iphone_120.png │ │ │ │ └── iphone_180.png │ │ │ ├── icon114.png │ │ │ ├── icon120.png │ │ │ ├── icon144.png │ │ │ ├── icon152.png │ │ │ ├── icon167.png │ │ │ ├── icon57.png │ │ │ ├── icon72.png │ │ │ ├── icon76.png │ │ │ ├── itunes │ │ │ │ └── itunes_1024.png │ │ │ ├── notification │ │ │ │ ├── ipad_20.png │ │ │ │ ├── ipad_40.png │ │ │ │ ├── iphone_40.png │ │ │ │ └── iphone_60.png │ │ │ ├── settings │ │ │ │ ├── ipad_29.png │ │ │ │ ├── ipad_58.png │ │ │ │ ├── iphone_58.png │ │ │ │ └── iphone_87.png │ │ │ └── spotlight │ │ │ │ ├── ipad_40.png │ │ │ │ ├── ipad_80.png │ │ │ │ ├── iphone_120.png │ │ │ │ └── iphone_80.png │ │ ├── splash.png │ │ └── splashPortrait.png │ │ ├── tvos │ │ ├── icons │ │ │ ├── icon1280.png │ │ │ └── icon400.png │ │ └── splash.png │ │ └── windows │ │ ├── License.txt │ │ ├── RunnerInstaller.nsi │ │ ├── Runner_Icon_256.ico │ │ ├── Runner_finish.bmp │ │ ├── Runner_header.bmp │ │ ├── runner_icon.ico │ │ └── splash.png ├── GME Anniversary Edition.project.gmx ├── background │ ├── bgr_anniversary.background.gmx │ ├── bgr_blocks.background.gmx │ ├── bgr_blocks_bg.background.gmx │ ├── bgr_bonus.background.gmx │ ├── bgr_cabin.background.gmx │ ├── bgr_cave_bg.background.gmx │ ├── bgr_cave_fg.background.gmx │ ├── bgr_cloudblanket.background.gmx │ ├── bgr_clouds.background.gmx │ ├── bgr_desert_bg.background.gmx │ ├── bgr_desert_fg.background.gmx │ ├── bgr_desert_fg2.background.gmx │ ├── bgr_fortress_bg.background.gmx │ ├── bgr_fortress_fg.background.gmx │ ├── bgr_ghosthouse.background.gmx │ ├── bgr_pit.background.gmx │ ├── bgr_reef.background.gmx │ ├── bgr_smog.background.gmx │ ├── bgr_smog2.background.gmx │ ├── bgr_subcon_bg.background.gmx │ ├── bgr_subcon_fg.background.gmx │ ├── bgr_switchpalace.background.gmx │ ├── bgr_switchpalace_fg1.background.gmx │ ├── bgr_switchpalace_fg2.background.gmx │ ├── bgr_tileset.background.gmx │ ├── bgr_tileset_2.background.gmx │ ├── bgr_tileset_3.background.gmx │ ├── bgr_tileset_4.background.gmx │ ├── bgr_tileset_bushes.background.gmx │ ├── bgr_tileset_bushes_large.background.gmx │ ├── bgr_tileset_ghost.background.gmx │ ├── bgr_tileset_goal.background.gmx │ ├── bgr_tileset_goal_smb3.background.gmx │ ├── bgr_tileset_map.background.gmx │ ├── bgr_tileset_pipes.background.gmx │ ├── bgr_title.background.gmx │ ├── bgr_titlebg_back.background.gmx │ ├── bgr_underground.background.gmx │ ├── bgr_underwater.background.gmx │ ├── bgr_volcano.background.gmx │ └── images │ │ ├── bgr_anniversary.png │ │ ├── bgr_blocks.png │ │ ├── bgr_blocks_bg.png │ │ ├── bgr_bonus.png │ │ ├── bgr_cabin.png │ │ ├── bgr_cave_bg.png │ │ ├── bgr_cave_fg.png │ │ ├── bgr_cloudblanket.png │ │ ├── bgr_clouds.png │ │ ├── bgr_desert_bg.png │ │ ├── bgr_desert_fg.png │ │ ├── bgr_desert_fg2.png │ │ ├── bgr_fortress_bg.png │ │ ├── bgr_fortress_fg.png │ │ ├── bgr_ghosthouse.png │ │ ├── bgr_pit.png │ │ ├── bgr_reef.png │ │ ├── bgr_smog.png │ │ ├── bgr_smog2.png │ │ ├── bgr_subcon_bg.png │ │ ├── bgr_subcon_fg.png │ │ ├── bgr_switchpalace.png │ │ ├── bgr_switchpalace_fg1.png │ │ ├── bgr_switchpalace_fg2.png │ │ ├── bgr_tileset.png │ │ ├── bgr_tileset_2.png │ │ ├── bgr_tileset_3.png │ │ ├── bgr_tileset_4.png │ │ ├── bgr_tileset_bushes.png │ │ ├── bgr_tileset_bushes_large.png │ │ ├── bgr_tileset_ghost.png │ │ ├── bgr_tileset_goal.png │ │ ├── bgr_tileset_goal_smb3.png │ │ ├── bgr_tileset_map.png │ │ ├── bgr_tileset_pipes.png │ │ ├── bgr_title.png │ │ ├── bgr_titlebg_back.png │ │ ├── bgr_underground.png │ │ ├── bgr_underwater.png │ │ └── bgr_volcano.png ├── help.rtf ├── objects │ ├── obj_1up.object.gmx │ ├── obj_1up_h1.object.gmx │ ├── obj_1up_h2.object.gmx │ ├── obj_1up_h3.object.gmx │ ├── obj_1up_h4.object.gmx │ ├── obj_3upmoon.object.gmx │ ├── obj_accordion_h.object.gmx │ ├── obj_accordion_hv.object.gmx │ ├── obj_accordion_v.object.gmx │ ├── obj_acecoin.object.gmx │ ├── obj_afhb.object.gmx │ ├── obj_afhb_rider.object.gmx │ ├── obj_angrysun.object.gmx │ ├── obj_angrysun_movement.object.gmx │ ├── obj_area_b.object.gmx │ ├── obj_area_g.object.gmx │ ├── obj_area_r.object.gmx │ ├── obj_area_y.object.gmx │ ├── obj_arrowblock.object.gmx │ ├── obj_arrowblock_left.object.gmx │ ├── obj_arrowblock_reset.object.gmx │ ├── obj_arrowblock_right.object.gmx │ ├── obj_arrowplatform.object.gmx │ ├── obj_arrowplatform_platform.object.gmx │ ├── obj_autobomb.object.gmx │ ├── obj_autobomb_fire.object.gmx │ ├── obj_autobomb_shyguy.object.gmx │ ├── obj_autoscroll.object.gmx │ ├── obj_autoscroll_modifier.object.gmx │ ├── obj_balanceplatform.object.gmx │ ├── obj_balanceplatform_platform.object.gmx │ ├── obj_ball.object.gmx │ ├── obj_ballnchain_manager.object.gmx │ ├── obj_banzaibill.object.gmx │ ├── obj_banzaiblaster.object.gmx │ ├── obj_barrel.object.gmx │ ├── obj_barrel_tnt.object.gmx │ ├── obj_barrel_up.object.gmx │ ├── obj_basket.object.gmx │ ├── obj_basket_shard.object.gmx │ ├── obj_basket_shard_bottom.object.gmx │ ├── obj_basket_up.object.gmx │ ├── obj_beachkoopa.object.gmx │ ├── obj_beachkoopa_blue.object.gmx │ ├── obj_beachkoopa_red.object.gmx │ ├── obj_beachkoopa_yellow.object.gmx │ ├── obj_beanstalk.object.gmx │ ├── obj_beeshroom.object.gmx │ ├── obj_beezo.object.gmx │ ├── obj_beezo_active.object.gmx │ ├── obj_berry.object.gmx │ ├── obj_berry_g.object.gmx │ ├── obj_bganimator.object.gmx │ ├── obj_bigbertha.object.gmx │ ├── obj_bigbertha_cheep.object.gmx │ ├── obj_bigboo.object.gmx │ ├── obj_bigbrick.object.gmx │ ├── obj_bigparabeetle.object.gmx │ ├── obj_bigplant.object.gmx │ ├── obj_billy.object.gmx │ ├── obj_billy_dead.object.gmx │ ├── obj_billygun.object.gmx │ ├── obj_blargg.object.gmx │ ├── obj_blargg_jump.object.gmx │ ├── obj_blockbumper.object.gmx │ ├── obj_blockcoin.object.gmx │ ├── obj_blockcoin2.object.gmx │ ├── obj_blockparent.object.gmx │ ├── obj_blocktrain.object.gmx │ ├── obj_blocktrain_back.object.gmx │ ├── obj_blocktrain_front.object.gmx │ ├── obj_blocktrain_killer.object.gmx │ ├── obj_blocktrain_middle.object.gmx │ ├── obj_blooper.object.gmx │ ├── obj_blowpipe.object.gmx │ ├── obj_bluebrick.object.gmx │ ├── obj_bluebrick_th.object.gmx │ ├── obj_blueshell.object.gmx │ ├── obj_blurp.object.gmx │ ├── obj_bobomb.object.gmx │ ├── obj_bobomb_down.object.gmx │ ├── obj_bobomb_parachute.object.gmx │ ├── obj_bolt.object.gmx │ ├── obj_boltblock.object.gmx │ ├── obj_boltlift.object.gmx │ ├── obj_boltlift_fall.object.gmx │ ├── obj_boltlift_top.object.gmx │ ├── obj_bomb.object.gmx │ ├── obj_bombblock.object.gmx │ ├── obj_bombguy.object.gmx │ ├── obj_bombshroom.object.gmx │ ├── obj_bonybeetle.object.gmx │ ├── obj_boo.object.gmx │ ├── obj_booblock.object.gmx │ ├── obj_boocircle.object.gmx │ ├── obj_boocircle_boo.object.gmx │ ├── obj_boomboom.object.gmx │ ├── obj_boomerang.object.gmx │ ├── obj_boomerang_blue.object.gmx │ ├── obj_boomerang_blue_up.object.gmx │ ├── obj_boomerangblock.object.gmx │ ├── obj_boomerangbro.object.gmx │ ├── obj_boomerangbro_boomerang.object.gmx │ ├── obj_boomerangflower.object.gmx │ ├── obj_boosnake.object.gmx │ ├── obj_boosnake_trail.object.gmx │ ├── obj_boostretch.object.gmx │ ├── obj_boostretch_ceiling.object.gmx │ ├── obj_bossbass.object.gmx │ ├── obj_bossdoor.object.gmx │ ├── obj_bossorb.object.gmx │ ├── obj_bossparent.object.gmx │ ├── obj_bowserstatue.object.gmx │ ├── obj_bowserstatue_fire.object.gmx │ ├── obj_bowserstatue_gold.object.gmx │ ├── obj_brick.object.gmx │ ├── obj_brickgoomba.object.gmx │ ├── obj_bubble.object.gmx │ ├── obj_bubble_blown.object.gmx │ ├── obj_bubble_v.object.gmx │ ├── obj_bullet.object.gmx │ ├── obj_bullet_banzai.object.gmx │ ├── obj_bullet_homing.object.gmx │ ├── obj_bulletbill.object.gmx │ ├── obj_bumper.object.gmx │ ├── obj_busterbeetle.object.gmx │ ├── obj_busterpickup.object.gmx │ ├── obj_buzzybeetle.object.gmx │ ├── obj_cannon.object.gmx │ ├── obj_cannon_big.object.gmx │ ├── obj_cannon_quad.object.gmx │ ├── obj_cannon_side.object.gmx │ ├── obj_cannon_spike.object.gmx │ ├── obj_cannonball.object.gmx │ ├── obj_cannonball_large.object.gmx │ ├── obj_cannonball_spike.object.gmx │ ├── obj_cannonball_spike_trail.object.gmx │ ├── obj_carrot.object.gmx │ ├── obj_carrotlift.object.gmx │ ├── obj_carrotlift_32x.object.gmx │ ├── obj_catblock.object.gmx │ ├── obj_ceilingbuzzy.object.gmx │ ├── obj_ceilingnokobombette.object.gmx │ ├── obj_ceilingspiny.object.gmx │ ├── obj_ceilslope_l.object.gmx │ ├── obj_ceilslope_r.object.gmx │ ├── obj_ceilslope_sl.object.gmx │ ├── obj_ceilslope_sr.object.gmx │ ├── obj_ceilslopeparent.object.gmx │ ├── obj_chain.object.gmx │ ├── obj_chainchomp.object.gmx │ ├── obj_charginchuck.object.gmx │ ├── obj_checkpoint.object.gmx │ ├── obj_cheepcheep.object.gmx │ ├── obj_cheepcheep_green.object.gmx │ ├── obj_cheepcheep_jump.object.gmx │ ├── obj_cherry.object.gmx │ ├── obj_chest.object.gmx │ ├── obj_chomp.object.gmx │ ├── obj_chomp_chain.object.gmx │ ├── obj_clappinchuck.object.gmx │ ├── obj_climb.object.gmx │ ├── obj_climb_net.object.gmx │ ├── obj_cobrat.object.gmx │ ├── obj_cobrat_jar.object.gmx │ ├── obj_coin.object.gmx │ ├── obj_coin_m.object.gmx │ ├── obj_coin_p.object.gmx │ ├── obj_coin_r.object.gmx │ ├── obj_coinchange.object.gmx │ ├── obj_conveyor_l.object.gmx │ ├── obj_conveyor_r.object.gmx │ ├── obj_credits.object.gmx │ ├── obj_credits_text.object.gmx │ ├── obj_crumblebones.object.gmx │ ├── obj_crusher.object.gmx │ ├── obj_crystal.object.gmx │ ├── obj_crystal_red.object.gmx │ ├── obj_crystal_up.object.gmx │ ├── obj_curtaingoal.object.gmx │ ├── obj_curtainin.object.gmx │ ├── obj_curtainout.object.gmx │ ├── obj_dashblock.object.gmx │ ├── obj_dashkill.object.gmx │ ├── obj_deactenemyparent.object.gmx │ ├── obj_deactivateparent.object.gmx │ ├── obj_dialog.object.gmx │ ├── obj_diggame_block.object.gmx │ ├── obj_diggame_chest.object.gmx │ ├── obj_diggame_warptomap.object.gmx │ ├── obj_digsand.object.gmx │ ├── obj_dinorhino.object.gmx │ ├── obj_dinotorch.object.gmx │ ├── obj_dinotorch_fire.object.gmx │ ├── obj_discoball.object.gmx │ ├── obj_discoblock.object.gmx │ ├── obj_dolphin.object.gmx │ ├── obj_dolphin_jump.object.gmx │ ├── obj_donut.object.gmx │ ├── obj_donut_red.object.gmx │ ├── obj_donut_red_triple.object.gmx │ ├── obj_donut_triple.object.gmx │ ├── obj_door.object.gmx │ ├── obj_door_p.object.gmx │ ├── obj_down.object.gmx │ ├── obj_dropdown.object.gmx │ ├── obj_drybones.object.gmx │ ├── obj_eblock.object.gmx │ ├── obj_eerie.object.gmx │ ├── obj_eerie_active.object.gmx │ ├── obj_egg.object.gmx │ ├── obj_egg_hatch.object.gmx │ ├── obj_egg_pow.object.gmx │ ├── obj_emptyblock.object.gmx │ ├── obj_endmarker.object.gmx │ ├── obj_enemy_carried.object.gmx │ ├── obj_enemy_coin.object.gmx │ ├── obj_enemy_dead.object.gmx │ ├── obj_enemy_multidead.object.gmx │ ├── obj_enemy_score.object.gmx │ ├── obj_enemy_stomped.object.gmx │ ├── obj_enemy_tick.object.gmx │ ├── obj_enemyparent.object.gmx │ ├── obj_enemyparent_held.object.gmx │ ├── obj_enemytop.object.gmx │ ├── obj_engine.object.gmx │ ├── obj_engine_alt.object.gmx │ ├── obj_eswitchblock.object.gmx │ ├── obj_expandplatblock.object.gmx │ ├── obj_explosion.object.gmx │ ├── obj_fadegoal.object.gmx │ ├── obj_fadein.object.gmx │ ├── obj_fadeout.object.gmx │ ├── obj_ferrisplatform.object.gmx │ ├── obj_ferrisplatform_2x.object.gmx │ ├── obj_ferrisplatform_3x.object.gmx │ ├── obj_ferrisplatform_platform.object.gmx │ ├── obj_fireball.object.gmx │ ├── obj_firebar.object.gmx │ ├── obj_firebar_manager.object.gmx │ ├── obj_firebro.object.gmx │ ├── obj_firebro_fireball.object.gmx │ ├── obj_firechomp.object.gmx │ ├── obj_firechomp_fire.object.gmx │ ├── obj_fireflower.object.gmx │ ├── obj_firenipper.object.gmx │ ├── obj_firesnake.object.gmx │ ├── obj_firesnake_body.object.gmx │ ├── obj_firework.object.gmx │ ├── obj_firework_spawner.object.gmx │ ├── obj_firework_trail.object.gmx │ ├── obj_fishbone.object.gmx │ ├── obj_flag.object.gmx │ ├── obj_flag_da.object.gmx │ ├── obj_flag_p.object.gmx │ ├── obj_flagpole.object.gmx │ ├── obj_flagpole_secret.object.gmx │ ├── obj_flipblock.object.gmx │ ├── obj_flipblock_flip.object.gmx │ ├── obj_flipper_bottom.object.gmx │ ├── obj_flipper_left.object.gmx │ ├── obj_flipper_right.object.gmx │ ├── obj_flipper_top.object.gmx │ ├── obj_flowerblock.object.gmx │ ├── obj_flurry.object.gmx │ ├── obj_foo.object.gmx │ ├── obj_foo_fog.object.gmx │ ├── obj_football.object.gmx │ ├── obj_foreground.object.gmx │ ├── obj_frogsuit.object.gmx │ ├── obj_fuzzy.object.gmx │ ├── obj_fuzzy_line.object.gmx │ ├── obj_galoomba.object.gmx │ ├── obj_galoomba_down.object.gmx │ ├── obj_galoomba_parachute.object.gmx │ ├── obj_gameover.object.gmx │ ├── obj_generator_beezo.object.gmx │ ├── obj_generator_bobomb.object.gmx │ ├── obj_generator_bulletbill.object.gmx │ ├── obj_generator_cheepcheep.object.gmx │ ├── obj_generator_dolphin.object.gmx │ ├── obj_generator_eerie.object.gmx │ ├── obj_generator_enemy.object.gmx │ ├── obj_generator_galoomba.object.gmx │ ├── obj_generator_log.object.gmx │ ├── obj_generator_spikedcheep.object.gmx │ ├── obj_generator_spikedcheep_b.object.gmx │ ├── obj_generatorcheep.object.gmx │ ├── obj_generatorcheep2.object.gmx │ ├── obj_generatorcheep2b.object.gmx │ ├── obj_generatordolphin.object.gmx │ ├── obj_getshoe.object.gmx │ ├── obj_gladrus.object.gmx │ ├── obj_goalcard.object.gmx │ ├── obj_goalcard_get.object.gmx │ ├── obj_goalcard_secret.object.gmx │ ├── obj_goalgate.object.gmx │ ├── obj_goalgate_front.object.gmx │ ├── obj_goalgate_secret.object.gmx │ ├── obj_goalgate_tape.object.gmx │ ├── obj_goalgate_tape_b.object.gmx │ ├── obj_goldshroom.object.gmx │ ├── obj_goomba.object.gmx │ ├── obj_goomba_big.object.gmx │ ├── obj_goomba_micro.object.gmx │ ├── obj_goomba_red.object.gmx │ ├── obj_goomba_shoe.object.gmx │ ├── obj_goombrat.object.gmx │ ├── obj_goombud.object.gmx │ ├── obj_gotomap.object.gmx │ ├── obj_grass.object.gmx │ ├── obj_grass_bomb.object.gmx │ ├── obj_grass_coin.object.gmx │ ├── obj_grass_large.object.gmx │ ├── obj_grass_mini.object.gmx │ ├── obj_grass_multicoin.object.gmx │ ├── obj_grass_pow.object.gmx │ ├── obj_grass_pow_large.object.gmx │ ├── obj_grass_rocket.object.gmx │ ├── obj_grass_shell.object.gmx │ ├── obj_grass_sprout.object.gmx │ ├── obj_grayblockparent.object.gmx │ ├── obj_graybrick.object.gmx │ ├── obj_grayrus.object.gmx │ ├── obj_greenbrick.object.gmx │ ├── obj_grinder.object.gmx │ ├── obj_grinder_line.object.gmx │ ├── obj_gswitch.object.gmx │ ├── obj_guessblock.object.gmx │ ├── obj_guessblock_manager.object.gmx │ ├── obj_hammer.object.gmx │ ├── obj_hammerblock.object.gmx │ ├── obj_hammerbro.object.gmx │ ├── obj_hammerbro_hammer.object.gmx │ ├── obj_hammerflower.object.gmx │ ├── obj_hawkmouth.object.gmx │ ├── obj_hawkmouth_secret.object.gmx │ ├── obj_heart.object.gmx │ ├── obj_helmet.object.gmx │ ├── obj_holdbubble.object.gmx │ ├── obj_holdbubble_enemy.object.gmx │ ├── obj_holdbubble_enemy_respawn.object.gmx │ ├── obj_holdbubble_respawn.object.gmx │ ├── obj_hoopster.object.gmx │ ├── obj_hoopster_red.object.gmx │ ├── obj_hotfoot.object.gmx │ ├── obj_hothead.object.gmx │ ├── obj_hud.object.gmx │ ├── obj_hurtmask.object.gmx │ ├── obj_hurtmask_square.object.gmx │ ├── obj_iceball.object.gmx │ ├── obj_iceblock.object.gmx │ ├── obj_icebro.object.gmx │ ├── obj_icebro_snowball.object.gmx │ ├── obj_icecoin.object.gmx │ ├── obj_iceflower.object.gmx │ ├── obj_iceplant.object.gmx │ ├── obj_ilavaslope_l.object.gmx │ ├── obj_ilavaslope_r.object.gmx │ ├── obj_ilavaslope_sl.object.gmx │ ├── obj_ilavaslope_sr.object.gmx │ ├── obj_incastle.object.gmx │ ├── obj_intro.object.gmx │ ├── obj_invincibility.object.gmx │ ├── obj_itembubble.object.gmx │ ├── obj_jelectro.object.gmx │ ├── obj_jellyplatform.object.gmx │ ├── obj_jpplant.object.gmx │ ├── obj_key.object.gmx │ ├── obj_key_timed.object.gmx │ ├── obj_keygate.object.gmx │ ├── obj_keyhole.object.gmx │ ├── obj_koopa.object.gmx │ ├── obj_koopa_big.object.gmx │ ├── obj_koopa_big_red.object.gmx │ ├── obj_koopa_blue.object.gmx │ ├── obj_koopa_kamikaze.object.gmx │ ├── obj_koopa_red.object.gmx │ ├── obj_koopa_yellow.object.gmx │ ├── obj_kuriboblock.object.gmx │ ├── obj_kuriboshoe.object.gmx │ ├── obj_kuriboshoe_lost.object.gmx │ ├── obj_kuriboshoe_movement.object.gmx │ ├── obj_lakitu.object.gmx │ ├── obj_lakitu_egg.object.gmx │ ├── obj_lakitu_movement.object.gmx │ ├── obj_lakitu_red.object.gmx │ ├── obj_laser.object.gmx │ ├── obj_laser_manager.object.gmx │ ├── obj_lava.object.gmx │ ├── obj_lava_b.object.gmx │ ├── obj_lava_c.object.gmx │ ├── obj_lava_ceiling.object.gmx │ ├── obj_lava_d.object.gmx │ ├── obj_lava_top.object.gmx │ ├── obj_lavacorner_a.object.gmx │ ├── obj_lavacorner_b.object.gmx │ ├── obj_lavacorner_c.object.gmx │ ├── obj_lavacorner_d.object.gmx │ ├── obj_lavaedge_a.object.gmx │ ├── obj_lavaedge_b.object.gmx │ ├── obj_lavaedge_c.object.gmx │ ├── obj_lavaedge_d.object.gmx │ ├── obj_lavafall.object.gmx │ ├── obj_lavalotus.object.gmx │ ├── obj_lavalotus_ball.object.gmx │ ├── obj_lavaslope_l.object.gmx │ ├── obj_lavaslope_r.object.gmx │ ├── obj_lavaslope_sl.object.gmx │ ├── obj_lavaslope_sr.object.gmx │ ├── obj_lavaspark.object.gmx │ ├── obj_leaf.object.gmx │ ├── obj_leafblock.object.gmx │ ├── obj_left.object.gmx │ ├── obj_levelcontrol.object.gmx │ ├── obj_levelcontrol_light.object.gmx │ ├── obj_light.object.gmx │ ├── obj_light_disco.object.gmx │ ├── obj_light_st.object.gmx │ ├── obj_lightblock.object.gmx │ ├── obj_lightningsheet.object.gmx │ ├── obj_lightningsheet2.object.gmx │ ├── obj_lightparent.object.gmx │ ├── obj_lilspark.object.gmx │ ├── obj_log.object.gmx │ ├── obj_lotusball.object.gmx │ ├── obj_magic.object.gmx │ ├── obj_magikoopa.object.gmx │ ├── obj_mapbridge_h.object.gmx │ ├── obj_mapbridge_v.object.gmx │ ├── obj_mapcloud.object.gmx │ ├── obj_mapcontrol.object.gmx │ ├── obj_mapfire.object.gmx │ ├── obj_mapghost.object.gmx │ ├── obj_maphill.object.gmx │ ├── obj_maphilltrio.object.gmx │ ├── obj_maplava.object.gmx │ ├── obj_maplevel.object.gmx │ ├── obj_maplevel_castle.object.gmx │ ├── obj_maplevel_ghost.object.gmx │ ├── obj_maplevel_pipe.object.gmx │ ├── obj_maplevel_pipe2.object.gmx │ ├── obj_maplevel_switch_b.object.gmx │ ├── obj_maplevel_switch_g.object.gmx │ ├── obj_maplevel_switch_r.object.gmx │ ├── obj_maplevel_switch_y.object.gmx │ ├── obj_maplevelparent.object.gmx │ ├── obj_mappanel_house.object.gmx │ ├── obj_mappanel_house_b.object.gmx │ ├── obj_mappanel_house_c.object.gmx │ ├── obj_mappath_beanstalk.object.gmx │ ├── obj_mappath_down.object.gmx │ ├── obj_mappath_downleft.object.gmx │ ├── obj_mappath_downright.object.gmx │ ├── obj_mappath_emptynode.object.gmx │ ├── obj_mappath_h.object.gmx │ ├── obj_mappath_ladder.object.gmx │ ├── obj_mappath_left.object.gmx │ ├── obj_mappath_levelnode.object.gmx │ ├── obj_mappath_right.object.gmx │ ├── obj_mappath_up.object.gmx │ ├── obj_mappath_upleft.object.gmx │ ├── obj_mappath_upright.object.gmx │ ├── obj_mappath_v.object.gmx │ ├── obj_mappath_water.object.gmx │ ├── obj_mappathparent.object.gmx │ ├── obj_mapplayer.object.gmx │ ├── obj_mapstart.object.gmx │ ├── obj_maptree.object.gmx │ ├── obj_maptree_alt.object.gmx │ ├── obj_maptree_alt_b.object.gmx │ ├── obj_mapwater.object.gmx │ ├── obj_mario.object.gmx │ ├── obj_mariostart.object.gmx │ ├── obj_marker_bottom.object.gmx │ ├── obj_marker_head.object.gmx │ ├── obj_mblock.object.gmx │ ├── obj_mblock_up.object.gmx │ ├── obj_mechakoopa.object.gmx │ ├── obj_mechakoopa_down.object.gmx │ ├── obj_megamole.object.gmx │ ├── obj_message.object.gmx │ ├── obj_messageblock.object.gmx │ ├── obj_midwaygate.object.gmx │ ├── obj_midwaygate_b.object.gmx │ ├── obj_midwaygate_tape.object.gmx │ ├── obj_missilebill.object.gmx │ ├── obj_modifier.object.gmx │ ├── obj_modifier_music.object.gmx │ ├── obj_monty.object.gmx │ ├── obj_monty_chase.object.gmx │ ├── obj_monty_dig.object.gmx │ ├── obj_monty_jump.object.gmx │ ├── obj_movingpipe.object.gmx │ ├── obj_movingrope.object.gmx │ ├── obj_movingsaw.object.gmx │ ├── obj_muncher.object.gmx │ ├── obj_muncher_pipe.object.gmx │ ├── obj_muncher_pipe2.object.gmx │ ├── obj_mushroom.object.gmx │ ├── obj_mushroomplatform.object.gmx │ ├── obj_netkoopa.object.gmx │ ├── obj_netkoopa_red.object.gmx │ ├── obj_ninji.object.gmx │ ├── obj_ninji_big.object.gmx │ ├── obj_ninji_black.object.gmx │ ├── obj_ninji_chase.object.gmx │ ├── obj_nipper.object.gmx │ ├── obj_nokobomb.object.gmx │ ├── obj_nokobomb_down.object.gmx │ ├── obj_nokobombette.object.gmx │ ├── obj_note.object.gmx │ ├── obj_noteblock.object.gmx │ ├── obj_noteblock_blue.object.gmx │ ├── obj_noteblock_blue_hidden.object.gmx │ ├── obj_noteblock_diagonal_l.object.gmx │ ├── obj_noteblock_diagonal_r.object.gmx │ ├── obj_noteblock_hidden.object.gmx │ ├── obj_noteblock_warp.object.gmx │ ├── obj_noteblock_warp_hidden.object.gmx │ ├── obj_notespark.object.gmx │ ├── obj_onoffblock_b.object.gmx │ ├── obj_onoffblock_g.object.gmx │ ├── obj_onoffblock_r.object.gmx │ ├── obj_onoffblock_y.object.gmx │ ├── obj_onofflift_b.object.gmx │ ├── obj_onofflift_g.object.gmx │ ├── obj_onofflift_r.object.gmx │ ├── obj_onofflift_y.object.gmx │ ├── obj_onoffplatform_b.object.gmx │ ├── obj_onoffplatform_g.object.gmx │ ├── obj_onoffplatform_r.object.gmx │ ├── obj_onoffplatform_y.object.gmx │ ├── obj_opener.object.gmx │ ├── obj_palacemsg.object.gmx │ ├── obj_palaceswitch.object.gmx │ ├── obj_panser.object.gmx │ ├── obj_panser_b.object.gmx │ ├── obj_panser_fire.object.gmx │ ├── obj_panser_g.object.gmx │ ├── obj_panser_p.object.gmx │ ├── obj_parabeetle.object.gmx │ ├── obj_paragaloomba.object.gmx │ ├── obj_paragoomba.object.gmx │ ├── obj_paragoomba_red.object.gmx │ ├── obj_parakoopa.object.gmx │ ├── obj_parakoopa_big.object.gmx │ ├── obj_parakoopa_big_fly.object.gmx │ ├── obj_parakoopa_big_red.object.gmx │ ├── obj_parakoopa_fly.object.gmx │ ├── obj_parakoopa_red.object.gmx │ ├── obj_parakoopa_yellow.object.gmx │ ├── obj_pararus.object.gmx │ ├── obj_parcarry.object.gmx │ ├── obj_parhold.object.gmx │ ├── obj_parpull.object.gmx │ ├── obj_path.object.gmx │ ├── obj_path_circle_a1.object.gmx │ ├── obj_path_circle_a2.object.gmx │ ├── obj_path_circle_a3.object.gmx │ ├── obj_path_circle_a4.object.gmx │ ├── obj_path_circle_b1.object.gmx │ ├── obj_path_circle_b2.object.gmx │ ├── obj_path_circle_b3.object.gmx │ ├── obj_path_circle_b4.object.gmx │ ├── obj_path_diagonal_l.object.gmx │ ├── obj_path_diagonal_r.object.gmx │ ├── obj_path_hor.object.gmx │ ├── obj_path_ver.object.gmx │ ├── obj_pathparent.object.gmx │ ├── obj_pausemenu.object.gmx │ ├── obj_pblock.object.gmx │ ├── obj_peepa.object.gmx │ ├── obj_peepa_b.object.gmx │ ├── obj_peepa_manager.object.gmx │ ├── obj_peepa_v.object.gmx │ ├── obj_pencilpillar.object.gmx │ ├── obj_penguinsuit.object.gmx │ ├── obj_persistent.object.gmx │ ├── obj_phanto.object.gmx │ ├── obj_physicsparent.object.gmx │ ├── obj_pickup_leaf.object.gmx │ ├── obj_pickup_propeller.object.gmx │ ├── obj_pickup_pwing.object.gmx │ ├── obj_pipecorner_dl.object.gmx │ ├── obj_pipecorner_dr.object.gmx │ ├── obj_pipecorner_ul.object.gmx │ ├── obj_pipecorner_ur.object.gmx │ ├── obj_pipelakitu.object.gmx │ ├── obj_pipelakitu_red.object.gmx │ ├── obj_pipemanager.object.gmx │ ├── obj_pipeypipe.object.gmx │ ├── obj_pipeypipe_plant.object.gmx │ ├── obj_pitwarp.object.gmx │ ├── obj_plantball.object.gmx │ ├── obj_plantfire.object.gmx │ ├── obj_plantfire2.object.gmx │ ├── obj_platform.object.gmx │ ├── obj_platform_falling.object.gmx │ ├── obj_platform_floating.object.gmx │ ├── obj_platform_touch.object.gmx │ ├── obj_platformparent.object.gmx │ ├── obj_player.object.gmx │ ├── obj_player_climb.object.gmx │ ├── obj_player_dead.object.gmx │ ├── obj_player_door.object.gmx │ ├── obj_player_eaten.object.gmx │ ├── obj_player_goal_smb1.object.gmx │ ├── obj_player_goal_smb2.object.gmx │ ├── obj_player_goal_smb3.object.gmx │ ├── obj_player_goal_smw.object.gmx │ ├── obj_player_jump.object.gmx │ ├── obj_player_rocket.object.gmx │ ├── obj_player_rocket2.object.gmx │ ├── obj_player_transform.object.gmx │ ├── obj_player_warp.object.gmx │ ├── obj_player_warpnote.object.gmx │ ├── obj_playerparent.object.gmx │ ├── obj_playerparent_clear.object.gmx │ ├── obj_plusclock_10.object.gmx │ ├── obj_plusclock_50.object.gmx │ ├── obj_podoboo.object.gmx │ ├── obj_podoboo_ceiling.object.gmx │ ├── obj_poison.object.gmx │ ├── obj_pokey.object.gmx │ ├── obj_pokey_dead.object.gmx │ ├── obj_pokey_green.object.gmx │ ├── obj_porchupuffer.object.gmx │ ├── obj_porcupo.object.gmx │ ├── obj_porcupo_r.object.gmx │ ├── obj_powblock.object.gmx │ ├── obj_powblock_up.object.gmx │ ├── obj_powblock_up_large.object.gmx │ ├── obj_powerupget.object.gmx │ ├── obj_powerupparent.object.gmx │ ├── obj_powerupprize.object.gmx │ ├── obj_powerupsprout.object.gmx │ ├── obj_powkiller.object.gmx │ ├── obj_pplant.object.gmx │ ├── obj_pplant_fire.object.gmx │ ├── obj_pplant_fire_side_l.object.gmx │ ├── obj_pplant_fire_side_r.object.gmx │ ├── obj_pplant_large.object.gmx │ ├── obj_pplant_large_down.object.gmx │ ├── obj_pplant_large_fire.object.gmx │ ├── obj_pplant_large_fire_down.object.gmx │ ├── obj_pplant_side_l.object.gmx │ ├── obj_pplant_side_r.object.gmx │ ├── obj_projectileparent.object.gmx │ ├── obj_propellerblock.object.gmx │ ├── obj_propellerblock_up.object.gmx │ ├── obj_propellershroom.object.gmx │ ├── obj_pswitch.object.gmx │ ├── obj_pswitchblock.object.gmx │ ├── obj_ptooie.object.gmx │ ├── obj_ptooie_pipe.object.gmx │ ├── obj_puller.object.gmx │ ├── obj_pulleyplatform.object.gmx │ ├── obj_pulleyplatform_right.object.gmx │ ├── obj_pulleyplatform_rope.object.gmx │ ├── obj_pullkey.object.gmx │ ├── obj_pullkey_up.object.gmx │ ├── obj_pwing.object.gmx │ ├── obj_qblock.object.gmx │ ├── obj_qblock_big.object.gmx │ ├── obj_qblock_double.object.gmx │ ├── obj_qblock_double_hidden.object.gmx │ ├── obj_qblock_hidden.object.gmx │ ├── obj_qblock_multicoin.object.gmx │ ├── obj_qblock_multicoin_shroom.object.gmx │ ├── obj_qblock_p.object.gmx │ ├── obj_qblock_scatter.object.gmx │ ├── obj_qblock_spiked.object.gmx │ ├── obj_qblock_triple.object.gmx │ ├── obj_qblock_triple_hidden.object.gmx │ ├── obj_qblock_winged.object.gmx │ ├── obj_qswitchblock.object.gmx │ ├── obj_quicksand.object.gmx │ ├── obj_rainmaker.object.gmx │ ├── obj_redbrick.object.gmx │ ├── obj_redring.object.gmx │ ├── obj_reserveitem.object.gmx │ ├── obj_rex.object.gmx │ ├── obj_rex_red.object.gmx │ ├── obj_right.object.gmx │ ├── obj_ripvanfish.object.gmx │ ├── obj_rockywrench.object.gmx │ ├── obj_rope.object.gmx │ ├── obj_rotaryplatform.object.gmx │ ├── obj_rotodisc.object.gmx │ ├── obj_rotodisc_manager.object.gmx │ ├── obj_rotodisc_trail.object.gmx │ ├── obj_rotten.object.gmx │ ├── obj_savemenu.object.gmx │ ├── obj_saw.object.gmx │ ├── obj_score.object.gmx │ ├── obj_score_coins.object.gmx │ ├── obj_score_flag.object.gmx │ ├── obj_score_goal.object.gmx │ ├── obj_seaweed.object.gmx │ ├── obj_semisolid.object.gmx │ ├── obj_shard.object.gmx │ ├── obj_shard_switch.object.gmx │ ├── obj_shard_th.object.gmx │ ├── obj_shell.object.gmx │ ├── obj_shell_kick.object.gmx │ ├── obj_shellblock.object.gmx │ ├── obj_shellbump.object.gmx │ ├── obj_shyguy.object.gmx │ ├── obj_shyguy_b.object.gmx │ ├── obj_shyguy_big.object.gmx │ ├── obj_shyguy_big_b.object.gmx │ ├── obj_shyguy_p.object.gmx │ ├── obj_signpost.object.gmx │ ├── obj_skewer.object.gmx │ ├── obj_skewer_left.object.gmx │ ├── obj_skewer_right.object.gmx │ ├── obj_skewer_trunk.object.gmx │ ├── obj_skewer_trunk_left.object.gmx │ ├── obj_skewer_trunk_right.object.gmx │ ├── obj_skewer_trunk_up.object.gmx │ ├── obj_skewer_up.object.gmx │ ├── obj_skipper.object.gmx │ ├── obj_skullraft.object.gmx │ ├── obj_sledgebro.object.gmx │ ├── obj_slippery.object.gmx │ ├── obj_slope_ice_l.object.gmx │ ├── obj_slope_ice_r.object.gmx │ ├── obj_slope_ice_sl.object.gmx │ ├── obj_slope_ice_sr.object.gmx │ ├── obj_slope_l.object.gmx │ ├── obj_slope_r.object.gmx │ ├── obj_slope_sl.object.gmx │ ├── obj_slope_sr.object.gmx │ ├── obj_slopeparent.object.gmx │ ├── obj_slopeplatform_l.object.gmx │ ├── obj_slopeplatform_r.object.gmx │ ├── obj_slotblock.object.gmx │ ├── obj_slotblock_manager.object.gmx │ ├── obj_smoke.object.gmx │ ├── obj_smwcheep.object.gmx │ ├── obj_smwcheep_flop.object.gmx │ ├── obj_smwcheep_v.object.gmx │ ├── obj_snifit.object.gmx │ ├── obj_snifit_b.object.gmx │ ├── obj_snifit_ball.object.gmx │ ├── obj_snifit_g.object.gmx │ ├── obj_snifit_p.object.gmx │ ├── obj_snowmaker.object.gmx │ ├── obj_solid.object.gmx │ ├── obj_sorcerer.object.gmx │ ├── obj_spike.object.gmx │ ├── obj_spike_ball.object.gmx │ ├── obj_spiketop.object.gmx │ ├── obj_spiketop_blue.object.gmx │ ├── obj_spincollision.object.gmx │ ├── obj_spinmask.object.gmx │ ├── obj_spinner.object.gmx │ ├── obj_spinsmoke.object.gmx │ ├── obj_spiny.object.gmx │ ├── obj_star.object.gmx │ ├── obj_starblock.object.gmx │ ├── obj_starcoin.object.gmx │ ├── obj_starman.object.gmx │ ├── obj_starspark.object.gmx │ ├── obj_statue.object.gmx │ ├── obj_stomp.object.gmx │ ├── obj_stomped.object.gmx │ ├── obj_stoneblock.object.gmx │ ├── obj_subconenemyparent.object.gmx │ ├── obj_sumobro.object.gmx │ ├── obj_sumobro_flame.object.gmx │ ├── obj_sumobro_lightning.object.gmx │ ├── obj_superball.object.gmx │ ├── obj_superbell.object.gmx │ ├── obj_superflower.object.gmx │ ├── obj_swim.object.gmx │ ├── obj_switchblock.object.gmx │ ├── obj_swooper.object.gmx │ ├── obj_tanookisuit.object.gmx │ ├── obj_thwimp.object.gmx │ ├── obj_thwomp.object.gmx │ ├── obj_thwomp_diagonal.object.gmx │ ├── obj_thwomp_left.object.gmx │ ├── obj_thwomp_right.object.gmx │ ├── obj_tides.object.gmx │ ├── obj_tilehider.object.gmx │ ├── obj_timedplatform.object.gmx │ ├── obj_timeup.object.gmx │ ├── obj_title.object.gmx │ ├── obj_titlemenu.object.gmx │ ├── obj_titlemenu_health.object.gmx │ ├── obj_titlemenu_key.object.gmx │ ├── obj_toad.object.gmx │ ├── obj_toad_slot.object.gmx │ ├── obj_tongue.object.gmx │ ├── obj_torpedobox.object.gmx │ ├── obj_torpedoted.object.gmx │ ├── obj_trampoline.object.gmx │ ├── obj_trampoline_p.object.gmx │ ├── obj_trampoline_p_active.object.gmx │ ├── obj_trampoline_timed.object.gmx │ ├── obj_trouter.object.gmx │ ├── obj_turnip.object.gmx │ ├── obj_turnip_bomb.object.gmx │ ├── obj_turnip_large.object.gmx │ ├── obj_turnip_mini.object.gmx │ ├── obj_turnip_out.object.gmx │ ├── obj_turnip_shell.object.gmx │ ├── obj_tweeter.object.gmx │ ├── obj_tweeter_b.object.gmx │ ├── obj_twister.object.gmx │ ├── obj_twister_bubble.object.gmx │ ├── obj_up.object.gmx │ ├── obj_urchin.object.gmx │ ├── obj_urchin_wall.object.gmx │ ├── obj_vegshroom.object.gmx │ ├── obj_vegshroom_1up.object.gmx │ ├── obj_viewblock.object.gmx │ ├── obj_vine.object.gmx │ ├── obj_volcanolotus.object.gmx │ ├── obj_voltshroom.object.gmx │ ├── obj_wallrunner.object.gmx │ ├── obj_wallspring.object.gmx │ ├── obj_walltriangle_il.object.gmx │ ├── obj_walltriangle_ir.object.gmx │ ├── obj_walltriangle_l.object.gmx │ ├── obj_walltriangle_r.object.gmx │ ├── obj_walrus.object.gmx │ ├── obj_warpbottom.object.gmx │ ├── obj_warpbranch.object.gmx │ ├── obj_warpcannon.object.gmx │ ├── obj_warpcannon_big.object.gmx │ ├── obj_warpleft.object.gmx │ ├── obj_warpmap.object.gmx │ ├── obj_warppost.object.gmx │ ├── obj_warpright.object.gmx │ ├── obj_warproom.object.gmx │ ├── obj_warptop.object.gmx │ ├── obj_waterbubble.object.gmx │ ├── obj_waterfall.object.gmx │ ├── obj_waterfall_noswim.object.gmx │ ├── obj_watertop.object.gmx │ ├── obj_weightplatform.object.gmx │ ├── obj_weightplatform_right.object.gmx │ ├── obj_wiggler.object.gmx │ ├── obj_wiggler_body.object.gmx │ ├── obj_woodblock.object.gmx │ ├── obj_wrench.object.gmx │ ├── obj_yellowring.object.gmx │ ├── obj_yoshi.object.gmx │ ├── obj_yoshi_abandon.object.gmx │ ├── obj_yoshi_fire.object.gmx │ ├── obj_yoshi_runaway.object.gmx │ ├── obj_yoshiblock.object.gmx │ └── obj_yoshiplatform.object.gmx ├── paths │ ├── pth_angrysun_swoop_l.path.gmx │ ├── pth_angrysun_swoop_r.path.gmx │ ├── pth_bubble.path.gmx │ ├── pth_bubble_v.path.gmx │ ├── pth_lava.path.gmx │ └── pth_microgoomba.path.gmx ├── rooms │ ├── rm_anniversary.room.gmx │ ├── rm_bonus.room.gmx │ ├── rm_bonus2.room.gmx │ ├── rm_bowsercastle.room.gmx │ ├── rm_bowsercastle_b.room.gmx │ ├── rm_bowsercastle_c.room.gmx │ ├── rm_bowsercastle_d.room.gmx │ ├── rm_bowsercastle_e.room.gmx │ ├── rm_bowsercastle_f.room.gmx │ ├── rm_credits.room.gmx │ ├── rm_disclaimer.room.gmx │ ├── rm_frighteningcottage.room.gmx │ ├── rm_frighteningcottage_b.room.gmx │ ├── rm_frighteningcottage_c.room.gmx │ ├── rm_frighteningcottage_d.room.gmx │ ├── rm_frighteningcottage_e.room.gmx │ ├── rm_frighteningcottage_f.room.gmx │ ├── rm_gameover.room.gmx │ ├── rm_intro.room.gmx │ ├── rm_map.room.gmx │ ├── rm_minigame_sma4_a.room.gmx │ ├── rm_minigame_smw.room.gmx │ ├── rm_pipearea.room.gmx │ ├── rm_poweruptestarea.room.gmx │ ├── rm_radiantmine.room.gmx │ ├── rm_radiantmine_b.room.gmx │ ├── rm_radiantmine_c.room.gmx │ ├── rm_radiantmine_d.room.gmx │ ├── rm_scorchingdesert.room.gmx │ ├── rm_scorchingdesert_b.room.gmx │ ├── rm_scorchingdesert_c.room.gmx │ ├── rm_subconfields.room.gmx │ ├── rm_subconfields_b.room.gmx │ ├── rm_subconfields_c.room.gmx │ ├── rm_switchpalace_b.room.gmx │ ├── rm_switchpalace_g.room.gmx │ ├── rm_switchpalace_r.room.gmx │ ├── rm_switchpalace_y.room.gmx │ ├── rm_template.room.gmx │ ├── rm_titlemenu.room.gmx │ ├── rm_waterfallcaverns.room.gmx │ ├── rm_waterfallcaverns_b.room.gmx │ ├── rm_waterfallcaverns_c.room.gmx │ ├── rm_waterfallcaverns_d.room.gmx │ ├── rm_waterfallcaverns_e.room.gmx │ ├── rm_woodenwalkway.room.gmx │ ├── rm_woodenwalkway_b.room.gmx │ └── rm_woodenwalkway_c.room.gmx ├── scripts │ ├── approach.gml │ ├── canhold.gml │ ├── canpull.gml │ ├── constant_get_sprite.gml │ ├── draw_background_tiled_horizontal_ext.gml │ ├── draw_circle_colour_precise.gml │ ├── draw_sprite_player.gml │ ├── draw_sprite_tiled_area_ext.gml │ ├── draw_text_colour_shadowed.gml │ ├── endlevel.gml │ ├── init_globals.gml │ ├── isinice.gml │ ├── key_to_string.gml │ ├── load.gml │ ├── move_contact_object.gml │ ├── outside_view.gml │ ├── pal_swap_get_pal_count.gml │ ├── pal_swap_init_system.gml │ ├── pal_swap_reset.gml │ ├── pal_swap_set.gml │ ├── palette_get.gml │ ├── player_draw_yoshi.gml │ ├── player_retrieve.gml │ ├── pswitch_activate.gml │ ├── pswitch_deactivate.gml │ ├── save.gml │ ├── scr_mario_carry.gml │ ├── scr_mario_clear.gml │ ├── scr_mario_climb.gml │ ├── scr_mario_duck.gml │ ├── scr_mario_goal.gml │ ├── scr_mario_hold.gml │ ├── scr_mario_hold2.gml │ ├── scr_mario_jump.gml │ ├── scr_mario_kick.gml │ ├── scr_mario_ride.gml │ ├── scr_mario_run.gml │ ├── scr_mario_runjump.gml │ ├── scr_mario_shoot.gml │ ├── scr_mario_skid.gml │ ├── scr_mario_slide.gml │ ├── scr_mario_somersault.gml │ ├── scr_mario_spin.gml │ ├── scr_mario_spin2.gml │ ├── scr_mario_swim.gml │ ├── scr_mario_swim2.gml │ ├── scr_mario_swim3.gml │ ├── scr_mario_walk.gml │ ├── scr_mario_walljump.gml │ ├── scr_player_behaviour.gml │ ├── scr_player_behaviour_climb.gml │ ├── scr_player_behaviour_slide.gml │ ├── scr_player_behaviour_swim.gml │ ├── scr_player_behaviour_wall.gml │ ├── set_keys.gml │ ├── sprite_get_constant.gml │ ├── sprite_make_object.gml │ ├── string_add_zeros.gml │ └── string_make_width.gml ├── shaders │ ├── shd_grayscale.shader │ └── shd_palette_swapper.shader ├── sound │ ├── audio │ │ ├── bgm_airship.ogg │ │ ├── bgm_athletic.ogg │ │ ├── bgm_bonus.ogg │ │ ├── bgm_boss.ogg │ │ ├── bgm_castle.ogg │ │ ├── bgm_credits.ogg │ │ ├── bgm_gameover.ogg │ │ ├── bgm_ghost.ogg │ │ ├── bgm_intro.ogg │ │ ├── bgm_land.ogg │ │ ├── bgm_map1.ogg │ │ ├── bgm_map2.ogg │ │ ├── bgm_minigame.ogg │ │ ├── bgm_miss.ogg │ │ ├── bgm_pswitch.ogg │ │ ├── bgm_sm1clear.ogg │ │ ├── bgm_sm2clear.ogg │ │ ├── bgm_sm3clear.ogg │ │ ├── bgm_sm3clear_b.ogg │ │ ├── bgm_sm3clear_c.ogg │ │ ├── bgm_smwclear.ogg │ │ ├── bgm_starman.ogg │ │ ├── bgm_subcon.ogg │ │ ├── bgm_title.ogg │ │ ├── bgm_underground.ogg │ │ ├── bgm_underwater.ogg │ │ ├── snd_1up.ogg │ │ ├── snd_blargg.ogg │ │ ├── snd_boo.ogg │ │ ├── snd_boo_big.ogg │ │ ├── snd_boomerang.ogg │ │ ├── snd_bossorb.ogg │ │ ├── snd_break.ogg │ │ ├── snd_bubble.ogg │ │ ├── snd_bump.ogg │ │ ├── snd_castlebreak.ogg │ │ ├── snd_cherry.ogg │ │ ├── snd_cherry2.ogg │ │ ├── snd_chest.ogg │ │ ├── snd_chestitem.ogg │ │ ├── snd_chestitemget.ogg │ │ ├── snd_climb.ogg │ │ ├── snd_coin.ogg │ │ ├── snd_collect.ogg │ │ ├── snd_correct.ogg │ │ ├── snd_count.ogg │ │ ├── snd_count2.ogg │ │ ├── snd_countend.ogg │ │ ├── snd_crumble.ogg │ │ ├── snd_crystal.ogg │ │ ├── snd_door.ogg │ │ ├── snd_drop.ogg │ │ ├── snd_engine.ogg │ │ ├── snd_enterpipe.ogg │ │ ├── snd_enterstage.ogg │ │ ├── snd_explode.ogg │ │ ├── snd_fireball.ogg │ │ ├── snd_firework.ogg │ │ ├── snd_flagpole.ogg │ │ ├── snd_flames.ogg │ │ ├── snd_freeze.ogg │ │ ├── snd_frog.ogg │ │ ├── snd_goal.ogg │ │ ├── snd_goalend.ogg │ │ ├── snd_hammer.ogg │ │ ├── snd_hatch.ogg │ │ ├── snd_hawkmouth.ogg │ │ ├── snd_hawkmouth_close.ogg │ │ ├── snd_hurry.ogg │ │ ├── snd_hurt.ogg │ │ ├── snd_iceball.ogg │ │ ├── snd_inventory.ogg │ │ ├── snd_jump.ogg │ │ ├── snd_key.ogg │ │ ├── snd_kick.ogg │ │ ├── snd_kick2.ogg │ │ ├── snd_kick3.ogg │ │ ├── snd_kick4.ogg │ │ ├── snd_kick5.ogg │ │ ├── snd_kick6.ogg │ │ ├── snd_kick7.ogg │ │ ├── snd_kick8.ogg │ │ ├── snd_lightning.ogg │ │ ├── snd_message.ogg │ │ ├── snd_move.ogg │ │ ├── snd_noteblock.ogg │ │ ├── snd_noteblock_b.ogg │ │ ├── snd_openpath.ogg │ │ ├── snd_pause.ogg │ │ ├── snd_pickup.ogg │ │ ├── snd_pmeter.ogg │ │ ├── snd_podoboo.ogg │ │ ├── snd_pop.ogg │ │ ├── snd_powerlost.ogg │ │ ├── snd_powerup.ogg │ │ ├── snd_rain.ogg │ │ ├── snd_redcoin.ogg │ │ ├── snd_redcoin2.ogg │ │ ├── snd_redcoin3.ogg │ │ ├── snd_redcoin4.ogg │ │ ├── snd_redcoin5.ogg │ │ ├── snd_redcoin6.ogg │ │ ├── snd_redcoin7.ogg │ │ ├── snd_redcoin8.ogg │ │ ├── snd_reserve.ogg │ │ ├── snd_ring.ogg │ │ ├── snd_rocket.ogg │ │ ├── snd_rocket2.ogg │ │ ├── snd_save.ogg │ │ ├── snd_scatter.ogg │ │ ├── snd_scatter2.ogg │ │ ├── snd_scratch.ogg │ │ ├── snd_shatter.ogg │ │ ├── snd_skid.ogg │ │ ├── snd_spin.ogg │ │ ├── snd_spinstomp.ogg │ │ ├── snd_sprout.ogg │ │ ├── snd_starcoin2.ogg │ │ ├── snd_stomp.ogg │ │ ├── snd_stomp2.ogg │ │ ├── snd_superball.ogg │ │ ├── snd_swim.ogg │ │ ├── snd_switch.ogg │ │ ├── snd_switchtimer.ogg │ │ ├── snd_switchtimer_end.ogg │ │ ├── snd_swooper.ogg │ │ ├── snd_throw.ogg │ │ ├── snd_thwomp.ogg │ │ ├── snd_timer.ogg │ │ ├── snd_timer_end.ogg │ │ ├── snd_trampoline.ogg │ │ ├── snd_transform.ogg │ │ ├── snd_vinesprout.ogg │ │ ├── snd_warning.ogg │ │ ├── snd_warp.ogg │ │ ├── snd_whistle.ogg │ │ ├── snd_wrong.ogg │ │ ├── snd_yoshi.ogg │ │ ├── snd_yoshi_eat.ogg │ │ ├── snd_yoshi_hover.ogg │ │ ├── snd_yoshi_hurt.ogg │ │ ├── snd_yoshi_lick.ogg │ │ └── snd_yoshi_spit.ogg │ ├── bgm_airship.sound.gmx │ ├── bgm_athletic.sound.gmx │ ├── bgm_bonus.sound.gmx │ ├── bgm_boss.sound.gmx │ ├── bgm_castle.sound.gmx │ ├── bgm_credits.sound.gmx │ ├── bgm_gameover.sound.gmx │ ├── bgm_ghost.sound.gmx │ ├── bgm_intro.sound.gmx │ ├── bgm_land.sound.gmx │ ├── bgm_map1.sound.gmx │ ├── bgm_map2.sound.gmx │ ├── bgm_minigame.sound.gmx │ ├── bgm_miss.sound.gmx │ ├── bgm_pswitch.sound.gmx │ ├── bgm_sm1clear.sound.gmx │ ├── bgm_sm2clear.sound.gmx │ ├── bgm_sm3clear.sound.gmx │ ├── bgm_sm3clear_b.sound.gmx │ ├── bgm_sm3clear_c.sound.gmx │ ├── bgm_smwclear.sound.gmx │ ├── bgm_starman.sound.gmx │ ├── bgm_subcon.sound.gmx │ ├── bgm_title.sound.gmx │ ├── bgm_underground.sound.gmx │ ├── bgm_underwater.sound.gmx │ ├── snd_1up.sound.gmx │ ├── snd_blargg.sound.gmx │ ├── snd_boo.sound.gmx │ ├── snd_boo_big.sound.gmx │ ├── snd_boomerang.sound.gmx │ ├── snd_bossorb.sound.gmx │ ├── snd_break.sound.gmx │ ├── snd_bubble.sound.gmx │ ├── snd_bump.sound.gmx │ ├── snd_castlebreak.sound.gmx │ ├── snd_cherry.sound.gmx │ ├── snd_cherry2.sound.gmx │ ├── snd_chest.sound.gmx │ ├── snd_chestitem.sound.gmx │ ├── snd_chestitemget.sound.gmx │ ├── snd_climb.sound.gmx │ ├── snd_coin.sound.gmx │ ├── snd_collect.sound.gmx │ ├── snd_correct.sound.gmx │ ├── snd_count.sound.gmx │ ├── snd_count2.sound.gmx │ ├── snd_countend.sound.gmx │ ├── snd_crumble.sound.gmx │ ├── snd_crystal.sound.gmx │ ├── snd_door.sound.gmx │ ├── snd_drop.sound.gmx │ ├── snd_engine.sound.gmx │ ├── snd_enterpipe.sound.gmx │ ├── snd_enterstage.sound.gmx │ ├── snd_explode.sound.gmx │ ├── snd_fireball.sound.gmx │ ├── snd_firework.sound.gmx │ ├── snd_flagpole.sound.gmx │ ├── snd_flames.sound.gmx │ ├── snd_freeze.sound.gmx │ ├── snd_frog.sound.gmx │ ├── snd_goal.sound.gmx │ ├── snd_goalend.sound.gmx │ ├── snd_hammer.sound.gmx │ ├── snd_hatch.sound.gmx │ ├── snd_hawkmouth.sound.gmx │ ├── snd_hawkmouth_close.sound.gmx │ ├── snd_hurry.sound.gmx │ ├── snd_hurt.sound.gmx │ ├── snd_iceball.sound.gmx │ ├── snd_inventory.sound.gmx │ ├── snd_jump.sound.gmx │ ├── snd_key.sound.gmx │ ├── snd_kick.sound.gmx │ ├── snd_kick2.sound.gmx │ ├── snd_kick3.sound.gmx │ ├── snd_kick4.sound.gmx │ ├── snd_kick5.sound.gmx │ ├── snd_kick6.sound.gmx │ ├── snd_kick7.sound.gmx │ ├── snd_kick8.sound.gmx │ ├── snd_lightning.sound.gmx │ ├── snd_message.sound.gmx │ ├── snd_move.sound.gmx │ ├── snd_noteblock.sound.gmx │ ├── snd_noteblock_b.sound.gmx │ ├── snd_openpath.sound.gmx │ ├── snd_pause.sound.gmx │ ├── snd_pickup.sound.gmx │ ├── snd_pmeter.sound.gmx │ ├── snd_podoboo.sound.gmx │ ├── snd_pop.sound.gmx │ ├── snd_powerlost.sound.gmx │ ├── snd_powerup.sound.gmx │ ├── snd_rain.sound.gmx │ ├── snd_redcoin.sound.gmx │ ├── snd_redcoin2.sound.gmx │ ├── snd_redcoin3.sound.gmx │ ├── snd_redcoin4.sound.gmx │ ├── snd_redcoin5.sound.gmx │ ├── snd_redcoin6.sound.gmx │ ├── snd_redcoin7.sound.gmx │ ├── snd_redcoin8.sound.gmx │ ├── snd_reserve.sound.gmx │ ├── snd_ring.sound.gmx │ ├── snd_rocket.sound.gmx │ ├── snd_rocket2.sound.gmx │ ├── snd_save.sound.gmx │ ├── snd_scatter.sound.gmx │ ├── snd_scatter2.sound.gmx │ ├── snd_scratch.sound.gmx │ ├── snd_shatter.sound.gmx │ ├── snd_skid.sound.gmx │ ├── snd_spin.sound.gmx │ ├── snd_spinstomp.sound.gmx │ ├── snd_sprout.sound.gmx │ ├── snd_stomp.sound.gmx │ ├── snd_stomp2.sound.gmx │ ├── snd_superball.sound.gmx │ ├── snd_swim.sound.gmx │ ├── snd_switch.sound.gmx │ ├── snd_switchtimer.sound.gmx │ ├── snd_switchtimer_end.sound.gmx │ ├── snd_swooper.sound.gmx │ ├── snd_throw.sound.gmx │ ├── snd_thwomp.sound.gmx │ ├── snd_timer.sound.gmx │ ├── snd_timer_end.sound.gmx │ ├── snd_trampoline.sound.gmx │ ├── snd_transform.sound.gmx │ ├── snd_vinesprout.sound.gmx │ ├── snd_warning.sound.gmx │ ├── snd_warp.sound.gmx │ ├── snd_whistle.sound.gmx │ ├── snd_wrong.sound.gmx │ ├── snd_yoshi.sound.gmx │ ├── snd_yoshi_eat.sound.gmx │ ├── snd_yoshi_hover.sound.gmx │ ├── snd_yoshi_hurt.sound.gmx │ ├── snd_yoshi_lick.sound.gmx │ └── snd_yoshi_spit.sound.gmx ├── spr_smoke_16_strip4.png ├── sprites │ ├── images │ │ ├── spr_1000pts_0.png │ │ ├── spr_100pts_0.png │ │ ├── spr_10pts_0.png │ │ ├── spr_10sec_0.png │ │ ├── spr_10sec_1.png │ │ ├── spr_1up_0.png │ │ ├── spr_1up_h1_0.png │ │ ├── spr_1up_h2_0.png │ │ ├── spr_1up_h3_0.png │ │ ├── spr_1up_h4_0.png │ │ ├── spr_1uph_0.png │ │ ├── spr_1uppts_0.png │ │ ├── spr_1uppts_1.png │ │ ├── spr_2000pts_0.png │ │ ├── spr_200pts_0.png │ │ ├── spr_20sec_0.png │ │ ├── spr_24mask_0.png │ │ ├── spr_2uppts_0.png │ │ ├── spr_2uppts_1.png │ │ ├── spr_32mask_0.png │ │ ├── spr_3upmoon_0.png │ │ ├── spr_3uppts_0.png │ │ ├── spr_3uppts_1.png │ │ ├── spr_4000pts_0.png │ │ ├── spr_400pts_0.png │ │ ├── spr_50sec_0.png │ │ ├── spr_8000pts_0.png │ │ ├── spr_800pts_0.png │ │ ├── spr_accordion_0.png │ │ ├── spr_acecoin_0.png │ │ ├── spr_acecoin_1.png │ │ ├── spr_acecoin_2.png │ │ ├── spr_acecoin_3.png │ │ ├── spr_afhb_0.png │ │ ├── spr_afhb_platform_0.png │ │ ├── spr_afhb_platform_1.png │ │ ├── spr_afhb_platform_2.png │ │ ├── spr_afhb_platform_3.png │ │ ├── spr_angrysun_0.png │ │ ├── spr_angrysun_1.png │ │ ├── spr_angrysun_2.png │ │ ├── spr_area_b_0.png │ │ ├── spr_area_b_1.png │ │ ├── spr_area_g_0.png │ │ ├── spr_area_g_1.png │ │ ├── spr_area_r_0.png │ │ ├── spr_area_r_1.png │ │ ├── spr_area_y_0.png │ │ ├── spr_area_y_1.png │ │ ├── spr_arrowblock_0.png │ │ ├── spr_arrowblock_1.png │ │ ├── spr_arrowblock_2.png │ │ ├── spr_arrowblock_3.png │ │ ├── spr_arrowblock_left_0.png │ │ ├── spr_arrowblock_left_1.png │ │ ├── spr_arrowblock_left_2.png │ │ ├── spr_arrowblock_left_3.png │ │ ├── spr_arrowblock_reset_0.png │ │ ├── spr_arrowblock_right_0.png │ │ ├── spr_arrowblock_right_1.png │ │ ├── spr_arrowblock_right_2.png │ │ ├── spr_arrowblock_right_3.png │ │ ├── spr_arrowplatform_0.png │ │ ├── spr_arrowplatform_1.png │ │ ├── spr_arrowplatform_2.png │ │ ├── spr_arrowplatform_3.png │ │ ├── spr_arrowplatform_4.png │ │ ├── spr_arrowplatform_5.png │ │ ├── spr_arrowplatform_6.png │ │ ├── spr_arrowplatform_7.png │ │ ├── spr_autobomb_0.png │ │ ├── spr_autobomb_1.png │ │ ├── spr_autobomb_fire_0.png │ │ ├── spr_autobomb_fire_1.png │ │ ├── spr_baburushoe_0.png │ │ ├── spr_baburushoe_1.png │ │ ├── spr_balanceplatform_0.png │ │ ├── spr_balanceplatform_segment_0.png │ │ ├── spr_ballnchain_0.png │ │ ├── spr_ballnchain_1.png │ │ ├── spr_banzaibill_0.png │ │ ├── spr_banzaiblaster_0.png │ │ ├── spr_barrel_0.png │ │ ├── spr_barrel_roll_0.png │ │ ├── spr_barrel_roll_1.png │ │ ├── spr_barrel_roll_2.png │ │ ├── spr_barrel_roll_3.png │ │ ├── spr_barrel_spin_0.png │ │ ├── spr_barrel_tnt_0.png │ │ ├── spr_barrel_tnt_roll_0.png │ │ ├── spr_barrel_tnt_roll_1.png │ │ ├── spr_barrel_tnt_roll_2.png │ │ ├── spr_barrel_tnt_roll_3.png │ │ ├── spr_barrel_tnt_up_0.png │ │ ├── spr_barrel_up_0.png │ │ ├── spr_barrel_up_1.png │ │ ├── spr_barrel_up_2.png │ │ ├── spr_barrel_up_3.png │ │ ├── spr_barrel_up_4.png │ │ ├── spr_basket_0.png │ │ ├── spr_basket_1.png │ │ ├── spr_basket_2.png │ │ ├── spr_basket_shard_0.png │ │ ├── spr_basket_up_0.png │ │ ├── spr_basket_up_1.png │ │ ├── spr_basket_up_2.png │ │ ├── spr_basket_up_3.png │ │ ├── spr_basketmask_0.png │ │ ├── spr_beachkoopa_0.png │ │ ├── spr_beachkoopa_1.png │ │ ├── spr_beachkoopa_blue_0.png │ │ ├── spr_beachkoopa_blue_kick_0.png │ │ ├── spr_beachkoopa_blue_walk_0.png │ │ ├── spr_beachkoopa_blue_walk_1.png │ │ ├── spr_beachkoopa_walk_0.png │ │ ├── spr_beachkoopa_walk_1.png │ │ ├── spr_beanstalk_0.png │ │ ├── spr_beanstalk_1.png │ │ ├── spr_beeshroom_0.png │ │ ├── spr_beezo_0.png │ │ ├── spr_beezo_1.png │ │ ├── spr_beezo_red_0.png │ │ ├── spr_beezo_red_1.png │ │ ├── spr_berry_0.png │ │ ├── spr_berry_1.png │ │ ├── spr_berry_2.png │ │ ├── spr_berry_3.png │ │ ├── spr_berry_g_0.png │ │ ├── spr_berry_g_1.png │ │ ├── spr_berry_g_2.png │ │ ├── spr_berry_g_3.png │ │ ├── spr_bigbrick_0.png │ │ ├── spr_bigmask_0.png │ │ ├── spr_bigparabeetle_0.png │ │ ├── spr_bigparabeetle_1.png │ │ ├── spr_bigparabeetle_2.png │ │ ├── spr_bigparabeetle_3.png │ │ ├── spr_bigplant_0.png │ │ ├── spr_bigplant_1.png │ │ ├── spr_billy_0.png │ │ ├── spr_billy_1.png │ │ ├── spr_billygun_0.png │ │ ├── spr_billygun_1.png │ │ ├── spr_billygun_2.png │ │ ├── spr_billygun_3.png │ │ ├── spr_blargg_0.png │ │ ├── spr_blargg_1.png │ │ ├── spr_blargg_look_0.png │ │ ├── spr_blargg_look_1.png │ │ ├── spr_blocktrain_0.png │ │ ├── spr_blocktrain_1.png │ │ ├── spr_blooper_0.png │ │ ├── spr_blooper_1.png │ │ ├── spr_bluebrick_0.png │ │ ├── spr_bluebrick_1.png │ │ ├── spr_bluebrick_2.png │ │ ├── spr_bluebrick_3.png │ │ ├── spr_bluebrick_th_0.png │ │ ├── spr_bluebrick_th_1.png │ │ ├── spr_bluebrick_th_2.png │ │ ├── spr_bluebrick_th_3.png │ │ ├── spr_blueshell_0.png │ │ ├── spr_blurp_0.png │ │ ├── spr_blurp_1.png │ │ ├── spr_bobomb_0.png │ │ ├── spr_bobomb_1.png │ │ ├── spr_bobomb_2.png │ │ ├── spr_bobomb_3.png │ │ ├── spr_bobomb_bomb_0.png │ │ ├── spr_bobomb_bomb_1.png │ │ ├── spr_bobomb_bomb_2.png │ │ ├── spr_bobomb_bomb_3.png │ │ ├── spr_bobomb_bomb_th_0.png │ │ ├── spr_bobomb_bomb_th_1.png │ │ ├── spr_bobomb_bomb_th_2.png │ │ ├── spr_bobomb_bomb_th_3.png │ │ ├── spr_bobomb_parachute_0.png │ │ ├── spr_bobomb_parachute_1.png │ │ ├── spr_bobomb_parachute_10.png │ │ ├── spr_bobomb_parachute_11.png │ │ ├── spr_bobomb_parachute_12.png │ │ ├── spr_bobomb_parachute_13.png │ │ ├── spr_bobomb_parachute_14.png │ │ ├── spr_bobomb_parachute_15.png │ │ ├── spr_bobomb_parachute_2.png │ │ ├── spr_bobomb_parachute_3.png │ │ ├── spr_bobomb_parachute_4.png │ │ ├── spr_bobomb_parachute_5.png │ │ ├── spr_bobomb_parachute_6.png │ │ ├── spr_bobomb_parachute_7.png │ │ ├── spr_bobomb_parachute_8.png │ │ ├── spr_bobomb_parachute_9.png │ │ ├── spr_bobomb_parachute_land_0.png │ │ ├── spr_bobomb_parachute_land_1.png │ │ ├── spr_bolt_0.png │ │ ├── spr_bolt_1.png │ │ ├── spr_boltlift_0.png │ │ ├── spr_boltlift_1.png │ │ ├── spr_boltlift_2.png │ │ ├── spr_boltlift_3.png │ │ ├── spr_boltspark_0.png │ │ ├── spr_boltspark_1.png │ │ ├── spr_boltspark_2.png │ │ ├── spr_boltspark_3.png │ │ ├── spr_bombguy_0.png │ │ ├── spr_bombguy_1.png │ │ ├── spr_bombguy_th_0.png │ │ ├── spr_bombguy_th_1.png │ │ ├── spr_bombguy_th_2.png │ │ ├── spr_bombguy_th_3.png │ │ ├── spr_bombshroom_0.png │ │ ├── spr_bonybeetle_0.png │ │ ├── spr_bonybeetle_1.png │ │ ├── spr_bonybeetle_crumble_0.png │ │ ├── spr_bonybeetle_crumble_1.png │ │ ├── spr_bonybeetle_hide_0.png │ │ ├── spr_bonybeetle_hide_1.png │ │ ├── spr_boo_0.png │ │ ├── spr_boo_1.png │ │ ├── spr_boo_2.png │ │ ├── spr_boo_3.png │ │ ├── spr_boo_4.png │ │ ├── spr_boo_5.png │ │ ├── spr_boo_block_0.png │ │ ├── spr_boo_block_1.png │ │ ├── spr_boo_block_2.png │ │ ├── spr_boo_large_0.png │ │ ├── spr_boo_large_1.png │ │ ├── spr_boo_large_turn_0.png │ │ ├── spr_boo_large_turn_1.png │ │ ├── spr_boo_large_turn_2.png │ │ ├── spr_boo_large_turn_3.png │ │ ├── spr_boo_stretch_0.png │ │ ├── spr_boo_stretch_1.png │ │ ├── spr_boo_stretch_2.png │ │ ├── spr_boo_stretch_3.png │ │ ├── spr_boo_stretch_4.png │ │ ├── spr_boo_stretch_5.png │ │ ├── spr_boo_stretch_6.png │ │ ├── spr_boo_stretch_7.png │ │ ├── spr_boo_stretch_b_0.png │ │ ├── spr_boo_stretch_b_1.png │ │ ├── spr_boo_stretch_b_2.png │ │ ├── spr_boo_stretch_b_3.png │ │ ├── spr_boo_stretch_b_4.png │ │ ├── spr_boo_stretch_b_5.png │ │ ├── spr_boo_stretch_b_6.png │ │ ├── spr_boo_stretch_b_7.png │ │ ├── spr_boomboom2_0.png │ │ ├── spr_boomboom2_1.png │ │ ├── spr_boomboom2_2.png │ │ ├── spr_boomboom_0.png │ │ ├── spr_boomboom_1.png │ │ ├── spr_boomboom_10.png │ │ ├── spr_boomboom_11.png │ │ ├── spr_boomboom_2.png │ │ ├── spr_boomboom_3.png │ │ ├── spr_boomboom_4.png │ │ ├── spr_boomboom_5.png │ │ ├── spr_boomboom_6.png │ │ ├── spr_boomboom_7.png │ │ ├── spr_boomboom_8.png │ │ ├── spr_boomboom_9.png │ │ ├── spr_boomboom_dead_0.png │ │ ├── spr_boomboom_dead_1.png │ │ ├── spr_boomboom_dead_2.png │ │ ├── spr_boomboom_dead_3.png │ │ ├── spr_boomboom_dead_4.png │ │ ├── spr_boomboom_dead_5.png │ │ ├── spr_boomboom_dead_6.png │ │ ├── spr_boomboom_dead_7.png │ │ ├── spr_boomboom_sq_0.png │ │ ├── spr_boomboom_sq_1.png │ │ ├── spr_boomerang_0.png │ │ ├── spr_boomerang_1.png │ │ ├── spr_boomerang_2.png │ │ ├── spr_boomerang_3.png │ │ ├── spr_boomerang_blue_0.png │ │ ├── spr_boomerang_blue_1.png │ │ ├── spr_boomerang_blue_2.png │ │ ├── spr_boomerang_blue_3.png │ │ ├── spr_boomerangbro_0.png │ │ ├── spr_boomerangbro_1.png │ │ ├── spr_boomerangbro_b_0.png │ │ ├── spr_boomerangbro_b_1.png │ │ ├── spr_boomerangbro_boomerang_0.png │ │ ├── spr_boomerangbro_boomerang_1.png │ │ ├── spr_boomerangbro_boomerang_2.png │ │ ├── spr_boomerangbro_boomerang_3.png │ │ ├── spr_boomerangbro_boomerang_blue_0.png │ │ ├── spr_boomerangbro_boomerang_blue_1.png │ │ ├── spr_boomerangbro_boomerang_blue_2.png │ │ ├── spr_boomerangbro_boomerang_blue_3.png │ │ ├── spr_boomerangbro_c_0.png │ │ ├── spr_boomerangbro_c_1.png │ │ ├── spr_boomerangbro_d_0.png │ │ ├── spr_boomerangbro_d_1.png │ │ ├── spr_boomerangbro_d_2.png │ │ ├── spr_boomerangflower_0.png │ │ ├── spr_bossbass_0.png │ │ ├── spr_bossbass_1.png │ │ ├── spr_bossbass_cheep_0.png │ │ ├── spr_bossbass_cheep_1.png │ │ ├── spr_bossbass_jump_0.png │ │ ├── spr_bossbass_jump_1.png │ │ ├── spr_bossdoor_0.png │ │ ├── spr_bossdoor_1.png │ │ ├── spr_bossdoor_2.png │ │ ├── spr_bossdoor_3.png │ │ ├── spr_bossorb_0.png │ │ ├── spr_bottommarker_0.png │ │ ├── spr_bowserstatue_0.png │ │ ├── spr_bowserstatue_fire_0.png │ │ ├── spr_bowserstatue_fire_1.png │ │ ├── spr_bowserstatue_gold_0.png │ │ ├── spr_bowserstatue_gold_1.png │ │ ├── spr_brick_0.png │ │ ├── spr_brick_1.png │ │ ├── spr_brick_2.png │ │ ├── spr_brick_3.png │ │ ├── spr_brickgoomba_0.png │ │ ├── spr_brickgoomba_1.png │ │ ├── spr_brickgoomba_2.png │ │ ├── spr_brickgoomba_3.png │ │ ├── spr_brickgoomba_4.png │ │ ├── spr_bubble_0.png │ │ ├── spr_bubble_1.png │ │ ├── spr_bubble_2.png │ │ ├── spr_bulletbill_0.png │ │ ├── spr_bulletbill_1.png │ │ ├── spr_bulletbill_2.png │ │ ├── spr_bulletbill_3.png │ │ ├── spr_bulletbill_4.png │ │ ├── spr_bulletbill_5.png │ │ ├── spr_bulletbill_6.png │ │ ├── spr_bulletbill_7.png │ │ ├── spr_bumper_0.png │ │ ├── spr_bumper_1.png │ │ ├── spr_bumper_2.png │ │ ├── spr_busterbeetle_0.png │ │ ├── spr_busterbeetle_1.png │ │ ├── spr_busterbeetle_hold_0.png │ │ ├── spr_buzzybeetle_0.png │ │ ├── spr_buzzybeetle_1.png │ │ ├── spr_cannon_0.png │ │ ├── spr_cannon_1.png │ │ ├── spr_cannon_10.png │ │ ├── spr_cannon_11.png │ │ ├── spr_cannon_2.png │ │ ├── spr_cannon_3.png │ │ ├── spr_cannon_4.png │ │ ├── spr_cannon_5.png │ │ ├── spr_cannon_6.png │ │ ├── spr_cannon_7.png │ │ ├── spr_cannon_8.png │ │ ├── spr_cannon_9.png │ │ ├── spr_cannon_quad_0.png │ │ ├── spr_cannon_quad_1.png │ │ ├── spr_cannon_side_0.png │ │ ├── spr_cannon_side_1.png │ │ ├── spr_cannonball_0.png │ │ ├── spr_cannonball_large_0.png │ │ ├── spr_cannonball_spike_0.png │ │ ├── spr_cannonball_spike_1.png │ │ ├── spr_cardpts_0.png │ │ ├── spr_cardpts_1.png │ │ ├── spr_cardpts_2.png │ │ ├── spr_cardpts_3.png │ │ ├── spr_carrot_0.png │ │ ├── spr_carrotlift_0.png │ │ ├── spr_carrotlift_1.png │ │ ├── spr_carrotlift_32x_0.png │ │ ├── spr_carrotlift_32x_1.png │ │ ├── spr_castlesmoke_0.png │ │ ├── spr_castlesmoke_1.png │ │ ├── spr_castlesmoke_2.png │ │ ├── spr_castlesmoke_3.png │ │ ├── spr_chainchomp_0.png │ │ ├── spr_chainchomp_1.png │ │ ├── spr_chainchomp_chain_0.png │ │ ├── spr_chainchomp_chainpost_0.png │ │ ├── spr_charginchuck_0.png │ │ ├── spr_charginchuck_damage_0.png │ │ ├── spr_charginchuck_damage_1.png │ │ ├── spr_charginchuck_damage_10.png │ │ ├── spr_charginchuck_damage_11.png │ │ ├── spr_charginchuck_damage_12.png │ │ ├── spr_charginchuck_damage_2.png │ │ ├── spr_charginchuck_damage_3.png │ │ ├── spr_charginchuck_damage_4.png │ │ ├── spr_charginchuck_damage_5.png │ │ ├── spr_charginchuck_damage_6.png │ │ ├── spr_charginchuck_damage_7.png │ │ ├── spr_charginchuck_damage_8.png │ │ ├── spr_charginchuck_damage_9.png │ │ ├── spr_charginchuck_jump_0.png │ │ ├── spr_charginchuck_jump_1.png │ │ ├── spr_charginchuck_walk_0.png │ │ ├── spr_charginchuck_walk_1.png │ │ ├── spr_checkpoint_0.png │ │ ├── spr_checkpoint_flag_0.png │ │ ├── spr_checkpoint_flag_m_0.png │ │ ├── spr_cheepcheep_0.png │ │ ├── spr_cheepcheep_1.png │ │ ├── spr_cheepcheep_green_0.png │ │ ├── spr_cheepcheep_green_1.png │ │ ├── spr_cheepcheep_spiked_0.png │ │ ├── spr_cheepcheep_spiked_1.png │ │ ├── spr_cherry_0.png │ │ ├── spr_cherry_1.png │ │ ├── spr_cherry_2.png │ │ ├── spr_cherry_3.png │ │ ├── spr_cherry_4.png │ │ ├── spr_cherry_5.png │ │ ├── spr_cherry_get_0.png │ │ ├── spr_chest2_0.png │ │ ├── spr_chest2_1.png │ │ ├── spr_chest_0.png │ │ ├── spr_chest_1.png │ │ ├── spr_cinder_0.png │ │ ├── spr_cinder_1.png │ │ ├── spr_cinder_2.png │ │ ├── spr_cobrat_0.png │ │ ├── spr_cobrat_1.png │ │ ├── spr_cobrat_jump_0.png │ │ ├── spr_coin2_0.png │ │ ├── spr_coin2_1.png │ │ ├── spr_coin2_2.png │ │ ├── spr_coin2_3.png │ │ ├── spr_coin3_0.png │ │ ├── spr_coin3_1.png │ │ ├── spr_coin3_2.png │ │ ├── spr_coin3_3.png │ │ ├── spr_coin_0.png │ │ ├── spr_coin_1.png │ │ ├── spr_coin_2.png │ │ ├── spr_coin_3.png │ │ ├── spr_coinpts_0.png │ │ ├── spr_coinpts_1.png │ │ ├── spr_coinpts_2.png │ │ ├── spr_coinpts_3.png │ │ ├── spr_coinpts_4.png │ │ ├── spr_coinpts_5.png │ │ ├── spr_coinpts_6.png │ │ ├── spr_coinpts_7.png │ │ ├── spr_coinpts_8.png │ │ ├── spr_coinpts_9.png │ │ ├── spr_conveyor_0.png │ │ ├── spr_conveyor_1.png │ │ ├── spr_conveyor_2.png │ │ ├── spr_conveyor_3.png │ │ ├── spr_crusher_0.png │ │ ├── spr_crystal_0.png │ │ ├── spr_crystal_1.png │ │ ├── spr_crystal_2.png │ │ ├── spr_crystal_3.png │ │ ├── spr_crystal_4.png │ │ ├── spr_crystal_5.png │ │ ├── spr_crystal_6.png │ │ ├── spr_crystal_7.png │ │ ├── spr_crystal_red_0.png │ │ ├── spr_crystal_red_1.png │ │ ├── spr_crystal_red_2.png │ │ ├── spr_crystal_red_3.png │ │ ├── spr_crystal_red_4.png │ │ ├── spr_crystal_red_5.png │ │ ├── spr_crystal_red_6.png │ │ ├── spr_crystal_red_7.png │ │ ├── spr_cslope_l_0.png │ │ ├── spr_cslope_r_0.png │ │ ├── spr_cslope_sl_0.png │ │ ├── spr_cslope_sr_0.png │ │ ├── spr_cursor_0.png │ │ ├── spr_dashmask_0.png │ │ ├── spr_dashmask_1.png │ │ ├── spr_dialog_0.png │ │ ├── spr_dialog_continue_0.png │ │ ├── spr_dialog_continue_1.png │ │ ├── spr_dialog_continue_2.png │ │ ├── spr_dialog_continue_3.png │ │ ├── spr_dialog_end_0.png │ │ ├── spr_dialog_end_1.png │ │ ├── spr_dialog_end_2.png │ │ ├── spr_dialog_end_3.png │ │ ├── spr_digsand_0.png │ │ ├── spr_digsand_1.png │ │ ├── spr_digsand_2.png │ │ ├── spr_digsand_3.png │ │ ├── spr_digtile_0.png │ │ ├── spr_dinoflame_0.png │ │ ├── spr_dinoflame_1.png │ │ ├── spr_dinoflame_st_0.png │ │ ├── spr_dinoflame_st_1.png │ │ ├── spr_dinoflame_st_2.png │ │ ├── spr_dinoflame_st_3.png │ │ ├── spr_dinoflame_st_4.png │ │ ├── spr_dinoflame_st_5.png │ │ ├── spr_dinoflame_st_6.png │ │ ├── spr_dinoflame_st_7.png │ │ ├── spr_dinorhino_0.png │ │ ├── spr_dinorhino_1.png │ │ ├── spr_dinotorch_0.png │ │ ├── spr_dinotorch_1.png │ │ ├── spr_dinotorch_blow_0.png │ │ ├── spr_dinotorch_blow_1.png │ │ ├── spr_dinotorch_sq_0.png │ │ ├── spr_discoball_0.png │ │ ├── spr_discoball_1.png │ │ ├── spr_discoball_2.png │ │ ├── spr_discoball_3.png │ │ ├── spr_discoball_4.png │ │ ├── spr_discoball_5.png │ │ ├── spr_discoball_6.png │ │ ├── spr_discoball_7.png │ │ ├── spr_discoblock_0.png │ │ ├── spr_discoblock_1.png │ │ ├── spr_discoblock_2.png │ │ ├── spr_discoblock_3.png │ │ ├── spr_dolphin_0.png │ │ ├── spr_dolphin_1.png │ │ ├── spr_dolphin_jump_0.png │ │ ├── spr_dolphin_jump_1.png │ │ ├── spr_donut_0.png │ │ ├── spr_donut_1.png │ │ ├── spr_donut_2.png │ │ ├── spr_donut_3.png │ │ ├── spr_donut_4.png │ │ ├── spr_donut_red_0.png │ │ ├── spr_donut_red_1.png │ │ ├── spr_donut_red_2.png │ │ ├── spr_donut_red_3.png │ │ ├── spr_donut_red_4.png │ │ ├── spr_donut_triple_0.png │ │ ├── spr_donut_triple_1.png │ │ ├── spr_donut_triple_2.png │ │ ├── spr_donut_triple_3.png │ │ ├── spr_donut_triple_4.png │ │ ├── spr_donut_triple_red_0.png │ │ ├── spr_donut_triple_red_1.png │ │ ├── spr_donut_triple_red_2.png │ │ ├── spr_donut_triple_red_3.png │ │ ├── spr_donut_triple_red_4.png │ │ ├── spr_door_0.png │ │ ├── spr_door_1.png │ │ ├── spr_door_2.png │ │ ├── spr_door_3.png │ │ ├── spr_door_4.png │ │ ├── spr_door_5.png │ │ ├── spr_door_block_0.png │ │ ├── spr_door_inside_0.png │ │ ├── spr_door_key_0.png │ │ ├── spr_door_key_1.png │ │ ├── spr_door_key_2.png │ │ ├── spr_door_key_3.png │ │ ├── spr_door_key_4.png │ │ ├── spr_door_key_5.png │ │ ├── spr_door_key_6.png │ │ ├── spr_door_key_7.png │ │ ├── spr_door_key_8.png │ │ ├── spr_door_key_9.png │ │ ├── spr_door_lock_0.png │ │ ├── spr_dossunshoe_0.png │ │ ├── spr_dossunshoe_1.png │ │ ├── spr_down_0.png │ │ ├── spr_drybones_0.png │ │ ├── spr_drybones_1.png │ │ ├── spr_drybones_crumble_0.png │ │ ├── spr_drybones_crumble_1.png │ │ ├── spr_eblock_0.png │ │ ├── spr_eerie_0.png │ │ ├── spr_eerie_1.png │ │ ├── spr_egg_0.png │ │ ├── spr_egg_1.png │ │ ├── spr_egg_b_0.png │ │ ├── spr_egg_b_1.png │ │ ├── spr_egg_bits_0.png │ │ ├── spr_egg_bits_1.png │ │ ├── spr_egg_bits_2.png │ │ ├── spr_egg_bits_3.png │ │ ├── spr_egg_p_0.png │ │ ├── spr_egg_p_1.png │ │ ├── spr_egg_r_0.png │ │ ├── spr_egg_r_1.png │ │ ├── spr_egg_t_0.png │ │ ├── spr_egg_t_1.png │ │ ├── spr_egg_y_0.png │ │ ├── spr_egg_y_1.png │ │ ├── spr_engine_0.png │ │ ├── spr_engine_1.png │ │ ├── spr_engine_alt_0.png │ │ ├── spr_engine_st_0.png │ │ ├── spr_engine_st_1.png │ │ ├── spr_engine_st_2.png │ │ ├── spr_engine_st_3.png │ │ ├── spr_eoutline_0.png │ │ ├── spr_eoutline_1.png │ │ ├── spr_eoutline_2.png │ │ ├── spr_eoutline_3.png │ │ ├── spr_eswitchblock_0.png │ │ ├── spr_eswitchblock_1.png │ │ ├── spr_explosionmask_0.png │ │ ├── spr_ferrisplatform_0.png │ │ ├── spr_ferrisplatform_segment_0.png │ │ ├── spr_fireball_0.png │ │ ├── spr_fireball_1.png │ │ ├── spr_fireball_2.png │ │ ├── spr_fireball_3.png │ │ ├── spr_firebar_0.png │ │ ├── spr_firebar_1.png │ │ ├── spr_firebar_2.png │ │ ├── spr_firebar_3.png │ │ ├── spr_firebro_0.png │ │ ├── spr_firebro_1.png │ │ ├── spr_firebro_b_0.png │ │ ├── spr_firebro_c_0.png │ │ ├── spr_firechomp_0.png │ │ ├── spr_firechomp_1.png │ │ ├── spr_firechomp_2.png │ │ ├── spr_firechomp_b_0.png │ │ ├── spr_firechomp_b_1.png │ │ ├── spr_firechomp_b_2.png │ │ ├── spr_firechomp_b_3.png │ │ ├── spr_firechomp_b_4.png │ │ ├── spr_firechomp_b_5.png │ │ ├── spr_firechomp_fire_0.png │ │ ├── spr_firechomp_fire_1.png │ │ ├── spr_fireflower_0.png │ │ ├── spr_firesmoke_0.png │ │ ├── spr_firesmoke_1.png │ │ ├── spr_firesmoke_2.png │ │ ├── spr_firesnake_0.png │ │ ├── spr_firesnake_1.png │ │ ├── spr_firesnake_body_0.png │ │ ├── spr_firesnake_body_1.png │ │ ├── spr_firework_0.png │ │ ├── spr_firework_1.png │ │ ├── spr_firework_b_0.png │ │ ├── spr_firework_b_1.png │ │ ├── spr_firework_c_0.png │ │ ├── spr_firework_c_1.png │ │ ├── spr_firework_d_0.png │ │ ├── spr_firework_d_1.png │ │ ├── spr_fishbone_0.png │ │ ├── spr_fishbone_1.png │ │ ├── spr_fishbone_blink_0.png │ │ ├── spr_fishbone_blink_1.png │ │ ├── spr_flag_0.png │ │ ├── spr_flag_1.png │ │ ├── spr_flag_player_0.png │ │ ├── spr_flagpole_0.png │ │ ├── spr_flagpole_1.png │ │ ├── spr_flipblock_0.png │ │ ├── spr_flipblock_1.png │ │ ├── spr_flipblock_2.png │ │ ├── spr_flipblock_3.png │ │ ├── spr_flipper_bottom_0.png │ │ ├── spr_flipper_bottom_1.png │ │ ├── spr_flipper_bottom_2.png │ │ ├── spr_flipper_bottom_3.png │ │ ├── spr_flipper_left_0.png │ │ ├── spr_flipper_left_1.png │ │ ├── spr_flipper_left_2.png │ │ ├── spr_flipper_left_3.png │ │ ├── spr_flipper_right_0.png │ │ ├── spr_flipper_right_1.png │ │ ├── spr_flipper_right_2.png │ │ ├── spr_flipper_right_3.png │ │ ├── spr_flipper_top_0.png │ │ ├── spr_flipper_top_1.png │ │ ├── spr_flipper_top_2.png │ │ ├── spr_flipper_top_3.png │ │ ├── spr_flurry_0.png │ │ ├── spr_flurry_1.png │ │ ├── spr_foo_0.png │ │ ├── spr_foo_1.png │ │ ├── spr_foo_2.png │ │ ├── spr_foo_3.png │ │ ├── spr_foo_blow_0.png │ │ ├── spr_foo_blow_1.png │ │ ├── spr_foo_fog_0.png │ │ ├── spr_football_0.png │ │ ├── spr_football_1.png │ │ ├── spr_frogsuit_0.png │ │ ├── spr_fuzzy_0.png │ │ ├── spr_fuzzy_1.png │ │ ├── spr_galoomba_0.png │ │ ├── spr_galoomba_1.png │ │ ├── spr_galoomba_down_0.png │ │ ├── spr_galoomba_down_1.png │ │ ├── spr_galoomba_parachute_0.png │ │ ├── spr_galoomba_parachute_1.png │ │ ├── spr_galoomba_parachute_10.png │ │ ├── spr_galoomba_parachute_11.png │ │ ├── spr_galoomba_parachute_12.png │ │ ├── spr_galoomba_parachute_13.png │ │ ├── spr_galoomba_parachute_14.png │ │ ├── spr_galoomba_parachute_15.png │ │ ├── spr_galoomba_parachute_2.png │ │ ├── spr_galoomba_parachute_3.png │ │ ├── spr_galoomba_parachute_4.png │ │ ├── spr_galoomba_parachute_5.png │ │ ├── spr_galoomba_parachute_6.png │ │ ├── spr_galoomba_parachute_7.png │ │ ├── spr_galoomba_parachute_8.png │ │ ├── spr_galoomba_parachute_9.png │ │ ├── spr_galoomba_parachute_land_0.png │ │ ├── spr_galoomba_parachute_land_1.png │ │ ├── spr_galoomba_wing_back_0.png │ │ ├── spr_galoomba_wing_back_1.png │ │ ├── spr_galoomba_wing_front_0.png │ │ ├── spr_galoomba_wing_front_1.png │ │ ├── spr_gameover_0.png │ │ ├── spr_gladrus_0.png │ │ ├── spr_gladrus_1.png │ │ ├── spr_gladrus_mad_0.png │ │ ├── spr_gladrus_mad_1.png │ │ ├── spr_gladrus_sq_0.png │ │ ├── spr_glass_0.png │ │ ├── spr_glass_1.png │ │ ├── spr_glass_2.png │ │ ├── spr_glass_3.png │ │ ├── spr_glass_4.png │ │ ├── spr_glass_5.png │ │ ├── spr_glass_6.png │ │ ├── spr_glass_h_0.png │ │ ├── spr_glass_h_1.png │ │ ├── spr_glass_h_2.png │ │ ├── spr_glass_h_3.png │ │ ├── spr_glass_h_4.png │ │ ├── spr_glass_h_5.png │ │ ├── spr_glass_h_6.png │ │ ├── spr_goal_0.png │ │ ├── spr_goal_b_0.png │ │ ├── spr_goalbox_0.png │ │ ├── spr_goalbox_1.png │ │ ├── spr_goalcard_0.png │ │ ├── spr_goalcard_1.png │ │ ├── spr_goalcard_2.png │ │ ├── spr_goalcard_flower_0.png │ │ ├── spr_goalcard_flower_1.png │ │ ├── spr_goalcard_flower_2.png │ │ ├── spr_goalcard_flower_3.png │ │ ├── spr_goalcard_mush_0.png │ │ ├── spr_goalcard_mush_1.png │ │ ├── spr_goalcard_mush_2.png │ │ ├── spr_goalcard_mush_3.png │ │ ├── spr_goalcard_starman_0.png │ │ ├── spr_goalcard_starman_1.png │ │ ├── spr_goalcard_starman_2.png │ │ ├── spr_goalcard_starman_3.png │ │ ├── spr_goalgate_0.png │ │ ├── spr_goalgate_1.png │ │ ├── spr_goalgate_secret_0.png │ │ ├── spr_goalgate_secret_1.png │ │ ├── spr_goldshroom_0.png │ │ ├── spr_goomba_0.png │ │ ├── spr_goomba_1.png │ │ ├── spr_goomba_big_0.png │ │ ├── spr_goomba_big_1.png │ │ ├── spr_goomba_big_sq_0.png │ │ ├── spr_goomba_micro_0.png │ │ ├── spr_goomba_micro_1.png │ │ ├── spr_goomba_red_0.png │ │ ├── spr_goomba_red_1.png │ │ ├── spr_goomba_red_sq_0.png │ │ ├── spr_goomba_shoe_0.png │ │ ├── spr_goomba_shoe_1.png │ │ ├── spr_goomba_shoe_10.png │ │ ├── spr_goomba_shoe_11.png │ │ ├── spr_goomba_shoe_12.png │ │ ├── spr_goomba_shoe_2.png │ │ ├── spr_goomba_shoe_3.png │ │ ├── spr_goomba_shoe_4.png │ │ ├── spr_goomba_shoe_5.png │ │ ├── spr_goomba_shoe_6.png │ │ ├── spr_goomba_shoe_7.png │ │ ├── spr_goomba_shoe_8.png │ │ ├── spr_goomba_shoe_9.png │ │ ├── spr_goomba_sq_0.png │ │ ├── spr_goomba_wings_0.png │ │ ├── spr_goomba_wings_1.png │ │ ├── spr_goombrat_0.png │ │ ├── spr_goombrat_1.png │ │ ├── spr_goombrat_sq_0.png │ │ ├── spr_goombud_0.png │ │ ├── spr_goombud_1.png │ │ ├── spr_goombud_down_0.png │ │ ├── spr_goombud_down_1.png │ │ ├── spr_grass_0.png │ │ ├── spr_grass_1.png │ │ ├── spr_grass_2.png │ │ ├── spr_grass_3.png │ │ ├── spr_grass_4.png │ │ ├── spr_grass_5.png │ │ ├── spr_grass_6.png │ │ ├── spr_grayblock_bolt_0.png │ │ ├── spr_grayblock_bomb_0.png │ │ ├── spr_grayblock_boomerang_0.png │ │ ├── spr_grayblock_cat_0.png │ │ ├── spr_grayblock_dash_0.png │ │ ├── spr_grayblock_flower_0.png │ │ ├── spr_grayblock_hammer_0.png │ │ ├── spr_grayblock_kuribo_0.png │ │ ├── spr_grayblock_leaf_0.png │ │ ├── spr_grayblock_lightning_0.png │ │ ├── spr_grayblock_pswitch_0.png │ │ ├── spr_grayblock_shell_0.png │ │ ├── spr_grayblock_star_0.png │ │ ├── spr_grayblock_yoshi_0.png │ │ ├── spr_graybrick_0.png │ │ ├── spr_graybrick_1.png │ │ ├── spr_graybrick_2.png │ │ ├── spr_graybrick_3.png │ │ ├── spr_graybrick_th_0.png │ │ ├── spr_graybrick_th_1.png │ │ ├── spr_graybrick_th_2.png │ │ ├── spr_graybrick_th_3.png │ │ ├── spr_graymask_0.png │ │ ├── spr_grayrus_0.png │ │ ├── spr_grayrus_1.png │ │ ├── spr_greenbrick_0.png │ │ ├── spr_greenbrick_1.png │ │ ├── spr_greenbrick_2.png │ │ ├── spr_greenbrick_3.png │ │ ├── spr_grinder_0.png │ │ ├── spr_grinder_1.png │ │ ├── spr_grinder_line_0.png │ │ ├── spr_grinder_line_1.png │ │ ├── spr_gswitch_0.png │ │ ├── spr_gswitch_1.png │ │ ├── spr_guessblock_0.png │ │ ├── spr_hammer_0.png │ │ ├── spr_hammerbro_0.png │ │ ├── spr_hammerbro_1.png │ │ ├── spr_hammerbro_b_0.png │ │ ├── spr_hammerbro_b_1.png │ │ ├── spr_hammerbro_c_0.png │ │ ├── spr_hammerbro_c_1.png │ │ ├── spr_hammerbro_hammer_0.png │ │ ├── spr_hammerflower_0.png │ │ ├── spr_happymoon_0.png │ │ ├── spr_happymoon_1.png │ │ ├── spr_happymoon_2.png │ │ ├── spr_hawkmouth_0.png │ │ ├── spr_hawkmouth_1.png │ │ ├── spr_hawkmouth_2.png │ │ ├── spr_hawkmouth_3.png │ │ ├── spr_hawkmouth_4.png │ │ ├── spr_hawkmouth_mask_0.png │ │ ├── spr_hawkmouth_secret_0.png │ │ ├── spr_hawkmouth_secret_1.png │ │ ├── spr_hawkmouth_secret_2.png │ │ ├── spr_hawkmouth_secret_3.png │ │ ├── spr_hawkmouth_secret_4.png │ │ ├── spr_heart_0.png │ │ ├── spr_helmet_0.png │ │ ├── spr_holdbubble_0.png │ │ ├── spr_holdbubble_1.png │ │ ├── spr_holdbubble_2.png │ │ ├── spr_holdbubble_3.png │ │ ├── spr_hoopster_0.png │ │ ├── spr_hoopster_1.png │ │ ├── spr_hoopster_red_0.png │ │ ├── spr_hoopster_red_1.png │ │ ├── spr_hotfoot_0.png │ │ ├── spr_hotfoot_1.png │ │ ├── spr_hotfoot_walk_0.png │ │ ├── spr_hotfoot_walk_1.png │ │ ├── spr_hotfoot_walk_2.png │ │ ├── spr_hotfoot_walk_3.png │ │ ├── spr_hothead_0.png │ │ ├── spr_hothead_1.png │ │ ├── spr_hothead_blink_0.png │ │ ├── spr_hothead_blink_1.png │ │ ├── spr_hud_cards_0.png │ │ ├── spr_hud_coin_0.png │ │ ├── spr_hud_font_0.png │ │ ├── spr_hud_font_1.png │ │ ├── spr_hud_font_10.png │ │ ├── spr_hud_font_11.png │ │ ├── spr_hud_font_12.png │ │ ├── spr_hud_font_13.png │ │ ├── spr_hud_font_14.png │ │ ├── spr_hud_font_15.png │ │ ├── spr_hud_font_16.png │ │ ├── spr_hud_font_17.png │ │ ├── spr_hud_font_18.png │ │ ├── spr_hud_font_19.png │ │ ├── spr_hud_font_2.png │ │ ├── spr_hud_font_20.png │ │ ├── spr_hud_font_21.png │ │ ├── spr_hud_font_22.png │ │ ├── spr_hud_font_23.png │ │ ├── spr_hud_font_24.png │ │ ├── spr_hud_font_25.png │ │ ├── spr_hud_font_26.png │ │ ├── spr_hud_font_27.png │ │ ├── spr_hud_font_28.png │ │ ├── spr_hud_font_29.png │ │ ├── spr_hud_font_3.png │ │ ├── spr_hud_font_30.png │ │ ├── spr_hud_font_31.png │ │ ├── spr_hud_font_32.png │ │ ├── spr_hud_font_33.png │ │ ├── spr_hud_font_34.png │ │ ├── spr_hud_font_35.png │ │ ├── spr_hud_font_36.png │ │ ├── spr_hud_font_37.png │ │ ├── spr_hud_font_38.png │ │ ├── spr_hud_font_39.png │ │ ├── spr_hud_font_4.png │ │ ├── spr_hud_font_40.png │ │ ├── spr_hud_font_41.png │ │ ├── spr_hud_font_42.png │ │ ├── spr_hud_font_43.png │ │ ├── spr_hud_font_44.png │ │ ├── spr_hud_font_45.png │ │ ├── spr_hud_font_46.png │ │ ├── spr_hud_font_47.png │ │ ├── spr_hud_font_48.png │ │ ├── spr_hud_font_49.png │ │ ├── spr_hud_font_5.png │ │ ├── spr_hud_font_50.png │ │ ├── spr_hud_font_51.png │ │ ├── spr_hud_font_52.png │ │ ├── spr_hud_font_53.png │ │ ├── spr_hud_font_54.png │ │ ├── spr_hud_font_55.png │ │ ├── spr_hud_font_56.png │ │ ├── spr_hud_font_57.png │ │ ├── spr_hud_font_58.png │ │ ├── spr_hud_font_59.png │ │ ├── spr_hud_font_6.png │ │ ├── spr_hud_font_60.png │ │ ├── spr_hud_font_61.png │ │ ├── spr_hud_font_62.png │ │ ├── spr_hud_font_63.png │ │ ├── spr_hud_font_64.png │ │ ├── spr_hud_font_65.png │ │ ├── spr_hud_font_66.png │ │ ├── spr_hud_font_67.png │ │ ├── spr_hud_font_68.png │ │ ├── spr_hud_font_69.png │ │ ├── spr_hud_font_7.png │ │ ├── spr_hud_font_70.png │ │ ├── spr_hud_font_71.png │ │ ├── spr_hud_font_72.png │ │ ├── spr_hud_font_73.png │ │ ├── spr_hud_font_74.png │ │ ├── spr_hud_font_75.png │ │ ├── spr_hud_font_76.png │ │ ├── spr_hud_font_77.png │ │ ├── spr_hud_font_78.png │ │ ├── spr_hud_font_79.png │ │ ├── spr_hud_font_8.png │ │ ├── spr_hud_font_80.png │ │ ├── spr_hud_font_81.png │ │ ├── spr_hud_font_82.png │ │ ├── spr_hud_font_83.png │ │ ├── spr_hud_font_84.png │ │ ├── spr_hud_font_85.png │ │ ├── spr_hud_font_86.png │ │ ├── spr_hud_font_87.png │ │ ├── spr_hud_font_88.png │ │ ├── spr_hud_font_89.png │ │ ├── spr_hud_font_9.png │ │ ├── spr_hud_font_90.png │ │ ├── spr_hud_font_91.png │ │ ├── spr_hud_font_92.png │ │ ├── spr_hud_font_interface_0.png │ │ ├── spr_hud_font_interface_1.png │ │ ├── spr_hud_font_interface_10.png │ │ ├── spr_hud_font_interface_11.png │ │ ├── spr_hud_font_interface_12.png │ │ ├── spr_hud_font_interface_13.png │ │ ├── spr_hud_font_interface_14.png │ │ ├── spr_hud_font_interface_15.png │ │ ├── spr_hud_font_interface_16.png │ │ ├── spr_hud_font_interface_17.png │ │ ├── spr_hud_font_interface_18.png │ │ ├── spr_hud_font_interface_19.png │ │ ├── spr_hud_font_interface_2.png │ │ ├── spr_hud_font_interface_20.png │ │ ├── spr_hud_font_interface_21.png │ │ ├── spr_hud_font_interface_22.png │ │ ├── spr_hud_font_interface_23.png │ │ ├── spr_hud_font_interface_24.png │ │ ├── spr_hud_font_interface_25.png │ │ ├── spr_hud_font_interface_26.png │ │ ├── spr_hud_font_interface_27.png │ │ ├── spr_hud_font_interface_28.png │ │ ├── spr_hud_font_interface_29.png │ │ ├── spr_hud_font_interface_3.png │ │ ├── spr_hud_font_interface_30.png │ │ ├── spr_hud_font_interface_31.png │ │ ├── spr_hud_font_interface_32.png │ │ ├── spr_hud_font_interface_33.png │ │ ├── spr_hud_font_interface_34.png │ │ ├── spr_hud_font_interface_35.png │ │ ├── spr_hud_font_interface_36.png │ │ ├── spr_hud_font_interface_37.png │ │ ├── spr_hud_font_interface_38.png │ │ ├── spr_hud_font_interface_39.png │ │ ├── spr_hud_font_interface_4.png │ │ ├── spr_hud_font_interface_40.png │ │ ├── spr_hud_font_interface_41.png │ │ ├── spr_hud_font_interface_42.png │ │ ├── spr_hud_font_interface_43.png │ │ ├── spr_hud_font_interface_44.png │ │ ├── spr_hud_font_interface_45.png │ │ ├── spr_hud_font_interface_46.png │ │ ├── spr_hud_font_interface_47.png │ │ ├── spr_hud_font_interface_48.png │ │ ├── spr_hud_font_interface_49.png │ │ ├── spr_hud_font_interface_5.png │ │ ├── spr_hud_font_interface_50.png │ │ ├── spr_hud_font_interface_51.png │ │ ├── spr_hud_font_interface_52.png │ │ ├── spr_hud_font_interface_53.png │ │ ├── spr_hud_font_interface_54.png │ │ ├── spr_hud_font_interface_55.png │ │ ├── spr_hud_font_interface_56.png │ │ ├── spr_hud_font_interface_57.png │ │ ├── spr_hud_font_interface_58.png │ │ ├── spr_hud_font_interface_59.png │ │ ├── spr_hud_font_interface_6.png │ │ ├── spr_hud_font_interface_60.png │ │ ├── spr_hud_font_interface_61.png │ │ ├── spr_hud_font_interface_62.png │ │ ├── spr_hud_font_interface_63.png │ │ ├── spr_hud_font_interface_64.png │ │ ├── spr_hud_font_interface_65.png │ │ ├── spr_hud_font_interface_66.png │ │ ├── spr_hud_font_interface_67.png │ │ ├── spr_hud_font_interface_68.png │ │ ├── spr_hud_font_interface_69.png │ │ ├── spr_hud_font_interface_7.png │ │ ├── spr_hud_font_interface_70.png │ │ ├── spr_hud_font_interface_71.png │ │ ├── spr_hud_font_interface_72.png │ │ ├── spr_hud_font_interface_73.png │ │ ├── spr_hud_font_interface_74.png │ │ ├── spr_hud_font_interface_75.png │ │ ├── spr_hud_font_interface_76.png │ │ ├── spr_hud_font_interface_77.png │ │ ├── spr_hud_font_interface_78.png │ │ ├── spr_hud_font_interface_79.png │ │ ├── spr_hud_font_interface_8.png │ │ ├── spr_hud_font_interface_80.png │ │ ├── spr_hud_font_interface_81.png │ │ ├── spr_hud_font_interface_82.png │ │ ├── spr_hud_font_interface_83.png │ │ ├── spr_hud_font_interface_84.png │ │ ├── spr_hud_font_interface_85.png │ │ ├── spr_hud_font_interface_86.png │ │ ├── spr_hud_font_interface_87.png │ │ ├── spr_hud_font_interface_88.png │ │ ├── spr_hud_font_interface_89.png │ │ ├── spr_hud_font_interface_9.png │ │ ├── spr_hud_font_interface_90.png │ │ ├── spr_hud_font_interface_91.png │ │ ├── spr_hud_font_interface_92.png │ │ ├── spr_hud_health_0.png │ │ ├── spr_hud_health_1.png │ │ ├── spr_hud_health_2.png │ │ ├── spr_hud_health_3.png │ │ ├── spr_hud_health_4.png │ │ ├── spr_hud_mario_0.png │ │ ├── spr_hud_pmeter_0.png │ │ ├── spr_hud_pmeter_1.png │ │ ├── spr_hud_pmeter_2.png │ │ ├── spr_hud_pmeter_3.png │ │ ├── spr_hud_pmeter_4.png │ │ ├── spr_hud_pmeter_5.png │ │ ├── spr_hud_pmeter_6.png │ │ ├── spr_hud_pmeter_7.png │ │ ├── spr_hud_pmeter_8.png │ │ ├── spr_hud_reserve_0.png │ │ ├── spr_hud_starcoin_0.png │ │ ├── spr_hud_starcoin_get_0.png │ │ ├── spr_hud_starcoin_get_1.png │ │ ├── spr_hud_time_0.png │ │ ├── spr_iceblock_0.png │ │ ├── spr_iceblock_16x32_0.png │ │ ├── spr_iceblock_32x16_0.png │ │ ├── spr_iceblock_32x32_0.png │ │ ├── spr_icebro_0.png │ │ ├── spr_icebro_1.png │ │ ├── spr_icebro_b_0.png │ │ ├── spr_icebro_c_0.png │ │ ├── spr_icecoin_0.png │ │ ├── spr_iceflower_0.png │ │ ├── spr_iceplant_0.png │ │ ├── spr_icespark_0.png │ │ ├── spr_icespark_1.png │ │ ├── spr_icespark_2.png │ │ ├── spr_icespark_3.png │ │ ├── spr_ilavaslope_l_0.png │ │ ├── spr_ilavaslope_l_1.png │ │ ├── spr_ilavaslope_l_2.png │ │ ├── spr_ilavaslope_l_3.png │ │ ├── spr_ilavaslope_l_4.png │ │ ├── spr_ilavaslope_r_0.png │ │ ├── spr_ilavaslope_r_1.png │ │ ├── spr_ilavaslope_r_2.png │ │ ├── spr_ilavaslope_r_3.png │ │ ├── spr_ilavaslope_r_4.png │ │ ├── spr_ilavaslope_sl_0.png │ │ ├── spr_ilavaslope_sl_1.png │ │ ├── spr_ilavaslope_sl_2.png │ │ ├── spr_ilavaslope_sl_3.png │ │ ├── spr_ilavaslope_sl_4.png │ │ ├── spr_ilavaslope_sr_0.png │ │ ├── spr_ilavaslope_sr_1.png │ │ ├── spr_ilavaslope_sr_2.png │ │ ├── spr_ilavaslope_sr_3.png │ │ ├── spr_ilavaslope_sr_4.png │ │ ├── spr_itembubble_0.png │ │ ├── spr_itembubblemask_0.png │ │ ├── spr_jelectro_0.png │ │ ├── spr_jelectro_1.png │ │ ├── spr_jelectro_2.png │ │ ├── spr_jelectro_3.png │ │ ├── spr_jelectro_4.png │ │ ├── spr_jelectro_5.png │ │ ├── spr_jellymask_0.png │ │ ├── spr_jellymask_1.png │ │ ├── spr_jellymask_2.png │ │ ├── spr_jellyplatform_0.png │ │ ├── spr_jellyplatform_1.png │ │ ├── spr_jellyplatform_2.png │ │ ├── spr_jpplant_0.png │ │ ├── spr_jpplant_1.png │ │ ├── spr_jpplant_2.png │ │ ├── spr_jpplant_3.png │ │ ├── spr_jpplant_fire_0.png │ │ ├── spr_jpplant_fire_1.png │ │ ├── spr_jpplant_fire_2.png │ │ ├── spr_jpplant_fire_3.png │ │ ├── spr_jpplant_ice_0.png │ │ ├── spr_jpplant_ice_1.png │ │ ├── spr_jpplant_ice_2.png │ │ ├── spr_jpplant_ice_3.png │ │ ├── spr_jugemushoe_0.png │ │ ├── spr_jugemushoe_1.png │ │ ├── spr_key_0.png │ │ ├── spr_key_timed_0.png │ │ ├── spr_keybox_0.png │ │ ├── spr_keyhole_0.png │ │ ├── spr_keyhole_anim_0.png │ │ ├── spr_koopa_0.png │ │ ├── spr_koopa_1.png │ │ ├── spr_koopa_big_0.png │ │ ├── spr_koopa_big_1.png │ │ ├── spr_koopa_big_red_0.png │ │ ├── spr_koopa_big_red_1.png │ │ ├── spr_koopa_black_0.png │ │ ├── spr_koopa_blue_0.png │ │ ├── spr_koopa_blue_1.png │ │ ├── spr_koopa_kamikaze_0.png │ │ ├── spr_koopa_kamikaze_1.png │ │ ├── spr_koopa_kamikaze_2.png │ │ ├── spr_koopa_kamikaze_3.png │ │ ├── spr_koopa_kamikaze_4.png │ │ ├── spr_koopa_kamikaze_5.png │ │ ├── spr_koopa_kamikaze_6.png │ │ ├── spr_koopa_kamikaze_7.png │ │ ├── spr_koopa_kamikaze_down_0.png │ │ ├── spr_koopa_kamikaze_down_1.png │ │ ├── spr_koopa_kamikaze_down_2.png │ │ ├── spr_koopa_kamikaze_down_3.png │ │ ├── spr_koopa_kamikaze_down_4.png │ │ ├── spr_koopa_kamikaze_down_5.png │ │ ├── spr_koopa_kamikaze_down_6.png │ │ ├── spr_koopa_kamikaze_down_7.png │ │ ├── spr_koopa_red_0.png │ │ ├── spr_koopa_red_1.png │ │ ├── spr_koopa_sq_0.png │ │ ├── spr_koopa_yellow_0.png │ │ ├── spr_koopa_yellow_1.png │ │ ├── spr_kuriboshoe_0.png │ │ ├── spr_kuriboshoe_1.png │ │ ├── spr_lakitu_0.png │ │ ├── spr_lakitu_1.png │ │ ├── spr_lakitu_2.png │ │ ├── spr_lakitu_cloud_0.png │ │ ├── spr_lakitu_cloud_1.png │ │ ├── spr_lakitu_cloud_2.png │ │ ├── spr_lakitu_cloud_3.png │ │ ├── spr_lakitu_red_0.png │ │ ├── spr_lakitu_red_1.png │ │ ├── spr_lakitu_red_2.png │ │ ├── spr_laser_0.png │ │ ├── spr_laser_1.png │ │ ├── spr_laser_2.png │ │ ├── spr_laser_3.png │ │ ├── spr_lasermask_0.png │ │ ├── spr_lava_0.png │ │ ├── spr_lava_1.png │ │ ├── spr_lava_2.png │ │ ├── spr_lava_3.png │ │ ├── spr_lava_4.png │ │ ├── spr_lava_b_0.png │ │ ├── spr_lava_b_1.png │ │ ├── spr_lava_b_2.png │ │ ├── spr_lava_b_3.png │ │ ├── spr_lava_b_4.png │ │ ├── spr_lava_c_0.png │ │ ├── spr_lava_c_1.png │ │ ├── spr_lava_c_2.png │ │ ├── spr_lava_c_3.png │ │ ├── spr_lava_c_4.png │ │ ├── spr_lava_d_0.png │ │ ├── spr_lava_d_1.png │ │ ├── spr_lava_d_2.png │ │ ├── spr_lava_d_3.png │ │ ├── spr_lava_d_4.png │ │ ├── spr_lava_e2_0.png │ │ ├── spr_lava_e2_1.png │ │ ├── spr_lava_e2_2.png │ │ ├── spr_lava_e2_3.png │ │ ├── spr_lava_e2_4.png │ │ ├── spr_lava_e_0.png │ │ ├── spr_lava_e_1.png │ │ ├── spr_lava_e_2.png │ │ ├── spr_lava_e_3.png │ │ ├── spr_lava_e_4.png │ │ ├── spr_lavablob_0.png │ │ ├── spr_lavacorner_a_0.png │ │ ├── spr_lavacorner_a_1.png │ │ ├── spr_lavacorner_a_2.png │ │ ├── spr_lavacorner_a_3.png │ │ ├── spr_lavacorner_a_4.png │ │ ├── spr_lavacorner_b_0.png │ │ ├── spr_lavacorner_b_1.png │ │ ├── spr_lavacorner_b_2.png │ │ ├── spr_lavacorner_b_3.png │ │ ├── spr_lavacorner_b_4.png │ │ ├── spr_lavacorner_c_0.png │ │ ├── spr_lavacorner_c_1.png │ │ ├── spr_lavacorner_c_2.png │ │ ├── spr_lavacorner_c_3.png │ │ ├── spr_lavacorner_c_4.png │ │ ├── spr_lavacorner_d_0.png │ │ ├── spr_lavacorner_d_1.png │ │ ├── spr_lavacorner_d_2.png │ │ ├── spr_lavacorner_d_3.png │ │ ├── spr_lavacorner_d_4.png │ │ ├── spr_lavaedge_a_0.png │ │ ├── spr_lavaedge_a_1.png │ │ ├── spr_lavaedge_a_2.png │ │ ├── spr_lavaedge_a_3.png │ │ ├── spr_lavaedge_a_4.png │ │ ├── spr_lavaedge_b_0.png │ │ ├── spr_lavaedge_b_1.png │ │ ├── spr_lavaedge_b_2.png │ │ ├── spr_lavaedge_b_3.png │ │ ├── spr_lavaedge_b_4.png │ │ ├── spr_lavaedge_c_0.png │ │ ├── spr_lavaedge_c_1.png │ │ ├── spr_lavaedge_c_2.png │ │ ├── spr_lavaedge_c_3.png │ │ ├── spr_lavaedge_c_4.png │ │ ├── spr_lavaedge_d_0.png │ │ ├── spr_lavaedge_d_1.png │ │ ├── spr_lavaedge_d_2.png │ │ ├── spr_lavaedge_d_3.png │ │ ├── spr_lavaedge_d_4.png │ │ ├── spr_lavafall_a_0.png │ │ ├── spr_lavafall_a_1.png │ │ ├── spr_lavafall_a_2.png │ │ ├── spr_lavafall_a_3.png │ │ ├── spr_lavafall_b_0.png │ │ ├── spr_lavafall_b_1.png │ │ ├── spr_lavafall_b_2.png │ │ ├── spr_lavafall_b_3.png │ │ ├── spr_lavalotus_0.png │ │ ├── spr_lavalotus_1.png │ │ ├── spr_lavalotus_2.png │ │ ├── spr_lavalotus_ball_0.png │ │ ├── spr_lavalotus_ball_1.png │ │ ├── spr_lavalotus_spit_0.png │ │ ├── spr_lavaslope_l_0.png │ │ ├── spr_lavaslope_l_1.png │ │ ├── spr_lavaslope_l_2.png │ │ ├── spr_lavaslope_l_3.png │ │ ├── spr_lavaslope_l_4.png │ │ ├── spr_lavaslope_r_0.png │ │ ├── spr_lavaslope_r_1.png │ │ ├── spr_lavaslope_r_2.png │ │ ├── spr_lavaslope_r_3.png │ │ ├── spr_lavaslope_r_4.png │ │ ├── spr_lavaslope_sl_0.png │ │ ├── spr_lavaslope_sl_1.png │ │ ├── spr_lavaslope_sl_2.png │ │ ├── spr_lavaslope_sl_3.png │ │ ├── spr_lavaslope_sl_4.png │ │ ├── spr_lavaslope_sr_0.png │ │ ├── spr_lavaslope_sr_1.png │ │ ├── spr_lavaslope_sr_2.png │ │ ├── spr_lavaslope_sr_3.png │ │ ├── spr_lavaslope_sr_4.png │ │ ├── spr_leaf_0.png │ │ ├── spr_leaf_1.png │ │ ├── spr_leaf_2.png │ │ ├── spr_left_0.png │ │ ├── spr_letter_0.png │ │ ├── spr_liftmask_0.png │ │ ├── spr_lightblock_0.png │ │ ├── spr_lightblock_1.png │ │ ├── spr_lightblock_2.png │ │ ├── spr_lightblock_3.png │ │ ├── spr_lilsparky_0.png │ │ ├── spr_lilsparky_1.png │ │ ├── spr_lilsparky_2.png │ │ ├── spr_lilsparky_3.png │ │ ├── spr_linemask_0.png │ │ ├── spr_log_0.png │ │ ├── spr_log_1.png │ │ ├── spr_logo_0.png │ │ ├── spr_lotusball_0.png │ │ ├── spr_lotusball_1.png │ │ ├── spr_magic_0.png │ │ ├── spr_magic_1.png │ │ ├── spr_magic_2.png │ │ ├── spr_magicmask_0.png │ │ ├── spr_magikoopa_0.png │ │ ├── spr_magikoopa_1.png │ │ ├── spr_magikoopa_2.png │ │ ├── spr_magikoopa_3.png │ │ ├── spr_mapborder_0.png │ │ ├── spr_mapbridge_h_0.png │ │ ├── spr_mapbridge_v_0.png │ │ ├── spr_mapcloud_0.png │ │ ├── spr_mapcloud_1.png │ │ ├── spr_mapcloud_b_0.png │ │ ├── spr_mapcloud_b_1.png │ │ ├── spr_mapfire_0.png │ │ ├── spr_mapfire_1.png │ │ ├── spr_mapfire_2.png │ │ ├── spr_mapfire_3.png │ │ ├── spr_mapghost_0.png │ │ ├── spr_maphill_0.png │ │ ├── spr_maphill_1.png │ │ ├── spr_maphill_2.png │ │ ├── spr_maphill_3.png │ │ ├── spr_maphilltrio_0.png │ │ ├── spr_maphilltrio_1.png │ │ ├── spr_maphilltrio_2.png │ │ ├── spr_maphilltrio_3.png │ │ ├── spr_mapinventory_0.png │ │ ├── spr_mapinventory_selector_0.png │ │ ├── spr_mapinventory_selector_1.png │ │ ├── spr_mapinventory_selector_2.png │ │ ├── spr_mapinventory_selector_3.png │ │ ├── spr_maplava_0.png │ │ ├── spr_maplava_1.png │ │ ├── spr_maplava_2.png │ │ ├── spr_maplava_3.png │ │ ├── spr_maplava_4.png │ │ ├── spr_maplevel_0.png │ │ ├── spr_maplevel_1.png │ │ ├── spr_maplevel_2.png │ │ ├── spr_maplevel_3.png │ │ ├── spr_maplevel_4.png │ │ ├── spr_maplevel_5.png │ │ ├── spr_maplevel_6.png │ │ ├── spr_maplevel_b_0.png │ │ ├── spr_maplevel_b_1.png │ │ ├── spr_maplevel_b_2.png │ │ ├── spr_maplevel_b_3.png │ │ ├── spr_maplevel_b_4.png │ │ ├── spr_maplevel_b_5.png │ │ ├── spr_maplevel_b_6.png │ │ ├── spr_maplevel_bowser_0.png │ │ ├── spr_maplevel_castle_0.png │ │ ├── spr_maplevel_castle_1.png │ │ ├── spr_maplevel_fort_0.png │ │ ├── spr_maplevel_fort_1.png │ │ ├── spr_maplevel_ghost_0.png │ │ ├── spr_maplevel_house_0.png │ │ ├── spr_maplevel_house_1.png │ │ ├── spr_maplevel_house_b_0.png │ │ ├── spr_maplevel_house_b_1.png │ │ ├── spr_maplevel_house_c_0.png │ │ ├── spr_maplevel_house_c_1.png │ │ ├── spr_maplevel_pipe2_0.png │ │ ├── spr_maplevel_pipe_0.png │ │ ├── spr_maplevel_switch_b_0.png │ │ ├── spr_maplevel_switch_b_1.png │ │ ├── spr_maplevel_switch_g_0.png │ │ ├── spr_maplevel_switch_g_1.png │ │ ├── spr_maplevel_switch_r_0.png │ │ ├── spr_maplevel_switch_r_1.png │ │ ├── spr_maplevel_switch_y_0.png │ │ ├── spr_maplevel_switch_y_1.png │ │ ├── spr_mapmario_0.png │ │ ├── spr_mapmario_1.png │ │ ├── spr_mapmario_2.png │ │ ├── spr_mapmario_3.png │ │ ├── spr_mapmario_4.png │ │ ├── spr_mapmario_5.png │ │ ├── spr_mapmario_6.png │ │ ├── spr_mapmario_7.png │ │ ├── spr_mapmario_8.png │ │ ├── spr_mapmario_arrows_0.png │ │ ├── spr_mapmario_arrows_1.png │ │ ├── spr_mapmario_arrows_2.png │ │ ├── spr_mapmario_arrows_3.png │ │ ├── spr_mapmario_arrows_secret_0.png │ │ ├── spr_mapmario_arrows_secret_1.png │ │ ├── spr_mapmario_arrows_secret_2.png │ │ ├── spr_mapmario_arrows_secret_3.png │ │ ├── spr_mapmario_events_0.png │ │ ├── spr_mapmario_p_0.png │ │ ├── spr_mapmario_water_0.png │ │ ├── spr_mapmario_water_1.png │ │ ├── spr_mapmario_water_2.png │ │ ├── spr_mapmario_water_3.png │ │ ├── spr_mapmario_water_4.png │ │ ├── spr_mapmario_water_5.png │ │ ├── spr_mapmario_water_6.png │ │ ├── spr_mapmario_water_7.png │ │ ├── spr_mapmario_water_8.png │ │ ├── spr_mapmario_yoshi_0.png │ │ ├── spr_mapmario_yoshi_1.png │ │ ├── spr_mapmario_yoshi_2.png │ │ ├── spr_mapmario_yoshi_3.png │ │ ├── spr_mapmario_yoshi_4.png │ │ ├── spr_mapmario_yoshi_5.png │ │ ├── spr_mapmario_yoshi_6.png │ │ ├── spr_mapmario_yoshi_7.png │ │ ├── spr_mapmario_yoshi_8.png │ │ ├── spr_mapmario_yoshi_water_0.png │ │ ├── spr_mapmario_yoshi_water_1.png │ │ ├── spr_mapmario_yoshi_water_2.png │ │ ├── spr_mapmario_yoshi_water_3.png │ │ ├── spr_mapmario_yoshi_water_4.png │ │ ├── spr_mapmario_yoshi_water_5.png │ │ ├── spr_mapmario_yoshi_water_6.png │ │ ├── spr_mapmario_yoshi_water_7.png │ │ ├── spr_mapmario_yoshi_water_8.png │ │ ├── spr_mappath_beanstalk_0.png │ │ ├── spr_mappath_beanstalk_1.png │ │ ├── spr_mappath_down_0.png │ │ ├── spr_mappath_down_1.png │ │ ├── spr_mappath_downleft_0.png │ │ ├── spr_mappath_downleft_1.png │ │ ├── spr_mappath_downright_0.png │ │ ├── spr_mappath_downright_1.png │ │ ├── spr_mappath_emptynode_0.png │ │ ├── spr_mappath_h_0.png │ │ ├── spr_mappath_h_1.png │ │ ├── spr_mappath_ladder_0.png │ │ ├── spr_mappath_left_0.png │ │ ├── spr_mappath_left_1.png │ │ ├── spr_mappath_levelnode_0.png │ │ ├── spr_mappath_levelnode_1.png │ │ ├── spr_mappath_right_0.png │ │ ├── spr_mappath_right_1.png │ │ ├── spr_mappath_up_0.png │ │ ├── spr_mappath_up_1.png │ │ ├── spr_mappath_upleft_0.png │ │ ├── spr_mappath_upleft_1.png │ │ ├── spr_mappath_upright_0.png │ │ ├── spr_mappath_upright_1.png │ │ ├── spr_mappath_v_0.png │ │ ├── spr_mappath_v_1.png │ │ ├── spr_mappath_water_0.png │ │ ├── spr_mapstart_0.png │ │ ├── spr_maptree_0.png │ │ ├── spr_maptree_1.png │ │ ├── spr_maptree_2.png │ │ ├── spr_maptree_3.png │ │ ├── spr_maptree_alt_0.png │ │ ├── spr_maptree_alt_1.png │ │ ├── spr_maptree_alt_2.png │ │ ├── spr_maptree_alt_3.png │ │ ├── spr_maptree_alt_b_0.png │ │ ├── spr_maptree_alt_b_1.png │ │ ├── spr_maptree_alt_b_2.png │ │ ├── spr_maptree_alt_b_3.png │ │ ├── spr_mapwater_0.png │ │ ├── spr_mapwater_1.png │ │ ├── spr_mapwater_10.png │ │ ├── spr_mapwater_11.png │ │ ├── spr_mapwater_12.png │ │ ├── spr_mapwater_13.png │ │ ├── spr_mapwater_14.png │ │ ├── spr_mapwater_15.png │ │ ├── spr_mapwater_16.png │ │ ├── spr_mapwater_2.png │ │ ├── spr_mapwater_3.png │ │ ├── spr_mapwater_4.png │ │ ├── spr_mapwater_5.png │ │ ├── spr_mapwater_6.png │ │ ├── spr_mapwater_7.png │ │ ├── spr_mapwater_8.png │ │ ├── spr_mapwater_9.png │ │ ├── spr_mario_bee_carry_0.png │ │ ├── spr_mario_bee_carry_1.png │ │ ├── spr_mario_bee_carry_2.png │ │ ├── spr_mario_bee_carry_jump_0.png │ │ ├── spr_mario_bee_carry_jump_1.png │ │ ├── spr_mario_bee_clear_0.png │ │ ├── spr_mario_bee_climb_0.png │ │ ├── spr_mario_bee_climb_1.png │ │ ├── spr_mario_bee_duck_0.png │ │ ├── spr_mario_bee_duck_1.png │ │ ├── spr_mario_bee_duck_2.png │ │ ├── spr_mario_bee_goal_0.png │ │ ├── spr_mario_bee_goal_1.png │ │ ├── spr_mario_bee_hold2_0.png │ │ ├── spr_mario_bee_hold2_1.png │ │ ├── spr_mario_bee_hold2_2.png │ │ ├── spr_mario_bee_hold2_jump_0.png │ │ ├── spr_mario_bee_hold2_jump_1.png │ │ ├── spr_mario_bee_hold_0.png │ │ ├── spr_mario_bee_hold_1.png │ │ ├── spr_mario_bee_hold_2.png │ │ ├── spr_mario_bee_hold_jump_0.png │ │ ├── spr_mario_bee_hold_jump_1.png │ │ ├── spr_mario_bee_jump_0.png │ │ ├── spr_mario_bee_jump_1.png │ │ ├── spr_mario_bee_jump_2.png │ │ ├── spr_mario_bee_kick_0.png │ │ ├── spr_mario_bee_kick_1.png │ │ ├── spr_mario_bee_ride_0.png │ │ ├── spr_mario_bee_ride_1.png │ │ ├── spr_mario_bee_run_0.png │ │ ├── spr_mario_bee_run_1.png │ │ ├── spr_mario_bee_run_2.png │ │ ├── spr_mario_bee_runjump_0.png │ │ ├── spr_mario_bee_runjump_1.png │ │ ├── spr_mario_bee_skid_0.png │ │ ├── spr_mario_bee_slide_0.png │ │ ├── spr_mario_bee_somersault_0.png │ │ ├── spr_mario_bee_spin_0.png │ │ ├── spr_mario_bee_spin_1.png │ │ ├── spr_mario_bee_spin_2.png │ │ ├── spr_mario_bee_spin_3.png │ │ ├── spr_mario_bee_swim_0.png │ │ ├── spr_mario_bee_swim_1.png │ │ ├── spr_mario_bee_swim_2.png │ │ ├── spr_mario_bee_walk_0.png │ │ ├── spr_mario_bee_walk_1.png │ │ ├── spr_mario_bee_walk_2.png │ │ ├── spr_mario_bee_walljump_0.png │ │ ├── spr_mario_big_carry_0.png │ │ ├── spr_mario_big_carry_1.png │ │ ├── spr_mario_big_carry_2.png │ │ ├── spr_mario_big_clear_0.png │ │ ├── spr_mario_big_climb_0.png │ │ ├── spr_mario_big_climb_1.png │ │ ├── spr_mario_big_duck_0.png │ │ ├── spr_mario_big_duck_1.png │ │ ├── spr_mario_big_duck_2.png │ │ ├── spr_mario_big_goal_0.png │ │ ├── spr_mario_big_goal_1.png │ │ ├── spr_mario_big_hold2_0.png │ │ ├── spr_mario_big_hold2_1.png │ │ ├── spr_mario_big_hold2_2.png │ │ ├── spr_mario_big_hold_0.png │ │ ├── spr_mario_big_hold_1.png │ │ ├── spr_mario_big_hold_2.png │ │ ├── spr_mario_big_jump_0.png │ │ ├── spr_mario_big_jump_1.png │ │ ├── spr_mario_big_kick_0.png │ │ ├── spr_mario_big_kick_1.png │ │ ├── spr_mario_big_ride_0.png │ │ ├── spr_mario_big_ride_1.png │ │ ├── spr_mario_big_run_0.png │ │ ├── spr_mario_big_run_1.png │ │ ├── spr_mario_big_run_2.png │ │ ├── spr_mario_big_runjump_0.png │ │ ├── spr_mario_big_skid_0.png │ │ ├── spr_mario_big_slide_0.png │ │ ├── spr_mario_big_somersault_0.png │ │ ├── spr_mario_big_spin_0.png │ │ ├── spr_mario_big_spin_1.png │ │ ├── spr_mario_big_spin_2.png │ │ ├── spr_mario_big_spin_3.png │ │ ├── spr_mario_big_swim_0.png │ │ ├── spr_mario_big_swim_1.png │ │ ├── spr_mario_big_swim_2.png │ │ ├── spr_mario_big_walk_0.png │ │ ├── spr_mario_big_walk_1.png │ │ ├── spr_mario_big_walk_2.png │ │ ├── spr_mario_big_walljump_0.png │ │ ├── spr_mario_bomb_carry_0.png │ │ ├── spr_mario_bomb_carry_1.png │ │ ├── spr_mario_bomb_carry_2.png │ │ ├── spr_mario_bomb_clear_0.png │ │ ├── spr_mario_bomb_climb_0.png │ │ ├── spr_mario_bomb_climb_1.png │ │ ├── spr_mario_bomb_duck_0.png │ │ ├── spr_mario_bomb_duck_1.png │ │ ├── spr_mario_bomb_duck_2.png │ │ ├── spr_mario_bomb_goal_0.png │ │ ├── spr_mario_bomb_goal_1.png │ │ ├── spr_mario_bomb_hold2_0.png │ │ ├── spr_mario_bomb_hold2_1.png │ │ ├── spr_mario_bomb_hold2_2.png │ │ ├── spr_mario_bomb_hold_0.png │ │ ├── spr_mario_bomb_hold_1.png │ │ ├── spr_mario_bomb_hold_2.png │ │ ├── spr_mario_bomb_jump_0.png │ │ ├── spr_mario_bomb_jump_1.png │ │ ├── spr_mario_bomb_kick_0.png │ │ ├── spr_mario_bomb_kick_1.png │ │ ├── spr_mario_bomb_ride_0.png │ │ ├── spr_mario_bomb_ride_1.png │ │ ├── spr_mario_bomb_run_0.png │ │ ├── spr_mario_bomb_run_1.png │ │ ├── spr_mario_bomb_run_2.png │ │ ├── spr_mario_bomb_runjump_0.png │ │ ├── spr_mario_bomb_skid_0.png │ │ ├── spr_mario_bomb_slide_0.png │ │ ├── spr_mario_bomb_somersault_0.png │ │ ├── spr_mario_bomb_spin_0.png │ │ ├── spr_mario_bomb_spin_1.png │ │ ├── spr_mario_bomb_spin_2.png │ │ ├── spr_mario_bomb_spin_3.png │ │ ├── spr_mario_bomb_swim_0.png │ │ ├── spr_mario_bomb_swim_1.png │ │ ├── spr_mario_bomb_swim_2.png │ │ ├── spr_mario_bomb_walk_0.png │ │ ├── spr_mario_bomb_walk_1.png │ │ ├── spr_mario_bomb_walk_2.png │ │ ├── spr_mario_bomb_walljump_0.png │ │ ├── spr_mario_boomerang_carry_0.png │ │ ├── spr_mario_boomerang_carry_1.png │ │ ├── spr_mario_boomerang_carry_2.png │ │ ├── spr_mario_boomerang_clear_0.png │ │ ├── spr_mario_boomerang_climb_0.png │ │ ├── spr_mario_boomerang_climb_1.png │ │ ├── spr_mario_boomerang_duck_0.png │ │ ├── spr_mario_boomerang_duck_1.png │ │ ├── spr_mario_boomerang_duck_2.png │ │ ├── spr_mario_boomerang_goal_0.png │ │ ├── spr_mario_boomerang_goal_1.png │ │ ├── spr_mario_boomerang_hold2_0.png │ │ ├── spr_mario_boomerang_hold2_1.png │ │ ├── spr_mario_boomerang_hold2_2.png │ │ ├── spr_mario_boomerang_hold_0.png │ │ ├── spr_mario_boomerang_hold_1.png │ │ ├── spr_mario_boomerang_hold_2.png │ │ ├── spr_mario_boomerang_jump_0.png │ │ ├── spr_mario_boomerang_jump_1.png │ │ ├── spr_mario_boomerang_kick_0.png │ │ ├── spr_mario_boomerang_kick_1.png │ │ ├── spr_mario_boomerang_ride_0.png │ │ ├── spr_mario_boomerang_ride_1.png │ │ ├── spr_mario_boomerang_run_0.png │ │ ├── spr_mario_boomerang_run_1.png │ │ ├── spr_mario_boomerang_run_2.png │ │ ├── spr_mario_boomerang_runjump_0.png │ │ ├── spr_mario_boomerang_shoot_0.png │ │ ├── spr_mario_boomerang_shoot_1.png │ │ ├── spr_mario_boomerang_shoot_2.png │ │ ├── spr_mario_boomerang_shoot_3.png │ │ ├── spr_mario_boomerang_skid_0.png │ │ ├── spr_mario_boomerang_slide_0.png │ │ ├── spr_mario_boomerang_somersault_0.png │ │ ├── spr_mario_boomerang_spin_0.png │ │ ├── spr_mario_boomerang_spin_1.png │ │ ├── spr_mario_boomerang_spin_2.png │ │ ├── spr_mario_boomerang_spin_3.png │ │ ├── spr_mario_boomerang_swim_0.png │ │ ├── spr_mario_boomerang_swim_1.png │ │ ├── spr_mario_boomerang_swim_2.png │ │ ├── spr_mario_boomerang_walk_0.png │ │ ├── spr_mario_boomerang_walk_1.png │ │ ├── spr_mario_boomerang_walk_2.png │ │ ├── spr_mario_boomerang_walljump_0.png │ │ ├── spr_mario_carrot_carry_0.png │ │ ├── spr_mario_carrot_carry_1.png │ │ ├── spr_mario_carrot_carry_2.png │ │ ├── spr_mario_carrot_carry_jump_0.png │ │ ├── spr_mario_carrot_carry_jump_1.png │ │ ├── spr_mario_carrot_clear_0.png │ │ ├── spr_mario_carrot_climb_0.png │ │ ├── spr_mario_carrot_climb_1.png │ │ ├── spr_mario_carrot_duck_0.png │ │ ├── spr_mario_carrot_duck_1.png │ │ ├── spr_mario_carrot_duck_2.png │ │ ├── spr_mario_carrot_goal_0.png │ │ ├── spr_mario_carrot_goal_1.png │ │ ├── spr_mario_carrot_hold2_0.png │ │ ├── spr_mario_carrot_hold2_1.png │ │ ├── spr_mario_carrot_hold2_2.png │ │ ├── spr_mario_carrot_hold2_jump_0.png │ │ ├── spr_mario_carrot_hold2_jump_1.png │ │ ├── spr_mario_carrot_hold_0.png │ │ ├── spr_mario_carrot_hold_1.png │ │ ├── spr_mario_carrot_hold_2.png │ │ ├── spr_mario_carrot_hold_jump_0.png │ │ ├── spr_mario_carrot_hold_jump_1.png │ │ ├── spr_mario_carrot_jump_0.png │ │ ├── spr_mario_carrot_jump_1.png │ │ ├── spr_mario_carrot_jump_2.png │ │ ├── spr_mario_carrot_kick_0.png │ │ ├── spr_mario_carrot_kick_1.png │ │ ├── spr_mario_carrot_ride_0.png │ │ ├── spr_mario_carrot_ride_1.png │ │ ├── spr_mario_carrot_run_0.png │ │ ├── spr_mario_carrot_run_1.png │ │ ├── spr_mario_carrot_run_2.png │ │ ├── spr_mario_carrot_runjump_0.png │ │ ├── spr_mario_carrot_runjump_1.png │ │ ├── spr_mario_carrot_skid_0.png │ │ ├── spr_mario_carrot_slide_0.png │ │ ├── spr_mario_carrot_somersault_0.png │ │ ├── spr_mario_carrot_spin_0.png │ │ ├── spr_mario_carrot_spin_1.png │ │ ├── spr_mario_carrot_spin_2.png │ │ ├── spr_mario_carrot_spin_3.png │ │ ├── spr_mario_carrot_swim_0.png │ │ ├── spr_mario_carrot_swim_1.png │ │ ├── spr_mario_carrot_swim_2.png │ │ ├── spr_mario_carrot_walk_0.png │ │ ├── spr_mario_carrot_walk_1.png │ │ ├── spr_mario_carrot_walk_2.png │ │ ├── spr_mario_carrot_walljump_0.png │ │ ├── spr_mario_cat_attack2_0.png │ │ ├── spr_mario_cat_attack2_1.png │ │ ├── spr_mario_cat_attack2_2.png │ │ ├── spr_mario_cat_attack_0.png │ │ ├── spr_mario_cat_attack_1.png │ │ ├── spr_mario_cat_attack_2.png │ │ ├── spr_mario_cat_attack_3.png │ │ ├── spr_mario_cat_attack_4.png │ │ ├── spr_mario_cat_attack_5.png │ │ ├── spr_mario_cat_carry_0.png │ │ ├── spr_mario_cat_carry_1.png │ │ ├── spr_mario_cat_carry_2.png │ │ ├── spr_mario_cat_clear_0.png │ │ ├── spr_mario_cat_climb2_0.png │ │ ├── spr_mario_cat_climb2_1.png │ │ ├── spr_mario_cat_climb2_2.png │ │ ├── spr_mario_cat_climb2_3.png │ │ ├── spr_mario_cat_climb_0.png │ │ ├── spr_mario_cat_climb_1.png │ │ ├── spr_mario_cat_duck_0.png │ │ ├── spr_mario_cat_duck_1.png │ │ ├── spr_mario_cat_duck_2.png │ │ ├── spr_mario_cat_goal_0.png │ │ ├── spr_mario_cat_goal_1.png │ │ ├── spr_mario_cat_hold2_0.png │ │ ├── spr_mario_cat_hold2_1.png │ │ ├── spr_mario_cat_hold2_2.png │ │ ├── spr_mario_cat_hold_0.png │ │ ├── spr_mario_cat_hold_1.png │ │ ├── spr_mario_cat_hold_2.png │ │ ├── spr_mario_cat_jump_0.png │ │ ├── spr_mario_cat_jump_1.png │ │ ├── spr_mario_cat_kick_0.png │ │ ├── spr_mario_cat_kick_1.png │ │ ├── spr_mario_cat_ride_0.png │ │ ├── spr_mario_cat_ride_1.png │ │ ├── spr_mario_cat_skid_0.png │ │ ├── spr_mario_cat_slide_0.png │ │ ├── spr_mario_cat_somersault_0.png │ │ ├── spr_mario_cat_spin_0.png │ │ ├── spr_mario_cat_spin_1.png │ │ ├── spr_mario_cat_spin_2.png │ │ ├── spr_mario_cat_spin_3.png │ │ ├── spr_mario_cat_swim_0.png │ │ ├── spr_mario_cat_swim_1.png │ │ ├── spr_mario_cat_swim_2.png │ │ ├── spr_mario_cat_walk_0.png │ │ ├── spr_mario_cat_walk_1.png │ │ ├── spr_mario_cat_walk_2.png │ │ ├── spr_mario_cat_walk_3.png │ │ ├── spr_mario_dead_0.png │ │ ├── spr_mario_dead_1.png │ │ ├── spr_mario_fire_carry_0.png │ │ ├── spr_mario_fire_carry_1.png │ │ ├── spr_mario_fire_carry_2.png │ │ ├── spr_mario_fire_clear_0.png │ │ ├── spr_mario_fire_climb_0.png │ │ ├── spr_mario_fire_climb_1.png │ │ ├── spr_mario_fire_duck_0.png │ │ ├── spr_mario_fire_duck_1.png │ │ ├── spr_mario_fire_duck_2.png │ │ ├── spr_mario_fire_goal_0.png │ │ ├── spr_mario_fire_goal_1.png │ │ ├── spr_mario_fire_hold2_0.png │ │ ├── spr_mario_fire_hold2_1.png │ │ ├── spr_mario_fire_hold2_2.png │ │ ├── spr_mario_fire_hold_0.png │ │ ├── spr_mario_fire_hold_1.png │ │ ├── spr_mario_fire_hold_2.png │ │ ├── spr_mario_fire_jump_0.png │ │ ├── spr_mario_fire_jump_1.png │ │ ├── spr_mario_fire_kick_0.png │ │ ├── spr_mario_fire_kick_1.png │ │ ├── spr_mario_fire_ride_0.png │ │ ├── spr_mario_fire_ride_1.png │ │ ├── spr_mario_fire_run_0.png │ │ ├── spr_mario_fire_run_1.png │ │ ├── spr_mario_fire_run_2.png │ │ ├── spr_mario_fire_runjump_0.png │ │ ├── spr_mario_fire_shoot_0.png │ │ ├── spr_mario_fire_shoot_1.png │ │ ├── spr_mario_fire_shoot_2.png │ │ ├── spr_mario_fire_shoot_3.png │ │ ├── spr_mario_fire_skid_0.png │ │ ├── spr_mario_fire_slide_0.png │ │ ├── spr_mario_fire_somersault_0.png │ │ ├── spr_mario_fire_spin_0.png │ │ ├── spr_mario_fire_spin_1.png │ │ ├── spr_mario_fire_spin_2.png │ │ ├── spr_mario_fire_spin_3.png │ │ ├── spr_mario_fire_swim_0.png │ │ ├── spr_mario_fire_swim_1.png │ │ ├── spr_mario_fire_swim_2.png │ │ ├── spr_mario_fire_walk_0.png │ │ ├── spr_mario_fire_walk_1.png │ │ ├── spr_mario_fire_walk_2.png │ │ ├── spr_mario_fire_walljump_0.png │ │ ├── spr_mario_football_carry_0.png │ │ ├── spr_mario_football_carry_1.png │ │ ├── spr_mario_football_carry_2.png │ │ ├── spr_mario_football_clear_0.png │ │ ├── spr_mario_football_climb_0.png │ │ ├── spr_mario_football_climb_1.png │ │ ├── spr_mario_football_duck_0.png │ │ ├── spr_mario_football_duck_1.png │ │ ├── spr_mario_football_duck_2.png │ │ ├── spr_mario_football_goal_0.png │ │ ├── spr_mario_football_goal_1.png │ │ ├── spr_mario_football_hold2_0.png │ │ ├── spr_mario_football_hold2_1.png │ │ ├── spr_mario_football_hold2_2.png │ │ ├── spr_mario_football_hold_0.png │ │ ├── spr_mario_football_hold_1.png │ │ ├── spr_mario_football_hold_2.png │ │ ├── spr_mario_football_jump_0.png │ │ ├── spr_mario_football_jump_1.png │ │ ├── spr_mario_football_kick_0.png │ │ ├── spr_mario_football_kick_1.png │ │ ├── spr_mario_football_ride_0.png │ │ ├── spr_mario_football_ride_1.png │ │ ├── spr_mario_football_run_0.png │ │ ├── spr_mario_football_run_1.png │ │ ├── spr_mario_football_runjump_0.png │ │ ├── spr_mario_football_skid_0.png │ │ ├── spr_mario_football_slide_0.png │ │ ├── spr_mario_football_somersault_0.png │ │ ├── spr_mario_football_spin_0.png │ │ ├── spr_mario_football_spin_1.png │ │ ├── spr_mario_football_spin_2.png │ │ ├── spr_mario_football_spin_3.png │ │ ├── spr_mario_football_swim_0.png │ │ ├── spr_mario_football_swim_1.png │ │ ├── spr_mario_football_swim_2.png │ │ ├── spr_mario_football_walk_0.png │ │ ├── spr_mario_football_walk_1.png │ │ ├── spr_mario_football_walk_2.png │ │ ├── spr_mario_football_walljump_0.png │ │ ├── spr_mario_frog_carry_0.png │ │ ├── spr_mario_frog_carry_1.png │ │ ├── spr_mario_frog_carry_2.png │ │ ├── spr_mario_frog_clear_0.png │ │ ├── spr_mario_frog_climb_0.png │ │ ├── spr_mario_frog_climb_1.png │ │ ├── spr_mario_frog_duck_0.png │ │ ├── spr_mario_frog_goal_0.png │ │ ├── spr_mario_frog_goal_1.png │ │ ├── spr_mario_frog_hold2_0.png │ │ ├── spr_mario_frog_hold2_1.png │ │ ├── spr_mario_frog_hold2_2.png │ │ ├── spr_mario_frog_hold_0.png │ │ ├── spr_mario_frog_hold_1.png │ │ ├── spr_mario_frog_hold_2.png │ │ ├── spr_mario_frog_kick_0.png │ │ ├── spr_mario_frog_kick_1.png │ │ ├── spr_mario_frog_ride_0.png │ │ ├── spr_mario_frog_ride_1.png │ │ ├── spr_mario_frog_somersault_0.png │ │ ├── spr_mario_frog_spin_0.png │ │ ├── spr_mario_frog_spin_1.png │ │ ├── spr_mario_frog_spin_2.png │ │ ├── spr_mario_frog_spin_3.png │ │ ├── spr_mario_frog_swim2_0.png │ │ ├── spr_mario_frog_swim2_1.png │ │ ├── spr_mario_frog_swim2_2.png │ │ ├── spr_mario_frog_swim2_3.png │ │ ├── spr_mario_frog_swim3_0.png │ │ ├── spr_mario_frog_swim3_1.png │ │ ├── spr_mario_frog_swim3_2.png │ │ ├── spr_mario_frog_swim3_3.png │ │ ├── spr_mario_frog_swim4_0.png │ │ ├── spr_mario_frog_swim4_1.png │ │ ├── spr_mario_frog_swim4_2.png │ │ ├── spr_mario_frog_swim4_3.png │ │ ├── spr_mario_frog_swim_0.png │ │ ├── spr_mario_frog_swim_1.png │ │ ├── spr_mario_frog_walk_0.png │ │ ├── spr_mario_frog_walk_1.png │ │ ├── spr_mario_frog_walk_2.png │ │ ├── spr_mario_frog_walljump_0.png │ │ ├── spr_mario_grow_0.png │ │ ├── spr_mario_grow_1.png │ │ ├── spr_mario_grow_10.png │ │ ├── spr_mario_grow_11.png │ │ ├── spr_mario_grow_12.png │ │ ├── spr_mario_grow_2.png │ │ ├── spr_mario_grow_3.png │ │ ├── spr_mario_grow_4.png │ │ ├── spr_mario_grow_5.png │ │ ├── spr_mario_grow_6.png │ │ ├── spr_mario_grow_7.png │ │ ├── spr_mario_grow_8.png │ │ ├── spr_mario_grow_9.png │ │ ├── spr_mario_hammer_carry_0.png │ │ ├── spr_mario_hammer_carry_1.png │ │ ├── spr_mario_hammer_carry_2.png │ │ ├── spr_mario_hammer_clear_0.png │ │ ├── spr_mario_hammer_climb_0.png │ │ ├── spr_mario_hammer_climb_1.png │ │ ├── spr_mario_hammer_duck_0.png │ │ ├── spr_mario_hammer_duck_1.png │ │ ├── spr_mario_hammer_duck_2.png │ │ ├── spr_mario_hammer_goal_0.png │ │ ├── spr_mario_hammer_goal_1.png │ │ ├── spr_mario_hammer_hold2_0.png │ │ ├── spr_mario_hammer_hold2_1.png │ │ ├── spr_mario_hammer_hold2_2.png │ │ ├── spr_mario_hammer_hold_0.png │ │ ├── spr_mario_hammer_hold_1.png │ │ ├── spr_mario_hammer_hold_2.png │ │ ├── spr_mario_hammer_jump_0.png │ │ ├── spr_mario_hammer_jump_1.png │ │ ├── spr_mario_hammer_kick_0.png │ │ ├── spr_mario_hammer_kick_1.png │ │ ├── spr_mario_hammer_ride_0.png │ │ ├── spr_mario_hammer_ride_1.png │ │ ├── spr_mario_hammer_run_0.png │ │ ├── spr_mario_hammer_run_1.png │ │ ├── spr_mario_hammer_run_2.png │ │ ├── spr_mario_hammer_runjump_0.png │ │ ├── spr_mario_hammer_shoot_0.png │ │ ├── spr_mario_hammer_shoot_1.png │ │ ├── spr_mario_hammer_shoot_2.png │ │ ├── spr_mario_hammer_shoot_3.png │ │ ├── spr_mario_hammer_skid_0.png │ │ ├── spr_mario_hammer_slide_0.png │ │ ├── spr_mario_hammer_somersault_0.png │ │ ├── spr_mario_hammer_spin_0.png │ │ ├── spr_mario_hammer_spin_1.png │ │ ├── spr_mario_hammer_spin_2.png │ │ ├── spr_mario_hammer_spin_3.png │ │ ├── spr_mario_hammer_swim_0.png │ │ ├── spr_mario_hammer_swim_1.png │ │ ├── spr_mario_hammer_swim_2.png │ │ ├── spr_mario_hammer_walk_0.png │ │ ├── spr_mario_hammer_walk_1.png │ │ ├── spr_mario_hammer_walk_2.png │ │ ├── spr_mario_hammer_walljump_0.png │ │ ├── spr_mario_ice_carry_0.png │ │ ├── spr_mario_ice_carry_1.png │ │ ├── spr_mario_ice_carry_2.png │ │ ├── spr_mario_ice_clear_0.png │ │ ├── spr_mario_ice_climb_0.png │ │ ├── spr_mario_ice_climb_1.png │ │ ├── spr_mario_ice_duck_0.png │ │ ├── spr_mario_ice_duck_1.png │ │ ├── spr_mario_ice_duck_2.png │ │ ├── spr_mario_ice_goal_0.png │ │ ├── spr_mario_ice_goal_1.png │ │ ├── spr_mario_ice_hold2_0.png │ │ ├── spr_mario_ice_hold2_1.png │ │ ├── spr_mario_ice_hold2_2.png │ │ ├── spr_mario_ice_hold_0.png │ │ ├── spr_mario_ice_hold_1.png │ │ ├── spr_mario_ice_hold_2.png │ │ ├── spr_mario_ice_jump_0.png │ │ ├── spr_mario_ice_jump_1.png │ │ ├── spr_mario_ice_kick_0.png │ │ ├── spr_mario_ice_kick_1.png │ │ ├── spr_mario_ice_ride_0.png │ │ ├── spr_mario_ice_ride_1.png │ │ ├── spr_mario_ice_run_0.png │ │ ├── spr_mario_ice_run_1.png │ │ ├── spr_mario_ice_run_2.png │ │ ├── spr_mario_ice_runjump_0.png │ │ ├── spr_mario_ice_shoot_0.png │ │ ├── spr_mario_ice_shoot_1.png │ │ ├── spr_mario_ice_shoot_2.png │ │ ├── spr_mario_ice_shoot_3.png │ │ ├── spr_mario_ice_skid_0.png │ │ ├── spr_mario_ice_slide_0.png │ │ ├── spr_mario_ice_somersault_0.png │ │ ├── spr_mario_ice_spin_0.png │ │ ├── spr_mario_ice_spin_1.png │ │ ├── spr_mario_ice_spin_2.png │ │ ├── spr_mario_ice_spin_3.png │ │ ├── spr_mario_ice_swim_0.png │ │ ├── spr_mario_ice_swim_1.png │ │ ├── spr_mario_ice_swim_2.png │ │ ├── spr_mario_ice_walk_0.png │ │ ├── spr_mario_ice_walk_1.png │ │ ├── spr_mario_ice_walk_2.png │ │ ├── spr_mario_ice_walljump_0.png │ │ ├── spr_mario_lightning_carry_0.png │ │ ├── spr_mario_lightning_carry_1.png │ │ ├── spr_mario_lightning_carry_2.png │ │ ├── spr_mario_lightning_clear_0.png │ │ ├── spr_mario_lightning_climb_0.png │ │ ├── spr_mario_lightning_climb_1.png │ │ ├── spr_mario_lightning_duck_0.png │ │ ├── spr_mario_lightning_duck_1.png │ │ ├── spr_mario_lightning_duck_2.png │ │ ├── spr_mario_lightning_goal_0.png │ │ ├── spr_mario_lightning_goal_1.png │ │ ├── spr_mario_lightning_hold2_0.png │ │ ├── spr_mario_lightning_hold2_1.png │ │ ├── spr_mario_lightning_hold2_2.png │ │ ├── spr_mario_lightning_hold_0.png │ │ ├── spr_mario_lightning_hold_1.png │ │ ├── spr_mario_lightning_hold_2.png │ │ ├── spr_mario_lightning_jump_0.png │ │ ├── spr_mario_lightning_jump_1.png │ │ ├── spr_mario_lightning_kick_0.png │ │ ├── spr_mario_lightning_kick_1.png │ │ ├── spr_mario_lightning_ride_0.png │ │ ├── spr_mario_lightning_ride_1.png │ │ ├── spr_mario_lightning_run_0.png │ │ ├── spr_mario_lightning_run_1.png │ │ ├── spr_mario_lightning_run_2.png │ │ ├── spr_mario_lightning_runjump_0.png │ │ ├── spr_mario_lightning_shoot_0.png │ │ ├── spr_mario_lightning_shoot_1.png │ │ ├── spr_mario_lightning_shoot_2.png │ │ ├── spr_mario_lightning_shoot_3.png │ │ ├── spr_mario_lightning_skid_0.png │ │ ├── spr_mario_lightning_slide_0.png │ │ ├── spr_mario_lightning_somersault_0.png │ │ ├── spr_mario_lightning_spin_0.png │ │ ├── spr_mario_lightning_spin_1.png │ │ ├── spr_mario_lightning_spin_2.png │ │ ├── spr_mario_lightning_spin_3.png │ │ ├── spr_mario_lightning_swim_0.png │ │ ├── spr_mario_lightning_swim_1.png │ │ ├── spr_mario_lightning_swim_2.png │ │ ├── spr_mario_lightning_walk_0.png │ │ ├── spr_mario_lightning_walk_1.png │ │ ├── spr_mario_lightning_walk_2.png │ │ ├── spr_mario_lightning_walljump_0.png │ │ ├── spr_mario_penguin_carry_0.png │ │ ├── spr_mario_penguin_carry_1.png │ │ ├── spr_mario_penguin_carry_2.png │ │ ├── spr_mario_penguin_clear_0.png │ │ ├── spr_mario_penguin_climb_0.png │ │ ├── spr_mario_penguin_climb_1.png │ │ ├── spr_mario_penguin_duck_0.png │ │ ├── spr_mario_penguin_duck_1.png │ │ ├── spr_mario_penguin_duck_2.png │ │ ├── spr_mario_penguin_goal_0.png │ │ ├── spr_mario_penguin_goal_1.png │ │ ├── spr_mario_penguin_hold2_0.png │ │ ├── spr_mario_penguin_hold2_1.png │ │ ├── spr_mario_penguin_hold2_2.png │ │ ├── spr_mario_penguin_hold_0.png │ │ ├── spr_mario_penguin_hold_1.png │ │ ├── spr_mario_penguin_hold_2.png │ │ ├── spr_mario_penguin_jump_0.png │ │ ├── spr_mario_penguin_jump_1.png │ │ ├── spr_mario_penguin_kick_0.png │ │ ├── spr_mario_penguin_kick_1.png │ │ ├── spr_mario_penguin_ride_0.png │ │ ├── spr_mario_penguin_ride_1.png │ │ ├── spr_mario_penguin_run_0.png │ │ ├── spr_mario_penguin_run_1.png │ │ ├── spr_mario_penguin_run_2.png │ │ ├── spr_mario_penguin_runjump_0.png │ │ ├── spr_mario_penguin_shoot_0.png │ │ ├── spr_mario_penguin_shoot_1.png │ │ ├── spr_mario_penguin_shoot_2.png │ │ ├── spr_mario_penguin_shoot_3.png │ │ ├── spr_mario_penguin_skid_0.png │ │ ├── spr_mario_penguin_slide_0.png │ │ ├── spr_mario_penguin_somersault_0.png │ │ ├── spr_mario_penguin_spin_0.png │ │ ├── spr_mario_penguin_spin_1.png │ │ ├── spr_mario_penguin_spin_2.png │ │ ├── spr_mario_penguin_spin_3.png │ │ ├── spr_mario_penguin_swim2_0.png │ │ ├── spr_mario_penguin_swim2_1.png │ │ ├── spr_mario_penguin_swim2_2.png │ │ ├── spr_mario_penguin_swim2_3.png │ │ ├── spr_mario_penguin_swim3_0.png │ │ ├── spr_mario_penguin_swim3_1.png │ │ ├── spr_mario_penguin_swim3_2.png │ │ ├── spr_mario_penguin_swim3_3.png │ │ ├── spr_mario_penguin_swim4_0.png │ │ ├── spr_mario_penguin_swim4_1.png │ │ ├── spr_mario_penguin_swim4_2.png │ │ ├── spr_mario_penguin_swim4_3.png │ │ ├── spr_mario_penguin_swim_0.png │ │ ├── spr_mario_penguin_swim_1.png │ │ ├── spr_mario_penguin_walk_0.png │ │ ├── spr_mario_penguin_walk_1.png │ │ ├── spr_mario_penguin_walk_2.png │ │ ├── spr_mario_penguin_walljump_0.png │ │ ├── spr_mario_powerdown_0.png │ │ ├── spr_mario_powerdown_1.png │ │ ├── spr_mario_powerup_0.png │ │ ├── spr_mario_powerup_1.png │ │ ├── spr_mario_powerup_2.png │ │ ├── spr_mario_powerup_3.png │ │ ├── spr_mario_propeller_carry_0.png │ │ ├── spr_mario_propeller_carry_1.png │ │ ├── spr_mario_propeller_carry_2.png │ │ ├── spr_mario_propeller_clear_0.png │ │ ├── spr_mario_propeller_climb_0.png │ │ ├── spr_mario_propeller_climb_1.png │ │ ├── spr_mario_propeller_duck_0.png │ │ ├── spr_mario_propeller_duck_1.png │ │ ├── spr_mario_propeller_duck_2.png │ │ ├── spr_mario_propeller_goal_0.png │ │ ├── spr_mario_propeller_goal_1.png │ │ ├── spr_mario_propeller_hold2_0.png │ │ ├── spr_mario_propeller_hold2_1.png │ │ ├── spr_mario_propeller_hold2_2.png │ │ ├── spr_mario_propeller_hold_0.png │ │ ├── spr_mario_propeller_hold_1.png │ │ ├── spr_mario_propeller_hold_2.png │ │ ├── spr_mario_propeller_jump_0.png │ │ ├── spr_mario_propeller_jump_1.png │ │ ├── spr_mario_propeller_kick_0.png │ │ ├── spr_mario_propeller_kick_1.png │ │ ├── spr_mario_propeller_ride_0.png │ │ ├── spr_mario_propeller_ride_1.png │ │ ├── spr_mario_propeller_run_0.png │ │ ├── spr_mario_propeller_run_1.png │ │ ├── spr_mario_propeller_run_2.png │ │ ├── spr_mario_propeller_runjump_0.png │ │ ├── spr_mario_propeller_skid_0.png │ │ ├── spr_mario_propeller_slide_0.png │ │ ├── spr_mario_propeller_somersault_0.png │ │ ├── spr_mario_propeller_spin2_0.png │ │ ├── spr_mario_propeller_spin2_1.png │ │ ├── spr_mario_propeller_spin2_2.png │ │ ├── spr_mario_propeller_spin2_3.png │ │ ├── spr_mario_propeller_spin2_4.png │ │ ├── spr_mario_propeller_spin2_5.png │ │ ├── spr_mario_propeller_spin2_6.png │ │ ├── spr_mario_propeller_spin2_7.png │ │ ├── spr_mario_propeller_spin3_0.png │ │ ├── spr_mario_propeller_spin3_1.png │ │ ├── spr_mario_propeller_spin3_2.png │ │ ├── spr_mario_propeller_spin3_3.png │ │ ├── spr_mario_propeller_spin3_4.png │ │ ├── spr_mario_propeller_spin3_5.png │ │ ├── spr_mario_propeller_spin3_6.png │ │ ├── spr_mario_propeller_spin3_7.png │ │ ├── spr_mario_propeller_spin_0.png │ │ ├── spr_mario_propeller_spin_1.png │ │ ├── spr_mario_propeller_spin_2.png │ │ ├── spr_mario_propeller_spin_3.png │ │ ├── spr_mario_propeller_spin_4.png │ │ ├── spr_mario_propeller_spin_5.png │ │ ├── spr_mario_propeller_spin_6.png │ │ ├── spr_mario_propeller_spin_7.png │ │ ├── spr_mario_propeller_swim_0.png │ │ ├── spr_mario_propeller_swim_1.png │ │ ├── spr_mario_propeller_swim_2.png │ │ ├── spr_mario_propeller_walk_0.png │ │ ├── spr_mario_propeller_walk_1.png │ │ ├── spr_mario_propeller_walk_2.png │ │ ├── spr_mario_propeller_walljump_0.png │ │ ├── spr_mario_pull_0.png │ │ ├── spr_mario_pull_1.png │ │ ├── spr_mario_pull_10.png │ │ ├── spr_mario_pull_11.png │ │ ├── spr_mario_pull_12.png │ │ ├── spr_mario_pull_13.png │ │ ├── spr_mario_pull_14.png │ │ ├── spr_mario_pull_15.png │ │ ├── spr_mario_pull_16.png │ │ ├── spr_mario_pull_17.png │ │ ├── spr_mario_pull_18.png │ │ ├── spr_mario_pull_19.png │ │ ├── spr_mario_pull_2.png │ │ ├── spr_mario_pull_20.png │ │ ├── spr_mario_pull_21.png │ │ ├── spr_mario_pull_22.png │ │ ├── spr_mario_pull_23.png │ │ ├── spr_mario_pull_24.png │ │ ├── spr_mario_pull_25.png │ │ ├── spr_mario_pull_26.png │ │ ├── spr_mario_pull_27.png │ │ ├── spr_mario_pull_28.png │ │ ├── spr_mario_pull_29.png │ │ ├── spr_mario_pull_3.png │ │ ├── spr_mario_pull_30.png │ │ ├── spr_mario_pull_31.png │ │ ├── spr_mario_pull_32.png │ │ ├── spr_mario_pull_33.png │ │ ├── spr_mario_pull_34.png │ │ ├── spr_mario_pull_35.png │ │ ├── spr_mario_pull_36.png │ │ ├── spr_mario_pull_37.png │ │ ├── spr_mario_pull_4.png │ │ ├── spr_mario_pull_5.png │ │ ├── spr_mario_pull_6.png │ │ ├── spr_mario_pull_7.png │ │ ├── spr_mario_pull_8.png │ │ ├── spr_mario_pull_9.png │ │ ├── spr_mario_raccoon_attack_0.png │ │ ├── spr_mario_raccoon_attack_1.png │ │ ├── spr_mario_raccoon_attack_2.png │ │ ├── spr_mario_raccoon_attack_3.png │ │ ├── spr_mario_raccoon_carry_0.png │ │ ├── spr_mario_raccoon_carry_1.png │ │ ├── spr_mario_raccoon_carry_2.png │ │ ├── spr_mario_raccoon_carry_jump_0.png │ │ ├── spr_mario_raccoon_carry_jump_1.png │ │ ├── spr_mario_raccoon_carry_jump_2.png │ │ ├── spr_mario_raccoon_carry_jump_3.png │ │ ├── spr_mario_raccoon_clear_0.png │ │ ├── spr_mario_raccoon_climb_0.png │ │ ├── spr_mario_raccoon_climb_1.png │ │ ├── spr_mario_raccoon_duck_0.png │ │ ├── spr_mario_raccoon_duck_1.png │ │ ├── spr_mario_raccoon_duck_2.png │ │ ├── spr_mario_raccoon_duck_3.png │ │ ├── spr_mario_raccoon_duck_4.png │ │ ├── spr_mario_raccoon_duck_5.png │ │ ├── spr_mario_raccoon_duck_6.png │ │ ├── spr_mario_raccoon_duck_7.png │ │ ├── spr_mario_raccoon_duck_8.png │ │ ├── spr_mario_raccoon_goal_0.png │ │ ├── spr_mario_raccoon_goal_1.png │ │ ├── spr_mario_raccoon_hold2_0.png │ │ ├── spr_mario_raccoon_hold2_1.png │ │ ├── spr_mario_raccoon_hold2_2.png │ │ ├── spr_mario_raccoon_hold2_jump_0.png │ │ ├── spr_mario_raccoon_hold2_jump_1.png │ │ ├── spr_mario_raccoon_hold2_jump_2.png │ │ ├── spr_mario_raccoon_hold2_jump_3.png │ │ ├── spr_mario_raccoon_hold_0.png │ │ ├── spr_mario_raccoon_hold_1.png │ │ ├── spr_mario_raccoon_hold_2.png │ │ ├── spr_mario_raccoon_hold_jump_0.png │ │ ├── spr_mario_raccoon_hold_jump_1.png │ │ ├── spr_mario_raccoon_hold_jump_2.png │ │ ├── spr_mario_raccoon_hold_jump_3.png │ │ ├── spr_mario_raccoon_jump_0.png │ │ ├── spr_mario_raccoon_jump_1.png │ │ ├── spr_mario_raccoon_jump_2.png │ │ ├── spr_mario_raccoon_jump_3.png │ │ ├── spr_mario_raccoon_jump_4.png │ │ ├── spr_mario_raccoon_kick_0.png │ │ ├── spr_mario_raccoon_kick_1.png │ │ ├── spr_mario_raccoon_ride_0.png │ │ ├── spr_mario_raccoon_ride_1.png │ │ ├── spr_mario_raccoon_ride_2.png │ │ ├── spr_mario_raccoon_ride_3.png │ │ ├── spr_mario_raccoon_ride_4.png │ │ ├── spr_mario_raccoon_ride_5.png │ │ ├── spr_mario_raccoon_ride_6.png │ │ ├── spr_mario_raccoon_ride_7.png │ │ ├── spr_mario_raccoon_run_0.png │ │ ├── spr_mario_raccoon_run_1.png │ │ ├── spr_mario_raccoon_run_2.png │ │ ├── spr_mario_raccoon_runjump_0.png │ │ ├── spr_mario_raccoon_runjump_1.png │ │ ├── spr_mario_raccoon_runjump_2.png │ │ ├── spr_mario_raccoon_runjump_3.png │ │ ├── spr_mario_raccoon_skid_0.png │ │ ├── spr_mario_raccoon_slide_0.png │ │ ├── spr_mario_raccoon_somersault_0.png │ │ ├── spr_mario_raccoon_spin_0.png │ │ ├── spr_mario_raccoon_spin_1.png │ │ ├── spr_mario_raccoon_spin_2.png │ │ ├── spr_mario_raccoon_spin_3.png │ │ ├── spr_mario_raccoon_swim_0.png │ │ ├── spr_mario_raccoon_swim_1.png │ │ ├── spr_mario_raccoon_swim_2.png │ │ ├── spr_mario_raccoon_walk_0.png │ │ ├── spr_mario_raccoon_walk_1.png │ │ ├── spr_mario_raccoon_walk_2.png │ │ ├── spr_mario_raccoon_walljump_0.png │ │ ├── spr_mario_shell_carry_0.png │ │ ├── spr_mario_shell_carry_1.png │ │ ├── spr_mario_shell_carry_2.png │ │ ├── spr_mario_shell_clear_0.png │ │ ├── spr_mario_shell_climb_0.png │ │ ├── spr_mario_shell_climb_1.png │ │ ├── spr_mario_shell_duck_0.png │ │ ├── spr_mario_shell_duck_1.png │ │ ├── spr_mario_shell_duck_2.png │ │ ├── spr_mario_shell_goal_0.png │ │ ├── spr_mario_shell_goal_1.png │ │ ├── spr_mario_shell_hold2_0.png │ │ ├── spr_mario_shell_hold2_1.png │ │ ├── spr_mario_shell_hold2_2.png │ │ ├── spr_mario_shell_hold_0.png │ │ ├── spr_mario_shell_hold_1.png │ │ ├── spr_mario_shell_hold_2.png │ │ ├── spr_mario_shell_jump_0.png │ │ ├── spr_mario_shell_jump_1.png │ │ ├── spr_mario_shell_kick_0.png │ │ ├── spr_mario_shell_kick_1.png │ │ ├── spr_mario_shell_ride_0.png │ │ ├── spr_mario_shell_ride_1.png │ │ ├── spr_mario_shell_run_0.png │ │ ├── spr_mario_shell_run_1.png │ │ ├── spr_mario_shell_run_2.png │ │ ├── spr_mario_shell_runjump_0.png │ │ ├── spr_mario_shell_skid_0.png │ │ ├── spr_mario_shell_slide_0.png │ │ ├── spr_mario_shell_slide_1.png │ │ ├── spr_mario_shell_slide_2.png │ │ ├── spr_mario_shell_slide_3.png │ │ ├── spr_mario_shell_slide_4.png │ │ ├── spr_mario_shell_slide_5.png │ │ ├── spr_mario_shell_somersault_0.png │ │ ├── spr_mario_shell_spin_0.png │ │ ├── spr_mario_shell_spin_1.png │ │ ├── spr_mario_shell_spin_2.png │ │ ├── spr_mario_shell_spin_3.png │ │ ├── spr_mario_shell_swim_0.png │ │ ├── spr_mario_shell_swim_1.png │ │ ├── spr_mario_shell_swim_2.png │ │ ├── spr_mario_shell_walk_0.png │ │ ├── spr_mario_shell_walk_1.png │ │ ├── spr_mario_shell_walk_2.png │ │ ├── spr_mario_shell_walljump_0.png │ │ ├── spr_mario_shoe_0.png │ │ ├── spr_mario_shoe_1.png │ │ ├── spr_mario_shoe_10.png │ │ ├── spr_mario_shoe_11.png │ │ ├── spr_mario_shoe_12.png │ │ ├── spr_mario_shoe_13.png │ │ ├── spr_mario_shoe_14.png │ │ ├── spr_mario_shoe_15.png │ │ ├── spr_mario_shoe_16.png │ │ ├── spr_mario_shoe_17.png │ │ ├── spr_mario_shoe_18.png │ │ ├── spr_mario_shoe_2.png │ │ ├── spr_mario_shoe_3.png │ │ ├── spr_mario_shoe_4.png │ │ ├── spr_mario_shoe_5.png │ │ ├── spr_mario_shoe_6.png │ │ ├── spr_mario_shoe_7.png │ │ ├── spr_mario_shoe_8.png │ │ ├── spr_mario_shoe_9.png │ │ ├── spr_mario_shrink_0.png │ │ ├── spr_mario_shrink_1.png │ │ ├── spr_mario_shrink_10.png │ │ ├── spr_mario_shrink_11.png │ │ ├── spr_mario_shrink_12.png │ │ ├── spr_mario_shrink_2.png │ │ ├── spr_mario_shrink_3.png │ │ ├── spr_mario_shrink_4.png │ │ ├── spr_mario_shrink_5.png │ │ ├── spr_mario_shrink_6.png │ │ ├── spr_mario_shrink_7.png │ │ ├── spr_mario_shrink_8.png │ │ ├── spr_mario_shrink_9.png │ │ ├── spr_mario_small_carry_0.png │ │ ├── spr_mario_small_carry_1.png │ │ ├── spr_mario_small_clear_0.png │ │ ├── spr_mario_small_climb_0.png │ │ ├── spr_mario_small_climb_1.png │ │ ├── spr_mario_small_duck_0.png │ │ ├── spr_mario_small_duck_1.png │ │ ├── spr_mario_small_duck_2.png │ │ ├── spr_mario_small_goal_0.png │ │ ├── spr_mario_small_goal_1.png │ │ ├── spr_mario_small_hold2_0.png │ │ ├── spr_mario_small_hold2_1.png │ │ ├── spr_mario_small_hold_0.png │ │ ├── spr_mario_small_hold_1.png │ │ ├── spr_mario_small_jump_0.png │ │ ├── spr_mario_small_kick_0.png │ │ ├── spr_mario_small_kick_1.png │ │ ├── spr_mario_small_ride_0.png │ │ ├── spr_mario_small_ride_1.png │ │ ├── spr_mario_small_run_0.png │ │ ├── spr_mario_small_run_1.png │ │ ├── spr_mario_small_runjump_0.png │ │ ├── spr_mario_small_skid_0.png │ │ ├── spr_mario_small_slide_0.png │ │ ├── spr_mario_small_somersault_0.png │ │ ├── spr_mario_small_spin_0.png │ │ ├── spr_mario_small_spin_1.png │ │ ├── spr_mario_small_spin_2.png │ │ ├── spr_mario_small_spin_3.png │ │ ├── spr_mario_small_swim_0.png │ │ ├── spr_mario_small_swim_1.png │ │ ├── spr_mario_small_swim_2.png │ │ ├── spr_mario_small_walk_0.png │ │ ├── spr_mario_small_walk_1.png │ │ ├── spr_mario_small_walljump_0.png │ │ ├── spr_mario_super_carry_0.png │ │ ├── spr_mario_super_carry_1.png │ │ ├── spr_mario_super_carry_2.png │ │ ├── spr_mario_super_clear_0.png │ │ ├── spr_mario_super_climb_0.png │ │ ├── spr_mario_super_climb_1.png │ │ ├── spr_mario_super_duck_0.png │ │ ├── spr_mario_super_duck_1.png │ │ ├── spr_mario_super_duck_2.png │ │ ├── spr_mario_super_goal_0.png │ │ ├── spr_mario_super_goal_1.png │ │ ├── spr_mario_super_hold2_0.png │ │ ├── spr_mario_super_hold2_1.png │ │ ├── spr_mario_super_hold2_2.png │ │ ├── spr_mario_super_hold_0.png │ │ ├── spr_mario_super_hold_1.png │ │ ├── spr_mario_super_hold_2.png │ │ ├── spr_mario_super_jump_0.png │ │ ├── spr_mario_super_jump_1.png │ │ ├── spr_mario_super_kick_0.png │ │ ├── spr_mario_super_kick_1.png │ │ ├── spr_mario_super_ride_0.png │ │ ├── spr_mario_super_ride_1.png │ │ ├── spr_mario_super_run_0.png │ │ ├── spr_mario_super_run_1.png │ │ ├── spr_mario_super_run_2.png │ │ ├── spr_mario_super_runjump_0.png │ │ ├── spr_mario_super_shoot_0.png │ │ ├── spr_mario_super_shoot_1.png │ │ ├── spr_mario_super_shoot_2.png │ │ ├── spr_mario_super_shoot_3.png │ │ ├── spr_mario_super_skid_0.png │ │ ├── spr_mario_super_slide_0.png │ │ ├── spr_mario_super_somersault_0.png │ │ ├── spr_mario_super_spin_0.png │ │ ├── spr_mario_super_spin_1.png │ │ ├── spr_mario_super_spin_2.png │ │ ├── spr_mario_super_spin_3.png │ │ ├── spr_mario_super_swim_0.png │ │ ├── spr_mario_super_swim_1.png │ │ ├── spr_mario_super_swim_2.png │ │ ├── spr_mario_super_walk_0.png │ │ ├── spr_mario_super_walk_1.png │ │ ├── spr_mario_super_walk_2.png │ │ ├── spr_mario_super_walljump_0.png │ │ ├── spr_mario_tanooki_attack2_0.png │ │ ├── spr_mario_tanooki_attack_0.png │ │ ├── spr_mario_tanooki_attack_1.png │ │ ├── spr_mario_tanooki_attack_2.png │ │ ├── spr_mario_tanooki_attack_3.png │ │ ├── spr_mario_tanooki_carry_0.png │ │ ├── spr_mario_tanooki_carry_1.png │ │ ├── spr_mario_tanooki_carry_2.png │ │ ├── spr_mario_tanooki_carry_jump_0.png │ │ ├── spr_mario_tanooki_carry_jump_1.png │ │ ├── spr_mario_tanooki_carry_jump_2.png │ │ ├── spr_mario_tanooki_carry_jump_3.png │ │ ├── spr_mario_tanooki_clear_0.png │ │ ├── spr_mario_tanooki_climb_0.png │ │ ├── spr_mario_tanooki_climb_1.png │ │ ├── spr_mario_tanooki_duck_0.png │ │ ├── spr_mario_tanooki_duck_1.png │ │ ├── spr_mario_tanooki_duck_2.png │ │ ├── spr_mario_tanooki_duck_3.png │ │ ├── spr_mario_tanooki_duck_4.png │ │ ├── spr_mario_tanooki_duck_5.png │ │ ├── spr_mario_tanooki_duck_6.png │ │ ├── spr_mario_tanooki_duck_7.png │ │ ├── spr_mario_tanooki_duck_8.png │ │ ├── spr_mario_tanooki_goal_0.png │ │ ├── spr_mario_tanooki_goal_1.png │ │ ├── spr_mario_tanooki_hold2_0.png │ │ ├── spr_mario_tanooki_hold2_1.png │ │ ├── spr_mario_tanooki_hold2_2.png │ │ ├── spr_mario_tanooki_hold2_jump_0.png │ │ ├── spr_mario_tanooki_hold2_jump_1.png │ │ ├── spr_mario_tanooki_hold2_jump_2.png │ │ ├── spr_mario_tanooki_hold2_jump_3.png │ │ ├── spr_mario_tanooki_hold_0.png │ │ ├── spr_mario_tanooki_hold_1.png │ │ ├── spr_mario_tanooki_hold_2.png │ │ ├── spr_mario_tanooki_hold_jump_0.png │ │ ├── spr_mario_tanooki_hold_jump_1.png │ │ ├── spr_mario_tanooki_hold_jump_2.png │ │ ├── spr_mario_tanooki_hold_jump_3.png │ │ ├── spr_mario_tanooki_jump_0.png │ │ ├── spr_mario_tanooki_jump_1.png │ │ ├── spr_mario_tanooki_jump_2.png │ │ ├── spr_mario_tanooki_jump_3.png │ │ ├── spr_mario_tanooki_jump_4.png │ │ ├── spr_mario_tanooki_kick_0.png │ │ ├── spr_mario_tanooki_kick_1.png │ │ ├── spr_mario_tanooki_ride_0.png │ │ ├── spr_mario_tanooki_ride_1.png │ │ ├── spr_mario_tanooki_ride_2.png │ │ ├── spr_mario_tanooki_ride_3.png │ │ ├── spr_mario_tanooki_ride_4.png │ │ ├── spr_mario_tanooki_ride_5.png │ │ ├── spr_mario_tanooki_ride_6.png │ │ ├── spr_mario_tanooki_ride_7.png │ │ ├── spr_mario_tanooki_run_0.png │ │ ├── spr_mario_tanooki_run_1.png │ │ ├── spr_mario_tanooki_run_2.png │ │ ├── spr_mario_tanooki_runjump_0.png │ │ ├── spr_mario_tanooki_runjump_1.png │ │ ├── spr_mario_tanooki_runjump_2.png │ │ ├── spr_mario_tanooki_runjump_3.png │ │ ├── spr_mario_tanooki_skid_0.png │ │ ├── spr_mario_tanooki_slide_0.png │ │ ├── spr_mario_tanooki_somersault_0.png │ │ ├── spr_mario_tanooki_spin_0.png │ │ ├── spr_mario_tanooki_spin_1.png │ │ ├── spr_mario_tanooki_spin_2.png │ │ ├── spr_mario_tanooki_spin_3.png │ │ ├── spr_mario_tanooki_swim_0.png │ │ ├── spr_mario_tanooki_swim_1.png │ │ ├── spr_mario_tanooki_swim_2.png │ │ ├── spr_mario_tanooki_walk_0.png │ │ ├── spr_mario_tanooki_walk_1.png │ │ ├── spr_mario_tanooki_walk_2.png │ │ ├── spr_mario_tanooki_walljump_0.png │ │ ├── spr_mario_transform_0.png │ │ ├── spr_mario_transform_1.png │ │ ├── spr_mario_transform_2.png │ │ ├── spr_mario_transform_3.png │ │ ├── spr_mario_transform_4.png │ │ ├── spr_mario_transform_5.png │ │ ├── spr_mariostart_0.png │ │ ├── spr_mariostart_1.png │ │ ├── spr_marker_beezo_0.png │ │ ├── spr_marker_bobomb_0.png │ │ ├── spr_marker_boo_0.png │ │ ├── spr_marker_bulletbill_0.png │ │ ├── spr_marker_cheep_0.png │ │ ├── spr_marker_cheep_spiked_0.png │ │ ├── spr_marker_dolphin_0.png │ │ ├── spr_marker_eerie_0.png │ │ ├── spr_marker_end_0.png │ │ ├── spr_marker_enemy_0.png │ │ ├── spr_marker_event2_0.png │ │ ├── spr_marker_event_0.png │ │ ├── spr_marker_firebar_0.png │ │ ├── spr_marker_galoomba_0.png │ │ ├── spr_marker_giantwarpcannon_0.png │ │ ├── spr_marker_laser_0.png │ │ ├── spr_marker_missilebill_0.png │ │ ├── spr_marker_npctalk_0.png │ │ ├── spr_marker_peepa_0.png │ │ ├── spr_marker_rotodisc_0.png │ │ ├── spr_marker_spinners_0.png │ │ ├── spr_marker_warpcannon_0.png │ │ ├── spr_marker_warppipe_0.png │ │ ├── spr_marker_warppipe_down_0.png │ │ ├── spr_marker_warppipe_left_0.png │ │ ├── spr_marker_warppipe_right_0.png │ │ ├── spr_marker_warppipe_up_0.png │ │ ├── spr_mask_0.png │ │ ├── spr_mblock_0.png │ │ ├── spr_mbomb_0.png │ │ ├── spr_mbomb_1.png │ │ ├── spr_mbomb_th_0.png │ │ ├── spr_mbomb_th_1.png │ │ ├── spr_mbomb_th_2.png │ │ ├── spr_mbomb_th_3.png │ │ ├── spr_mechakoopa_0.png │ │ ├── spr_mechakoopa_1.png │ │ ├── spr_mechakoopa_2.png │ │ ├── spr_mechakoopa_3.png │ │ ├── spr_mechakoopa_held_0.png │ │ ├── spr_megamole_0.png │ │ ├── spr_megamole_1.png │ │ ├── spr_messageblock_0.png │ │ ├── spr_messagebox_0.png │ │ ├── spr_midwaygate_0.png │ │ ├── spr_midwaygate_1.png │ │ ├── spr_midwaygate_10.png │ │ ├── spr_midwaygate_11.png │ │ ├── spr_midwaygate_2.png │ │ ├── spr_midwaygate_3.png │ │ ├── spr_midwaygate_4.png │ │ ├── spr_midwaygate_5.png │ │ ├── spr_midwaygate_6.png │ │ ├── spr_midwaygate_7.png │ │ ├── spr_midwaygate_8.png │ │ ├── spr_midwaygate_9.png │ │ ├── spr_midwaygate_b_0.png │ │ ├── spr_midwaygate_b_1.png │ │ ├── spr_midwaygate_b_10.png │ │ ├── spr_midwaygate_b_11.png │ │ ├── spr_midwaygate_b_2.png │ │ ├── spr_midwaygate_b_3.png │ │ ├── spr_midwaygate_b_4.png │ │ ├── spr_midwaygate_b_5.png │ │ ├── spr_midwaygate_b_6.png │ │ ├── spr_midwaygate_b_7.png │ │ ├── spr_midwaygate_b_8.png │ │ ├── spr_midwaygate_b_9.png │ │ ├── spr_midwaygate_tape_0.png │ │ ├── spr_missilebill_0.png │ │ ├── spr_missilebill_1.png │ │ ├── spr_missilebill_2.png │ │ ├── spr_missilebill_3.png │ │ ├── spr_modifier_0.png │ │ ├── spr_modifier_music_0.png │ │ ├── spr_modifier_water_0.png │ │ ├── spr_montymole_0.png │ │ ├── spr_montymole_1.png │ │ ├── spr_montymole_b_0.png │ │ ├── spr_montymole_b_1.png │ │ ├── spr_montymole_dirt_0.png │ │ ├── spr_montymole_dirt_1.png │ │ ├── spr_montymole_dirt_wall_0.png │ │ ├── spr_montymole_dirt_wall_1.png │ │ ├── spr_movingengine_0.png │ │ ├── spr_movingengine_1.png │ │ ├── spr_movingengine_2.png │ │ ├── spr_movingengine_3.png │ │ ├── spr_movingpipe_0.png │ │ ├── spr_movingpipe_1.png │ │ ├── spr_movingrope_0.png │ │ ├── spr_movingrope_1.png │ │ ├── spr_movingsaw_0.png │ │ ├── spr_movingsaw_1.png │ │ ├── spr_movingsaw_down_0.png │ │ ├── spr_movingsaw_down_1.png │ │ ├── spr_mugshot_0.png │ │ ├── spr_mugshot_signpost_0.png │ │ ├── spr_mugshot_toad_0.png │ │ ├── spr_mugshot_toad_1.png │ │ ├── spr_muncher_0.png │ │ ├── spr_muncher_1.png │ │ ├── spr_muncher_2.png │ │ ├── spr_muncher_3.png │ │ ├── spr_muncher_pipe2_0.png │ │ ├── spr_muncher_pipe2_1.png │ │ ├── spr_muncher_pipe2_2.png │ │ ├── spr_muncher_pipe2_3.png │ │ ├── spr_muncher_pipe2_4.png │ │ ├── spr_muncher_pipe_0.png │ │ ├── spr_muncher_pipe_1.png │ │ ├── spr_muncher_pipe_2.png │ │ ├── spr_muncher_pipe_3.png │ │ ├── spr_muncher_pipe_4.png │ │ ├── spr_mushroom_0.png │ │ ├── spr_mushroomplatform_0.png │ │ ├── spr_mushroomplatform_1.png │ │ ├── spr_mushroomplatform_2.png │ │ ├── spr_mushroomplatform_3.png │ │ ├── spr_mushroomplatform_4.png │ │ ├── spr_mushroomplatform_5.png │ │ ├── spr_netkoopa_0.png │ │ ├── spr_netkoopa_1.png │ │ ├── spr_netkoopa_b_0.png │ │ ├── spr_netkoopa_b_1.png │ │ ├── spr_netkoopa_red_0.png │ │ ├── spr_netkoopa_red_1.png │ │ ├── spr_netkoopa_red_b_0.png │ │ ├── spr_netkoopa_red_b_1.png │ │ ├── spr_netkoopa_red_turn_0.png │ │ ├── spr_netkoopa_red_turn_1.png │ │ ├── spr_netkoopa_turn_0.png │ │ ├── spr_netkoopa_turn_1.png │ │ ├── spr_ninji_0.png │ │ ├── spr_ninji_1.png │ │ ├── spr_ninji_big_0.png │ │ ├── spr_ninji_big_1.png │ │ ├── spr_ninji_black_0.png │ │ ├── spr_ninji_black_1.png │ │ ├── spr_nipper_0.png │ │ ├── spr_nipper_1.png │ │ ├── spr_nipper_jump_0.png │ │ ├── spr_nipper_jump_1.png │ │ ├── spr_nokobomb_0.png │ │ ├── spr_nokobomb_1.png │ │ ├── spr_nokobomb_bomb_0.png │ │ ├── spr_nokobomb_bomb_1.png │ │ ├── spr_nokobomb_bomb_2.png │ │ ├── spr_nokobomb_bomb_3.png │ │ ├── spr_nokobombette_0.png │ │ ├── spr_nokobombette_1.png │ │ ├── spr_nokobombette_bomb_0.png │ │ ├── spr_nokobombette_bomb_1.png │ │ ├── spr_nokobombette_bomb_2.png │ │ ├── spr_nokobombette_bomb_3.png │ │ ├── spr_nokobombette_bomb_4.png │ │ ├── spr_nokobombette_bomb_5.png │ │ ├── spr_nomask_0.png │ │ ├── spr_note_0.png │ │ ├── spr_noteblock_0.png │ │ ├── spr_noteblock_1.png │ │ ├── spr_noteblock_2.png │ │ ├── spr_noteblock_3.png │ │ ├── spr_noteblock_blue_0.png │ │ ├── spr_noteblock_blue_1.png │ │ ├── spr_noteblock_blue_2.png │ │ ├── spr_noteblock_blue_3.png │ │ ├── spr_noteblock_blue_hidden_0.png │ │ ├── spr_noteblock_diagonal_l_0.png │ │ ├── spr_noteblock_diagonal_l_1.png │ │ ├── spr_noteblock_diagonal_l_2.png │ │ ├── spr_noteblock_diagonal_l_3.png │ │ ├── spr_noteblock_diagonal_r_0.png │ │ ├── spr_noteblock_diagonal_r_1.png │ │ ├── spr_noteblock_diagonal_r_2.png │ │ ├── spr_noteblock_diagonal_r_3.png │ │ ├── spr_noteblock_hidden_0.png │ │ ├── spr_noteblock_warp_0.png │ │ ├── spr_noteblock_warp_1.png │ │ ├── spr_noteblock_warp_2.png │ │ ├── spr_noteblock_warp_3.png │ │ ├── spr_noteblock_warp_hidden_0.png │ │ ├── spr_notespark_0.png │ │ ├── spr_notespark_1.png │ │ ├── spr_notespark_2.png │ │ ├── spr_notespark_3.png │ │ ├── spr_numbers_0.png │ │ ├── spr_numbers_1.png │ │ ├── spr_numbers_2.png │ │ ├── spr_numbers_3.png │ │ ├── spr_numbers_4.png │ │ ├── spr_numbers_5.png │ │ ├── spr_numbers_6.png │ │ ├── spr_numbers_7.png │ │ ├── spr_numbers_8.png │ │ ├── spr_numbers_9.png │ │ ├── spr_numbersblack_0.png │ │ ├── spr_numbersblack_1.png │ │ ├── spr_numbersblack_2.png │ │ ├── spr_numbersblack_3.png │ │ ├── spr_numbersblack_4.png │ │ ├── spr_numbersblack_5.png │ │ ├── spr_numbersblack_6.png │ │ ├── spr_numbersblack_7.png │ │ ├── spr_numbersblack_8.png │ │ ├── spr_numbersblack_9.png │ │ ├── spr_numbersgold_0.png │ │ ├── spr_numbersgold_1.png │ │ ├── spr_numbersgold_2.png │ │ ├── spr_numbersgold_3.png │ │ ├── spr_numbersgold_4.png │ │ ├── spr_numbersgold_5.png │ │ ├── spr_numbersgold_6.png │ │ ├── spr_numbersgold_7.png │ │ ├── spr_numbersgold_8.png │ │ ├── spr_numbersgold_9.png │ │ ├── spr_onoffblock_b_0.png │ │ ├── spr_onoffblock_b_1.png │ │ ├── spr_onoffblock_g_0.png │ │ ├── spr_onoffblock_g_1.png │ │ ├── spr_onoffblock_r_0.png │ │ ├── spr_onoffblock_r_1.png │ │ ├── spr_onoffblock_y_0.png │ │ ├── spr_onoffblock_y_1.png │ │ ├── spr_onofflift_b_0.png │ │ ├── spr_onofflift_b_1.png │ │ ├── spr_onofflift_g_0.png │ │ ├── spr_onofflift_g_1.png │ │ ├── spr_onofflift_r_0.png │ │ ├── spr_onofflift_r_1.png │ │ ├── spr_onofflift_y_0.png │ │ ├── spr_onofflift_y_1.png │ │ ├── spr_onoffplatform_b_0.png │ │ ├── spr_onoffplatform_b_1.png │ │ ├── spr_onoffplatform_g_0.png │ │ ├── spr_onoffplatform_g_1.png │ │ ├── spr_onoffplatform_r_0.png │ │ ├── spr_onoffplatform_r_1.png │ │ ├── spr_onoffplatform_y_0.png │ │ ├── spr_onoffplatform_y_1.png │ │ ├── spr_opener_0.png │ │ ├── spr_palaceswitch_b_0.png │ │ ├── spr_palaceswitch_b_1.png │ │ ├── spr_palaceswitch_g_0.png │ │ ├── spr_palaceswitch_g_1.png │ │ ├── spr_palaceswitch_r_0.png │ │ ├── spr_palaceswitch_r_1.png │ │ ├── spr_palaceswitch_y_0.png │ │ ├── spr_palaceswitch_y_1.png │ │ ├── spr_palette_brick_0.png │ │ ├── spr_palette_door_0.png │ │ ├── spr_palette_mario_0.png │ │ ├── spr_palette_null_0.png │ │ ├── spr_palette_qblock_0.png │ │ ├── spr_palette_qblock_empty_0.png │ │ ├── spr_palette_score_0.png │ │ ├── spr_palette_warpnoteblock_0.png │ │ ├── spr_palette_wiggler_0.png │ │ ├── spr_palette_yoshi_0.png │ │ ├── spr_panser_0.png │ │ ├── spr_panser_1.png │ │ ├── spr_panser_2.png │ │ ├── spr_panser_b_0.png │ │ ├── spr_panser_b_1.png │ │ ├── spr_panser_b_2.png │ │ ├── spr_panser_fire_0.png │ │ ├── spr_panser_fire_1.png │ │ ├── spr_panser_fire_2.png │ │ ├── spr_panser_g_0.png │ │ ├── spr_panser_g_1.png │ │ ├── spr_panser_g_2.png │ │ ├── spr_panser_p_0.png │ │ ├── spr_panser_p_1.png │ │ ├── spr_panser_p_2.png │ │ ├── spr_parabeetle_0.png │ │ ├── spr_parabeetle_1.png │ │ ├── spr_parakoopa_0.png │ │ ├── spr_parakoopa_1.png │ │ ├── spr_parakoopa_2.png │ │ ├── spr_parakoopa_3.png │ │ ├── spr_parakoopa_big_0.png │ │ ├── spr_parakoopa_big_1.png │ │ ├── spr_parakoopa_big_red_0.png │ │ ├── spr_parakoopa_big_red_1.png │ │ ├── spr_parakoopa_red_0.png │ │ ├── spr_parakoopa_red_1.png │ │ ├── spr_parakoopa_red_2.png │ │ ├── spr_parakoopa_red_3.png │ │ ├── spr_parakoopa_yellow_0.png │ │ ├── spr_parakoopa_yellow_1.png │ │ ├── spr_parakoopa_yellow_jump_0.png │ │ ├── spr_parakoopa_yellow_jump_1.png │ │ ├── spr_parakoopa_yellow_jump_2.png │ │ ├── spr_parakoopa_yellow_jump_3.png │ │ ├── spr_pararus_0.png │ │ ├── spr_pararus_1.png │ │ ├── spr_pararus_2.png │ │ ├── spr_pararus_3.png │ │ ├── spr_path_0.png │ │ ├── spr_path_1.png │ │ ├── spr_path_2.png │ │ ├── spr_path_3.png │ │ ├── spr_path_circle_1x_a_0.png │ │ ├── spr_path_circle_1x_b_0.png │ │ ├── spr_path_circle_1x_c_0.png │ │ ├── spr_path_circle_1x_d_0.png │ │ ├── spr_path_circle_2x_a_0.png │ │ ├── spr_path_circle_2x_b_0.png │ │ ├── spr_path_circle_2x_c_0.png │ │ ├── spr_path_circle_2x_d_0.png │ │ ├── spr_path_diagonal_l_0.png │ │ ├── spr_path_diagonal_r_0.png │ │ ├── spr_path_hor_0.png │ │ ├── spr_path_vert_0.png │ │ ├── spr_pausemenu_0.png │ │ ├── spr_pausemenu_1.png │ │ ├── spr_pausemenu_2.png │ │ ├── spr_pblock_0.png │ │ ├── spr_pcoin_0.png │ │ ├── spr_pcoin_1.png │ │ ├── spr_pcoin_2.png │ │ ├── spr_pcoin_3.png │ │ ├── spr_peepa_0.png │ │ ├── spr_peepa_1.png │ │ ├── spr_peepa_2.png │ │ ├── spr_peepa_3.png │ │ ├── spr_pencilpillar_0.png │ │ ├── spr_penguinsuit_0.png │ │ ├── spr_penguinsuit_1.png │ │ ├── spr_pentaroshoe_0.png │ │ ├── spr_pentaroshoe_1.png │ │ ├── spr_phanto_0.png │ │ ├── spr_phanto_1.png │ │ ├── spr_phanto_2.png │ │ ├── spr_phanto_3.png │ │ ├── spr_pipecorner_dl_0.png │ │ ├── spr_pipecorner_dr_0.png │ │ ├── spr_pipecorner_ul_0.png │ │ ├── spr_pipecorner_ur_0.png │ │ ├── spr_pipemask_0.png │ │ ├── spr_pipey_0.png │ │ ├── spr_pipey_1.png │ │ ├── spr_pipeypipe_0.png │ │ ├── spr_pipeypipe_1.png │ │ ├── spr_pipeypipe_2.png │ │ ├── spr_pipeypipe_3.png │ │ ├── spr_pipeypipe_held_0.png │ │ ├── spr_pipeypipe_held_1.png │ │ ├── spr_pipeypipe_held_2.png │ │ ├── spr_pipeypipe_held_3.png │ │ ├── spr_pipeypipe_plant_0.png │ │ ├── spr_pipeypipe_plant_1.png │ │ ├── spr_platform_0.png │ │ ├── spr_platform_32x_0.png │ │ ├── spr_platform_64x_0.png │ │ ├── spr_platform_blue_0.png │ │ ├── spr_platform_blue_32x_0.png │ │ ├── spr_platform_blue_64x_0.png │ │ ├── spr_platform_smw_0.png │ │ ├── spr_platform_touch_0.png │ │ ├── spr_platform_touch_1.png │ │ ├── spr_platform_touch_32x_0.png │ │ ├── spr_platform_touch_32x_1.png │ │ ├── spr_platform_touch_64x_0.png │ │ ├── spr_platform_touch_64x_1.png │ │ ├── spr_plusclock_10_0.png │ │ ├── spr_plusclock_10_1.png │ │ ├── spr_plusclock_10_2.png │ │ ├── spr_plusclock_10_3.png │ │ ├── spr_plusclock_10_4.png │ │ ├── spr_plusclock_10_5.png │ │ ├── spr_plusclock_10_6.png │ │ ├── spr_plusclock_10_7.png │ │ ├── spr_plusclock_10_8.png │ │ ├── spr_plusclock_10_9.png │ │ ├── spr_plusclock_50_0.png │ │ ├── spr_plusclock_50_1.png │ │ ├── spr_plusclock_50_2.png │ │ ├── spr_plusclock_50_3.png │ │ ├── spr_plusclock_50_4.png │ │ ├── spr_plusclock_50_5.png │ │ ├── spr_plusclock_50_6.png │ │ ├── spr_plusclock_50_7.png │ │ ├── spr_plusclock_50_8.png │ │ ├── spr_plusclock_50_9.png │ │ ├── spr_podoboo_0.png │ │ ├── spr_podoboo_1.png │ │ ├── spr_podoboo_2.png │ │ ├── spr_poison_0.png │ │ ├── spr_pokey_0.png │ │ ├── spr_pokey_1.png │ │ ├── spr_pokey_green_0.png │ │ ├── spr_pokey_green_1.png │ │ ├── spr_pop_0.png │ │ ├── spr_pop_1.png │ │ ├── spr_pop_2.png │ │ ├── spr_porchupuffer_0.png │ │ ├── spr_porchupuffer_1.png │ │ ├── spr_porcupo_0.png │ │ ├── spr_porcupo_1.png │ │ ├── spr_porcupo_r_0.png │ │ ├── spr_porcupo_r_1.png │ │ ├── spr_powblock_0.png │ │ ├── spr_powblock_1.png │ │ ├── spr_powblock_2.png │ │ ├── spr_powblock_3.png │ │ ├── spr_powblock_4.png │ │ ├── spr_powblock_5.png │ │ ├── spr_powblock_6.png │ │ ├── spr_powblock_7.png │ │ ├── spr_powblock_large_0.png │ │ ├── spr_powblock_large_1.png │ │ ├── spr_powblock_large_2.png │ │ ├── spr_powblock_large_3.png │ │ ├── spr_powblock_large_4.png │ │ ├── spr_powblock_large_5.png │ │ ├── spr_powblock_large_6.png │ │ ├── spr_powblock_large_7.png │ │ ├── spr_powblock_large_th_0.png │ │ ├── spr_powblock_th_0.png │ │ ├── spr_powblock_th_1.png │ │ ├── spr_powblock_th_2.png │ │ ├── spr_powblock_th_3.png │ │ ├── spr_powblock_th_4.png │ │ ├── spr_powblock_th_5.png │ │ ├── spr_pplant_0.png │ │ ├── spr_pplant_1.png │ │ ├── spr_pplant_fire_0.png │ │ ├── spr_pplant_fire_1.png │ │ ├── spr_pplant_fire_2.png │ │ ├── spr_pplant_fire_3.png │ │ ├── spr_pplant_ice_0.png │ │ ├── spr_pplant_ice_1.png │ │ ├── spr_pplant_ice_2.png │ │ ├── spr_pplant_ice_3.png │ │ ├── spr_pplant_large_0.png │ │ ├── spr_pplant_large_1.png │ │ ├── spr_pplant_large_fire_0.png │ │ ├── spr_pplant_large_fire_1.png │ │ ├── spr_pplant_large_fire_2.png │ │ ├── spr_pplant_large_fire_3.png │ │ ├── spr_pplant_large_ice_0.png │ │ ├── spr_pplant_large_ice_1.png │ │ ├── spr_pplant_large_ice_2.png │ │ ├── spr_pplant_large_ice_3.png │ │ ├── spr_pplant_side_0.png │ │ ├── spr_pplant_side_1.png │ │ ├── spr_pplant_side_fire_0.png │ │ ├── spr_pplant_side_fire_1.png │ │ ├── spr_pplant_side_fire_2.png │ │ ├── spr_pplant_side_fire_3.png │ │ ├── spr_pplant_side_ice_0.png │ │ ├── spr_pplant_side_ice_1.png │ │ ├── spr_pplant_side_ice_2.png │ │ ├── spr_pplant_side_ice_3.png │ │ ├── spr_propellerblock_0.png │ │ ├── spr_propellerblock_1.png │ │ ├── spr_propellerblock_2.png │ │ ├── spr_propellerblock_3.png │ │ ├── spr_propellershroom_0.png │ │ ├── spr_propellershroom_1.png │ │ ├── spr_propellershroom_2.png │ │ ├── spr_propellershroom_3.png │ │ ├── spr_pswitch_0.png │ │ ├── spr_pswitch_1.png │ │ ├── spr_pswitchblock_0.png │ │ ├── spr_pswitchblock_1.png │ │ ├── spr_ptooie_0.png │ │ ├── spr_ptooie_1.png │ │ ├── spr_ptooie_ball_0.png │ │ ├── spr_ptooie_ball_1.png │ │ ├── spr_ptooie_blow_0.png │ │ ├── spr_ptooie_blow_1.png │ │ ├── spr_pulleyplatform_0.png │ │ ├── spr_pulleyplatform_32x_0.png │ │ ├── spr_pulleyplatform_64x_0.png │ │ ├── spr_pullkey_0.png │ │ ├── spr_pwing_0.png │ │ ├── spr_qblock_0.png │ │ ├── spr_qblock_1.png │ │ ├── spr_qblock_2.png │ │ ├── spr_qblock_3.png │ │ ├── spr_qblock_big_0.png │ │ ├── spr_qblock_big_1.png │ │ ├── spr_qblock_big_empty_0.png │ │ ├── spr_qblock_double_0.png │ │ ├── spr_qblock_double_1.png │ │ ├── spr_qblock_double_empty_0.png │ │ ├── spr_qblock_double_hidden_0.png │ │ ├── spr_qblock_empty_0.png │ │ ├── spr_qblock_hidden_0.png │ │ ├── spr_qblock_p_0.png │ │ ├── spr_qblock_p_1.png │ │ ├── spr_qblock_p_2.png │ │ ├── spr_qblock_p_3.png │ │ ├── spr_qblock_spiked_0.png │ │ ├── spr_qblock_spiked_nospin_0.png │ │ ├── spr_qblock_triple_0.png │ │ ├── spr_qblock_triple_1.png │ │ ├── spr_qblock_triple_empty_0.png │ │ ├── spr_qblock_triple_hidden_0.png │ │ ├── spr_qblock_winged_0.png │ │ ├── spr_qblock_winged_1.png │ │ ├── spr_qswitchblock_0.png │ │ ├── spr_qswitchblock_1.png │ │ ├── spr_quicksand_0.png │ │ ├── spr_quicksand_1.png │ │ ├── spr_quicksand_2.png │ │ ├── spr_quicksand_3.png │ │ ├── spr_quicksandb_0.png │ │ ├── spr_quicksandb_1.png │ │ ├── spr_quicksandb_2.png │ │ ├── spr_quicksandb_3.png │ │ ├── spr_rain_0.png │ │ ├── spr_rain_1.png │ │ ├── spr_rain_2.png │ │ ├── spr_rain_3.png │ │ ├── spr_redbrick_0.png │ │ ├── spr_redbrick_1.png │ │ ├── spr_redbrick_2.png │ │ ├── spr_redbrick_3.png │ │ ├── spr_redbrick_th_0.png │ │ ├── spr_redbrick_th_1.png │ │ ├── spr_redbrick_th_2.png │ │ ├── spr_redbrick_th_3.png │ │ ├── spr_redcoin_0.png │ │ ├── spr_redcoin_1.png │ │ ├── spr_redcoin_2.png │ │ ├── spr_redcoin_3.png │ │ ├── spr_redring_0.png │ │ ├── spr_redring_1.png │ │ ├── spr_redring_2.png │ │ ├── spr_redring_3.png │ │ ├── spr_redring_4.png │ │ ├── spr_redring_5.png │ │ ├── spr_redring_6.png │ │ ├── spr_redring_7.png │ │ ├── spr_redring_active_0.png │ │ ├── spr_redring_active_1.png │ │ ├── spr_redring_active_2.png │ │ ├── spr_redring_active_3.png │ │ ├── spr_redring_active_4.png │ │ ├── spr_redring_active_5.png │ │ ├── spr_rex2_0.png │ │ ├── spr_rex2_1.png │ │ ├── spr_rex_0.png │ │ ├── spr_rex_1.png │ │ ├── spr_rex_red2_0.png │ │ ├── spr_rex_red2_1.png │ │ ├── spr_rex_red_0.png │ │ ├── spr_rex_red_1.png │ │ ├── spr_rex_red_sq_0.png │ │ ├── spr_rex_sq_0.png │ │ ├── spr_right_0.png │ │ ├── spr_ripvanfish_0.png │ │ ├── spr_ripvanfish_1.png │ │ ├── spr_ripvanfish_chase_0.png │ │ ├── spr_ripvanfish_chase_1.png │ │ ├── spr_ripvanfish_snore_0.png │ │ ├── spr_ripvanfish_snore_1.png │ │ ├── spr_ripvanfish_snore_2.png │ │ ├── spr_ripvanfish_snore_3.png │ │ ├── spr_ripvanfish_snore_4.png │ │ ├── spr_rocket2_0.png │ │ ├── spr_rocket2_1.png │ │ ├── spr_rocket2_2.png │ │ ├── spr_rocket2_3.png │ │ ├── spr_rocket_0.png │ │ ├── spr_rocket_1.png │ │ ├── spr_rocket_2.png │ │ ├── spr_rocket_3.png │ │ ├── spr_rockywrench_0.png │ │ ├── spr_rockywrench_1.png │ │ ├── spr_rockywrench_2.png │ │ ├── spr_rockywrench_dead_0.png │ │ ├── spr_rockywrench_wrench_0.png │ │ ├── spr_rockywrench_wrench_1.png │ │ ├── spr_rockywrench_wrench_2.png │ │ ├── spr_rockywrench_wrench_3.png │ │ ├── spr_rope_0.png │ │ ├── spr_rotaryplatform_0.png │ │ ├── spr_rotaryplatform_1.png │ │ ├── spr_rotaryplatform_10.png │ │ ├── spr_rotaryplatform_11.png │ │ ├── spr_rotaryplatform_12.png │ │ ├── spr_rotaryplatform_13.png │ │ ├── spr_rotaryplatform_14.png │ │ ├── spr_rotaryplatform_15.png │ │ ├── spr_rotaryplatform_2.png │ │ ├── spr_rotaryplatform_3.png │ │ ├── spr_rotaryplatform_4.png │ │ ├── spr_rotaryplatform_5.png │ │ ├── spr_rotaryplatform_6.png │ │ ├── spr_rotaryplatform_7.png │ │ ├── spr_rotaryplatform_8.png │ │ ├── spr_rotaryplatform_9.png │ │ ├── spr_rotodisc_0.png │ │ ├── spr_rotodisc_1.png │ │ ├── spr_rotodisc_2.png │ │ ├── spr_rotodisc_3.png │ │ ├── spr_rotodisc_4.png │ │ ├── spr_rotodisc_trail_0.png │ │ ├── spr_rotodisc_trail_1.png │ │ ├── spr_rotodisc_trail_2.png │ │ ├── spr_rotodisc_trail_3.png │ │ ├── spr_rotodisc_trail_4.png │ │ ├── spr_rotodisc_trail_5.png │ │ ├── spr_rotodisc_trail_6.png │ │ ├── spr_rotodisc_trail_7.png │ │ ├── spr_rotodisc_trail_8.png │ │ ├── spr_rotodisc_trail_9.png │ │ ├── spr_rotten_0.png │ │ ├── spr_rotten_1.png │ │ ├── spr_rotten_2.png │ │ ├── spr_rotten_3.png │ │ ├── spr_rotten_dr_0.png │ │ ├── spr_rotten_dr_1.png │ │ ├── spr_rotten_dr_2.png │ │ ├── spr_rotten_dr_3.png │ │ ├── spr_screenmask_0.png │ │ ├── spr_seaweed_0.png │ │ ├── spr_seaweed_1.png │ │ ├── spr_seaweed_2.png │ │ ├── spr_seaweed_3.png │ │ ├── spr_seaweedb_0.png │ │ ├── spr_seaweedb_1.png │ │ ├── spr_seaweedb_2.png │ │ ├── spr_seaweedb_3.png │ │ ├── spr_shard_0.png │ │ ├── spr_shard_1.png │ │ ├── spr_shard_g_0.png │ │ ├── spr_shard_g_1.png │ │ ├── spr_shard_gr_0.png │ │ ├── spr_shard_gr_1.png │ │ ├── spr_shard_th_a_0.png │ │ ├── spr_shard_th_a_1.png │ │ ├── spr_shard_th_a_2.png │ │ ├── spr_shard_th_a_3.png │ │ ├── spr_shard_th_a_4.png │ │ ├── spr_shard_th_a_5.png │ │ ├── spr_shard_th_b_0.png │ │ ├── spr_shard_th_b_1.png │ │ ├── spr_shard_th_b_2.png │ │ ├── spr_shard_th_b_3.png │ │ ├── spr_shard_th_b_4.png │ │ ├── spr_shard_th_b_5.png │ │ ├── spr_shard_th_c_0.png │ │ ├── spr_shard_th_c_1.png │ │ ├── spr_shard_th_c_2.png │ │ ├── spr_shard_th_c_3.png │ │ ├── spr_shard_th_c_4.png │ │ ├── spr_shard_th_c_5.png │ │ ├── spr_shard_y_0.png │ │ ├── spr_shard_y_1.png │ │ ├── spr_shell_0.png │ │ ├── spr_shell_1.png │ │ ├── spr_shell_2.png │ │ ├── spr_shell_3.png │ │ ├── spr_shell_big_0.png │ │ ├── spr_shell_big_down_0.png │ │ ├── spr_shell_big_red_0.png │ │ ├── spr_shell_big_red_down_0.png │ │ ├── spr_shell_blue_0.png │ │ ├── spr_shell_blue_1.png │ │ ├── spr_shell_blue_2.png │ │ ├── spr_shell_blue_3.png │ │ ├── spr_shell_blue_down_0.png │ │ ├── spr_shell_blue_down_1.png │ │ ├── spr_shell_blue_down_2.png │ │ ├── spr_shell_blue_down_3.png │ │ ├── spr_shell_buzzy_0.png │ │ ├── spr_shell_buzzy_1.png │ │ ├── spr_shell_buzzy_2.png │ │ ├── spr_shell_buzzy_3.png │ │ ├── spr_shell_buzzy_down_0.png │ │ ├── spr_shell_buzzy_down_1.png │ │ ├── spr_shell_buzzy_down_2.png │ │ ├── spr_shell_buzzy_down_3.png │ │ ├── spr_shell_down_0.png │ │ ├── spr_shell_down_1.png │ │ ├── spr_shell_down_2.png │ │ ├── spr_shell_down_3.png │ │ ├── spr_shell_red_0.png │ │ ├── spr_shell_red_1.png │ │ ├── spr_shell_red_2.png │ │ ├── spr_shell_red_3.png │ │ ├── spr_shell_red_down_0.png │ │ ├── spr_shell_red_down_1.png │ │ ├── spr_shell_red_down_2.png │ │ ├── spr_shell_red_down_3.png │ │ ├── spr_shell_spiny_0.png │ │ ├── spr_shell_spiny_1.png │ │ ├── spr_shell_spiny_2.png │ │ ├── spr_shell_spiny_3.png │ │ ├── spr_shell_yellow_0.png │ │ ├── spr_shell_yellow_1.png │ │ ├── spr_shell_yellow_2.png │ │ ├── spr_shell_yellow_3.png │ │ ├── spr_shell_yellow_down_0.png │ │ ├── spr_shell_yellow_down_1.png │ │ ├── spr_shell_yellow_down_2.png │ │ ├── spr_shell_yellow_down_3.png │ │ ├── spr_shellmask_0.png │ │ ├── spr_shellthump_0.png │ │ ├── spr_shellthump_1.png │ │ ├── spr_shellthump_st_0.png │ │ ├── spr_shellthump_st_1.png │ │ ├── spr_shellthump_st_2.png │ │ ├── spr_shellthump_st_3.png │ │ ├── spr_shyguy_0.png │ │ ├── spr_shyguy_1.png │ │ ├── spr_shyguy_b_0.png │ │ ├── spr_shyguy_b_1.png │ │ ├── spr_shyguy_big_0.png │ │ ├── spr_shyguy_big_1.png │ │ ├── spr_shyguy_big_b_0.png │ │ ├── spr_shyguy_big_b_1.png │ │ ├── spr_shyguy_p_0.png │ │ ├── spr_shyguy_p_1.png │ │ ├── spr_signpost_0.png │ │ ├── spr_skewerbase_0.png │ │ ├── spr_skewerbase_side_0.png │ │ ├── spr_skewertrunk_0.png │ │ ├── spr_skewertrunk_1.png │ │ ├── spr_skewertrunk_down_0.png │ │ ├── spr_skewertrunk_down_1.png │ │ ├── spr_skewertrunk_left_0.png │ │ ├── spr_skewertrunk_left_1.png │ │ ├── spr_skewertrunk_right_0.png │ │ ├── spr_skewertrunk_right_1.png │ │ ├── spr_skullraft_0.png │ │ ├── spr_skullraft_1.png │ │ ├── spr_sledgebro_0.png │ │ ├── spr_sledgebro_1.png │ │ ├── spr_sledgebro_b_0.png │ │ ├── spr_sledgebro_b_1.png │ │ ├── spr_slope_ice_l_0.png │ │ ├── spr_slope_ice_r_0.png │ │ ├── spr_slope_ice_sl_0.png │ │ ├── spr_slope_ice_sr_0.png │ │ ├── spr_slope_l_0.png │ │ ├── spr_slope_r_0.png │ │ ├── spr_slope_sl_0.png │ │ ├── spr_slope_sr_0.png │ │ ├── spr_slopemask_l_0.png │ │ ├── spr_slopemask_r_0.png │ │ ├── spr_slopeplatform_l_0.png │ │ ├── spr_slopeplatform_r_0.png │ │ ├── spr_slotblock_0.png │ │ ├── spr_slotblock_1.png │ │ ├── spr_slotblock_2.png │ │ ├── spr_slotblock_3.png │ │ ├── spr_slotblock_4.png │ │ ├── spr_slotblock_5.png │ │ ├── spr_slotblock_6.png │ │ ├── spr_slotblock_7.png │ │ ├── spr_slotblock_8.png │ │ ├── spr_slotblock_9.png │ │ ├── spr_smoke_0.png │ │ ├── spr_smoke_1.png │ │ ├── spr_smoke_2.png │ │ ├── spr_smoke_3.png │ │ ├── spr_smoke_4.png │ │ ├── spr_smoke_5.png │ │ ├── spr_smoke_6.png │ │ ├── spr_smoke_7.png │ │ ├── spr_smoke_b_0.png │ │ ├── spr_smoke_b_1.png │ │ ├── spr_smoke_b_2.png │ │ ├── spr_smoke_b_3.png │ │ ├── spr_smoke_b_4.png │ │ ├── spr_smoke_b_5.png │ │ ├── spr_smoke_c_0.png │ │ ├── spr_smoke_c_1.png │ │ ├── spr_smoke_c_2.png │ │ ├── spr_smoke_d_0.png │ │ ├── spr_smoke_d_1.png │ │ ├── spr_smoke_d_2.png │ │ ├── spr_smoke_d_3.png │ │ ├── spr_smoke_e_0.png │ │ ├── spr_smoke_e_1.png │ │ ├── spr_smoke_e_2.png │ │ ├── spr_smoke_e_3.png │ │ ├── spr_smwcheep_0.png │ │ ├── spr_smwcheep_1.png │ │ ├── spr_smwcheep_flop_0.png │ │ ├── spr_smwcheep_flop_1.png │ │ ├── spr_snifit_0.png │ │ ├── spr_snifit_1.png │ │ ├── spr_snifit_b_0.png │ │ ├── spr_snifit_b_1.png │ │ ├── spr_snifit_ball_0.png │ │ ├── spr_snifit_g_0.png │ │ ├── spr_snifit_g_1.png │ │ ├── spr_snifit_p_0.png │ │ ├── spr_snifit_p_1.png │ │ ├── spr_snow_0.png │ │ ├── spr_snowball_0.png │ │ ├── spr_sorcerer_0.png │ │ ├── spr_sorcerer_1.png │ │ ├── spr_sparkle_0.png │ │ ├── spr_sparkle_1.png │ │ ├── spr_sparkle_2.png │ │ ├── spr_sparkle_3.png │ │ ├── spr_sparkle_4.png │ │ ├── spr_sparkle_5.png │ │ ├── spr_sparkle_6.png │ │ ├── spr_sparkle_7.png │ │ ├── spr_sparkle_b_0.png │ │ ├── spr_sparkle_b_1.png │ │ ├── spr_sparkle_b_2.png │ │ ├── spr_sparkle_b_3.png │ │ ├── spr_sparkle_b_4.png │ │ ├── spr_sparkle_b_5.png │ │ ├── spr_sparkle_b_6.png │ │ ├── spr_sparkle_b_7.png │ │ ├── spr_sparkle_c_0.png │ │ ├── spr_sparkle_c_1.png │ │ ├── spr_sparkle_c_2.png │ │ ├── spr_sparkle_c_3.png │ │ ├── spr_sparkle_c_4.png │ │ ├── spr_sparkle_c_5.png │ │ ├── spr_sparkle_c_6.png │ │ ├── spr_sparkle_c_7.png │ │ ├── spr_spike_0.png │ │ ├── spr_spike_1.png │ │ ├── spr_spike_2.png │ │ ├── spr_spike_3.png │ │ ├── spr_spike_ball_0.png │ │ ├── spr_spike_ball_1.png │ │ ├── spr_spike_throw2_0.png │ │ ├── spr_spike_throw_0.png │ │ ├── spr_spike_throw_1.png │ │ ├── spr_spiketop_0.png │ │ ├── spr_spiketop_1.png │ │ ├── spr_spiketop_blue_0.png │ │ ├── spr_spiketop_blue_1.png │ │ ├── spr_spiketop_blue_turn_0.png │ │ ├── spr_spiketop_blue_turn_1.png │ │ ├── spr_spiketop_turn_0.png │ │ ├── spr_spiketop_turn_1.png │ │ ├── spr_spincollision_0.png │ │ ├── spr_spinmask_0.png │ │ ├── spr_spinthump_0.png │ │ ├── spr_spinthump_1.png │ │ ├── spr_spinthump_2.png │ │ ├── spr_spinthump_3.png │ │ ├── spr_spiny_0.png │ │ ├── spr_spiny_1.png │ │ ├── spr_spinyegg_0.png │ │ ├── spr_spinyegg_1.png │ │ ├── spr_spinyegg_red_0.png │ │ ├── spr_spinyegg_red_1.png │ │ ├── spr_splash_0.png │ │ ├── spr_splash_1.png │ │ ├── spr_splash_2.png │ │ ├── spr_splash_3.png │ │ ├── spr_splash_4.png │ │ ├── spr_splash_5.png │ │ ├── spr_splash_6.png │ │ ├── spr_splash_lava_0.png │ │ ├── spr_splash_lava_1.png │ │ ├── spr_splash_lava_2.png │ │ ├── spr_splash_lava_3.png │ │ ├── spr_splash_lava_4.png │ │ ├── spr_splash_lava_5.png │ │ ├── spr_splash_lava_6.png │ │ ├── spr_splash_lava_up_0.png │ │ ├── spr_splash_lava_up_1.png │ │ ├── spr_splash_lava_up_2.png │ │ ├── spr_splash_lava_up_3.png │ │ ├── spr_splash_lava_up_4.png │ │ ├── spr_splash_lava_up_5.png │ │ ├── spr_splash_lava_up_6.png │ │ ├── spr_sproutmask_0.png │ │ ├── spr_square_0.png │ │ ├── spr_square_b_0.png │ │ ├── spr_square_c_0.png │ │ ├── spr_square_d_0.png │ │ ├── spr_square_e_0.png │ │ ├── spr_square_f_0.png │ │ ├── spr_square_g_0.png │ │ ├── spr_squaremask_0.png │ │ ├── spr_star_0.png │ │ ├── spr_star_1.png │ │ ├── spr_star_2.png │ │ ├── spr_star_3.png │ │ ├── spr_starcoin_0.png │ │ ├── spr_starcoin_1.png │ │ ├── spr_starcoin_2.png │ │ ├── spr_starcoin_3.png │ │ ├── spr_starcoin_4.png │ │ ├── spr_starcoin_5.png │ │ ├── spr_starcoin_6.png │ │ ├── spr_starcoin_7.png │ │ ├── spr_starcoin_8.png │ │ ├── spr_starcoin_9.png │ │ ├── spr_starcoin_get_0.png │ │ ├── spr_starcoin_get_1.png │ │ ├── spr_starcoin_get_2.png │ │ ├── spr_starcoin_get_3.png │ │ ├── spr_starcoin_get_4.png │ │ ├── spr_starcoin_get_5.png │ │ ├── spr_starcoin_get_6.png │ │ ├── spr_starcoin_get_7.png │ │ ├── spr_starcoin_get_8.png │ │ ├── spr_starcoin_get_9.png │ │ ├── spr_starman_0.png │ │ ├── spr_starman_1.png │ │ ├── spr_starmask_0.png │ │ ├── spr_starmask_big_0.png │ │ ├── spr_starspark_0.png │ │ ├── spr_stompmask_0.png │ │ ├── spr_stoneblock_0.png │ │ ├── spr_sumobro_0.png │ │ ├── spr_sumobro_1.png │ │ ├── spr_sumobro_b_0.png │ │ ├── spr_sumobro_b_1.png │ │ ├── spr_sumobro_b_2.png │ │ ├── spr_sumobro_b_3.png │ │ ├── spr_sumobro_flame_0.png │ │ ├── spr_sumobro_flame_1.png │ │ ├── spr_sumobro_flame_10.png │ │ ├── spr_sumobro_flame_11.png │ │ ├── spr_sumobro_flame_12.png │ │ ├── spr_sumobro_flame_13.png │ │ ├── spr_sumobro_flame_14.png │ │ ├── spr_sumobro_flame_15.png │ │ ├── spr_sumobro_flame_16.png │ │ ├── spr_sumobro_flame_17.png │ │ ├── spr_sumobro_flame_18.png │ │ ├── spr_sumobro_flame_19.png │ │ ├── spr_sumobro_flame_2.png │ │ ├── spr_sumobro_flame_20.png │ │ ├── spr_sumobro_flame_21.png │ │ ├── spr_sumobro_flame_22.png │ │ ├── spr_sumobro_flame_23.png │ │ ├── spr_sumobro_flame_3.png │ │ ├── spr_sumobro_flame_4.png │ │ ├── spr_sumobro_flame_5.png │ │ ├── spr_sumobro_flame_6.png │ │ ├── spr_sumobro_flame_7.png │ │ ├── spr_sumobro_flame_8.png │ │ ├── spr_sumobro_flame_9.png │ │ ├── spr_sumobro_lightning_0.png │ │ ├── spr_superball_0.png │ │ ├── spr_superbell_0.png │ │ ├── spr_superbell_1.png │ │ ├── spr_superbell_2.png │ │ ├── spr_superbell_3.png │ │ ├── spr_superflower_0.png │ │ ├── spr_supersmash_0.png │ │ ├── spr_supersmash_1.png │ │ ├── spr_supersmash_2.png │ │ ├── spr_supersmash_3.png │ │ ├── spr_supersmash_4.png │ │ ├── spr_supersmash_5.png │ │ ├── spr_supersmash_6.png │ │ ├── spr_supersmash_7.png │ │ ├── spr_surface_disco_0.png │ │ ├── spr_surface_light_0.png │ │ ├── spr_surface_light_large_0.png │ │ ├── spr_surface_light_large_b_0.png │ │ ├── spr_surface_light_small_0.png │ │ ├── spr_surface_light_small_b_0.png │ │ ├── spr_surface_light_small_c_0.png │ │ ├── spr_sweat_0.png │ │ ├── spr_sweat_1.png │ │ ├── spr_sweat_2.png │ │ ├── spr_switchblock_0.png │ │ ├── spr_switchblock_1.png │ │ ├── spr_switchblock_2.png │ │ ├── spr_switchblock_3.png │ │ ├── spr_swooper_0.png │ │ ├── spr_swooper_fly_0.png │ │ ├── spr_swooper_fly_1.png │ │ ├── spr_tanookisuit_0.png │ │ ├── spr_theend_0.png │ │ ├── spr_thwimp_0.png │ │ ├── spr_thwomp_0.png │ │ ├── spr_tides_0.png │ │ ├── spr_tides_1.png │ │ ├── spr_tides_2.png │ │ ├── spr_tides_3.png │ │ ├── spr_tides_poison_0.png │ │ ├── spr_tides_poison_1.png │ │ ├── spr_tides_poison_2.png │ │ ├── spr_tides_poison_3.png │ │ ├── spr_timedplatform_0.png │ │ ├── spr_timeup_0.png │ │ ├── spr_titlebg_bottom_0.png │ │ ├── spr_titlebg_cog_0.png │ │ ├── spr_titlebg_cog_1.png │ │ ├── spr_titlebg_cog_2.png │ │ ├── spr_titlebg_cog_3.png │ │ ├── spr_titlebg_cog_4.png │ │ ├── spr_titlebg_cog_5.png │ │ ├── spr_titlebg_cog_6.png │ │ ├── spr_titlebg_middle_0.png │ │ ├── spr_titlebg_top_0.png │ │ ├── spr_toad_0.png │ │ ├── spr_tongue_0.png │ │ ├── spr_tongue_1.png │ │ ├── spr_topmarker_0.png │ │ ├── spr_tornado_0.png │ │ ├── spr_tornado_1.png │ │ ├── spr_tornado_2.png │ │ ├── spr_tornado_3.png │ │ ├── spr_torpedobox_0.png │ │ ├── spr_torpedobox_1.png │ │ ├── spr_torpedobox_2.png │ │ ├── spr_torpedobubble_0.png │ │ ├── spr_torpedobubble_1.png │ │ ├── spr_torpedobubble_2.png │ │ ├── spr_torpedobubble_3.png │ │ ├── spr_torpedoted_0.png │ │ ├── spr_torpedoted_1.png │ │ ├── spr_torpedoted_2.png │ │ ├── spr_torpedoted_3.png │ │ ├── spr_trampoline_0.png │ │ ├── spr_trampoline_1.png │ │ ├── spr_trampoline_2.png │ │ ├── spr_trampoline_end_0.png │ │ ├── spr_trampoline_end_1.png │ │ ├── spr_trampoline_p_0.png │ │ ├── spr_trampoline_p_1.png │ │ ├── spr_trampoline_p_2.png │ │ ├── spr_trampoline_p_end_0.png │ │ ├── spr_trampoline_p_end_1.png │ │ ├── spr_trampoline_timed_0.png │ │ ├── spr_trampoline_timed_1.png │ │ ├── spr_trampoline_timed_2.png │ │ ├── spr_trampoline_timed_end_0.png │ │ ├── spr_trampoline_timed_end_1.png │ │ ├── spr_trouter_0.png │ │ ├── spr_trouter_1.png │ │ ├── spr_turnip_0.png │ │ ├── spr_turnip_bomb_0.png │ │ ├── spr_turnip_bomb_th_0.png │ │ ├── spr_turnip_bomb_th_1.png │ │ ├── spr_turnip_bomb_th_2.png │ │ ├── spr_turnip_bomb_th_3.png │ │ ├── spr_turnip_large_0.png │ │ ├── spr_turnip_mini_0.png │ │ ├── spr_turnip_shell_0.png │ │ ├── spr_turnip_shell_1.png │ │ ├── spr_turnip_shell_2.png │ │ ├── spr_turnip_shell_3.png │ │ ├── spr_tweeter_0.png │ │ ├── spr_tweeter_1.png │ │ ├── spr_tweeter_b_0.png │ │ ├── spr_tweeter_b_1.png │ │ ├── spr_twister_0.png │ │ ├── spr_twister_1.png │ │ ├── spr_twister_2.png │ │ ├── spr_twister_3.png │ │ ├── spr_twister_4.png │ │ ├── spr_twister_5.png │ │ ├── spr_twister_6.png │ │ ├── spr_twister_7.png │ │ ├── spr_up_0.png │ │ ├── spr_urchin_0.png │ │ ├── spr_urchin_1.png │ │ ├── spr_urchin_2.png │ │ ├── spr_urchin_3.png │ │ ├── spr_urchin_blink_0.png │ │ ├── spr_urchin_blink_1.png │ │ ├── spr_urchin_blink_2.png │ │ ├── spr_urchin_blink_3.png │ │ ├── spr_vegshroom_0.png │ │ ├── spr_vegshroom_1up_0.png │ │ ├── spr_viewblock_0.png │ │ ├── spr_vine_0.png │ │ ├── spr_vine_1.png │ │ ├── spr_vine_2.png │ │ ├── spr_vine_3.png │ │ ├── spr_volcanolotus_0.png │ │ ├── spr_volcanolotus_1.png │ │ ├── spr_volcanolotus_b_0.png │ │ ├── spr_volcanolotus_b_1.png │ │ ├── spr_volcanolotus_c_0.png │ │ ├── spr_voltshroom_0.png │ │ ├── spr_wallspring_0.png │ │ ├── spr_wallspring_1.png │ │ ├── spr_wallspring_2.png │ │ ├── spr_wallspring_end_0.png │ │ ├── spr_wallspring_end_1.png │ │ ├── spr_wallspring_end_2.png │ │ ├── spr_wallspring_end_3.png │ │ ├── spr_wallspring_end_4.png │ │ ├── spr_walltriangle_cl_0.png │ │ ├── spr_walltriangle_cr_0.png │ │ ├── spr_walltriangle_l_0.png │ │ ├── spr_walltriangle_r_0.png │ │ ├── spr_walrus_0.png │ │ ├── spr_walrus_1.png │ │ ├── spr_warpmask_0.png │ │ ├── spr_waterbubble_0.png │ │ ├── spr_waterfall2_bottom_0.png │ │ ├── spr_waterfall2_bottom_1.png │ │ ├── spr_waterfall2_bottom_2.png │ │ ├── spr_waterfall2_bottom_3.png │ │ ├── spr_waterfall2_top_0.png │ │ ├── spr_waterfall2_top_1.png │ │ ├── spr_waterfall2_top_2.png │ │ ├── spr_waterfall2_top_3.png │ │ ├── spr_waterfall_bottom_0.png │ │ ├── spr_waterfall_bottom_1.png │ │ ├── spr_waterfall_bottom_2.png │ │ ├── spr_waterfall_bottom_3.png │ │ ├── spr_waterfall_top_0.png │ │ ├── spr_waterfall_top_1.png │ │ ├── spr_waterfall_top_2.png │ │ ├── spr_waterfall_top_3.png │ │ ├── spr_watertop_0.png │ │ ├── spr_watertop_1.png │ │ ├── spr_watertop_2.png │ │ ├── spr_watertop_3.png │ │ ├── spr_watertop_4.png │ │ ├── spr_weightplatform_0.png │ │ ├── spr_weightplatform_1.png │ │ ├── spr_weightplatform_2.png │ │ ├── spr_wiggler_0.png │ │ ├── spr_wiggler_1.png │ │ ├── spr_wiggler_2.png │ │ ├── spr_wiggler_3.png │ │ ├── spr_wiggler_body_0.png │ │ ├── spr_wiggler_body_1.png │ │ ├── spr_wiggler_body_2.png │ │ ├── spr_wiggler_body_3.png │ │ ├── spr_wiggler_flower_0.png │ │ ├── spr_wiggler_mad_0.png │ │ ├── spr_wiggler_mad_1.png │ │ ├── spr_wiggler_mad_2.png │ │ ├── spr_wiggler_mad_3.png │ │ ├── spr_wiggler_mad_body_0.png │ │ ├── spr_wiggler_mad_body_1.png │ │ ├── spr_wiggler_mad_body_2.png │ │ ├── spr_wiggler_mad_body_3.png │ │ ├── spr_wing_0.png │ │ ├── spr_wing_1.png │ │ ├── spr_woodblock_0.png │ │ ├── spr_yellowring_0.png │ │ ├── spr_yellowring_1.png │ │ ├── spr_yellowring_2.png │ │ ├── spr_yellowring_3.png │ │ ├── spr_yellowring_4.png │ │ ├── spr_yellowring_5.png │ │ ├── spr_yellowring_6.png │ │ ├── spr_yellowring_7.png │ │ ├── spr_yellowring_active_0.png │ │ ├── spr_yellowring_active_1.png │ │ ├── spr_yellowring_active_2.png │ │ ├── spr_yellowring_active_3.png │ │ ├── spr_yellowring_active_4.png │ │ ├── spr_yellowring_active_5.png │ │ ├── spr_yoshi_0.png │ │ ├── spr_yoshi_1.png │ │ ├── spr_yoshi_2.png │ │ ├── spr_yoshi_fire_0.png │ │ ├── spr_yoshi_fire_1.png │ │ ├── spr_yoshi_flag_0.png │ │ ├── spr_yoshi_flutter_0.png │ │ ├── spr_yoshi_flutter_1.png │ │ ├── spr_yoshi_flutter_2.png │ │ ├── spr_yoshi_flutter_lick_0.png │ │ ├── spr_yoshi_flutter_lick_1.png │ │ ├── spr_yoshi_flutter_lick_2.png │ │ ├── spr_yoshi_fm_0.png │ │ ├── spr_yoshi_fm_1.png │ │ ├── spr_yoshi_fm_2.png │ │ ├── spr_yoshi_fm_flutter_0.png │ │ ├── spr_yoshi_fm_flutter_1.png │ │ ├── spr_yoshi_fm_flutter_2.png │ │ ├── spr_yoshi_fm_jump_0.png │ │ ├── spr_yoshi_fm_jump_1.png │ │ ├── spr_yoshi_fm_wait_0.png │ │ ├── spr_yoshi_hatch_0.png │ │ ├── spr_yoshi_hatch_1.png │ │ ├── spr_yoshi_hatch_2.png │ │ ├── spr_yoshi_hatch_3.png │ │ ├── spr_yoshi_hatch_4.png │ │ ├── spr_yoshi_hatch_5.png │ │ ├── spr_yoshi_hatch_6.png │ │ ├── spr_yoshi_hatch_7.png │ │ ├── spr_yoshi_hatch_8.png │ │ ├── spr_yoshi_jump_0.png │ │ ├── spr_yoshi_jump_1.png │ │ ├── spr_yoshi_lick_0.png │ │ ├── spr_yoshi_lick_1.png │ │ ├── spr_yoshi_runaway_0.png │ │ ├── spr_yoshi_runaway_1.png │ │ ├── spr_yoshi_runaway_2.png │ │ ├── spr_yoshi_swallow_0.png │ │ ├── spr_yoshi_swallow_1.png │ │ ├── spr_yoshi_swallow_2.png │ │ ├── spr_yoshi_wait_0.png │ │ ├── spr_yoshi_wait_1.png │ │ ├── spr_yoshi_warp_0.png │ │ ├── spr_yoshi_warp_1.png │ │ ├── spr_yoshimask_0.png │ │ ├── spr_yoshiplatform_0.png │ │ └── spr_yoshiplatform_1.png │ ├── spr_1000pts.sprite.gmx │ ├── spr_100pts.sprite.gmx │ ├── spr_10pts.sprite.gmx │ ├── spr_10sec.sprite.gmx │ ├── spr_1up.sprite.gmx │ ├── spr_1up_h1.sprite.gmx │ ├── spr_1up_h2.sprite.gmx │ ├── spr_1up_h3.sprite.gmx │ ├── spr_1up_h4.sprite.gmx │ ├── spr_1uppts.sprite.gmx │ ├── spr_2000pts.sprite.gmx │ ├── spr_200pts.sprite.gmx │ ├── spr_20sec.sprite.gmx │ ├── spr_24mask.sprite.gmx │ ├── spr_2uppts.sprite.gmx │ ├── spr_32mask.sprite.gmx │ ├── spr_3upmoon.sprite.gmx │ ├── spr_3uppts.sprite.gmx │ ├── spr_4000pts.sprite.gmx │ ├── spr_400pts.sprite.gmx │ ├── spr_50sec.sprite.gmx │ ├── spr_8000pts.sprite.gmx │ ├── spr_800pts.sprite.gmx │ ├── spr_accordion.sprite.gmx │ ├── spr_acecoin.sprite.gmx │ ├── spr_afhb.sprite.gmx │ ├── spr_afhb_platform.sprite.gmx │ ├── spr_angrysun.sprite.gmx │ ├── spr_area_b.sprite.gmx │ ├── spr_area_g.sprite.gmx │ ├── spr_area_r.sprite.gmx │ ├── spr_area_y.sprite.gmx │ ├── spr_arrowblock.sprite.gmx │ ├── spr_arrowblock_left.sprite.gmx │ ├── spr_arrowblock_reset.sprite.gmx │ ├── spr_arrowblock_right.sprite.gmx │ ├── spr_arrowplatform.sprite.gmx │ ├── spr_autobomb.sprite.gmx │ ├── spr_autobomb_fire.sprite.gmx │ ├── spr_baburushoe.sprite.gmx │ ├── spr_balanceplatform.sprite.gmx │ ├── spr_balanceplatform_segment.sprite.gmx │ ├── spr_ballnchain.sprite.gmx │ ├── spr_banzaibill.sprite.gmx │ ├── spr_banzaiblaster.sprite.gmx │ ├── spr_barrel.sprite.gmx │ ├── spr_barrel_roll.sprite.gmx │ ├── spr_barrel_spin.sprite.gmx │ ├── spr_barrel_tnt.sprite.gmx │ ├── spr_barrel_tnt_roll.sprite.gmx │ ├── spr_barrel_tnt_up.sprite.gmx │ ├── spr_barrel_up.sprite.gmx │ ├── spr_basket.sprite.gmx │ ├── spr_basket_shard.sprite.gmx │ ├── spr_basket_up.sprite.gmx │ ├── spr_basketmask.sprite.gmx │ ├── spr_beachkoopa.sprite.gmx │ ├── spr_beachkoopa_blue.sprite.gmx │ ├── spr_beachkoopa_blue_kick.sprite.gmx │ ├── spr_beachkoopa_blue_walk.sprite.gmx │ ├── spr_beachkoopa_walk.sprite.gmx │ ├── spr_beanstalk.sprite.gmx │ ├── spr_beeshroom.sprite.gmx │ ├── spr_beezo.sprite.gmx │ ├── spr_beezo_red.sprite.gmx │ ├── spr_berry.sprite.gmx │ ├── spr_berry_g.sprite.gmx │ ├── spr_bigbrick.sprite.gmx │ ├── spr_bigmask.sprite.gmx │ ├── spr_bigparabeetle.sprite.gmx │ ├── spr_bigplant.sprite.gmx │ ├── spr_billy.sprite.gmx │ ├── spr_billygun.sprite.gmx │ ├── spr_blargg.sprite.gmx │ ├── spr_blargg_look.sprite.gmx │ ├── spr_blocktrain.sprite.gmx │ ├── spr_blooper.sprite.gmx │ ├── spr_bluebrick.sprite.gmx │ ├── spr_bluebrick_th.sprite.gmx │ ├── spr_blueshell.sprite.gmx │ ├── spr_blurp.sprite.gmx │ ├── spr_bobomb.sprite.gmx │ ├── spr_bobomb_bomb.sprite.gmx │ ├── spr_bobomb_bomb_th.sprite.gmx │ ├── spr_bobomb_parachute.sprite.gmx │ ├── spr_bobomb_parachute_land.sprite.gmx │ ├── spr_bolt.sprite.gmx │ ├── spr_boltlift.sprite.gmx │ ├── spr_boltspark.sprite.gmx │ ├── spr_bombguy.sprite.gmx │ ├── spr_bombguy_th.sprite.gmx │ ├── spr_bombshroom.sprite.gmx │ ├── spr_bonybeetle.sprite.gmx │ ├── spr_bonybeetle_crumble.sprite.gmx │ ├── spr_bonybeetle_hide.sprite.gmx │ ├── spr_boo.sprite.gmx │ ├── spr_boo_block.sprite.gmx │ ├── spr_boo_large.sprite.gmx │ ├── spr_boo_large_turn.sprite.gmx │ ├── spr_boo_stretch.sprite.gmx │ ├── spr_boo_stretch_b.sprite.gmx │ ├── spr_boomboom.sprite.gmx │ ├── spr_boomboom2.sprite.gmx │ ├── spr_boomboom_dead.sprite.gmx │ ├── spr_boomboom_sq.sprite.gmx │ ├── spr_boomerang.sprite.gmx │ ├── spr_boomerang_blue.sprite.gmx │ ├── spr_boomerangbro.sprite.gmx │ ├── spr_boomerangbro_b.sprite.gmx │ ├── spr_boomerangbro_boomerang.sprite.gmx │ ├── spr_boomerangbro_boomerang_blue.sprite.gmx │ ├── spr_boomerangbro_c.sprite.gmx │ ├── spr_boomerangbro_d.sprite.gmx │ ├── spr_boomerangflower.sprite.gmx │ ├── spr_bossbass.sprite.gmx │ ├── spr_bossbass_cheep.sprite.gmx │ ├── spr_bossbass_jump.sprite.gmx │ ├── spr_bossdoor.sprite.gmx │ ├── spr_bossorb.sprite.gmx │ ├── spr_bottommarker.sprite.gmx │ ├── spr_bowserstatue.sprite.gmx │ ├── spr_bowserstatue_fire.sprite.gmx │ ├── spr_bowserstatue_gold.sprite.gmx │ ├── spr_brick.sprite.gmx │ ├── spr_brickgoomba.sprite.gmx │ ├── spr_bubble.sprite.gmx │ ├── spr_bulletbill.sprite.gmx │ ├── spr_bumper.sprite.gmx │ ├── spr_busterbeetle.sprite.gmx │ ├── spr_busterbeetle_hold.sprite.gmx │ ├── spr_buzzybeetle.sprite.gmx │ ├── spr_cannon.sprite.gmx │ ├── spr_cannon_quad.sprite.gmx │ ├── spr_cannon_side.sprite.gmx │ ├── spr_cannonball.sprite.gmx │ ├── spr_cannonball_large.sprite.gmx │ ├── spr_cannonball_spike.sprite.gmx │ ├── spr_cardpts.sprite.gmx │ ├── spr_carrot.sprite.gmx │ ├── spr_carrotlift.sprite.gmx │ ├── spr_carrotlift_32x.sprite.gmx │ ├── spr_castlesmoke.sprite.gmx │ ├── spr_chainchomp.sprite.gmx │ ├── spr_chainchomp_chain.sprite.gmx │ ├── spr_chainchomp_chainpost.sprite.gmx │ ├── spr_charginchuck.sprite.gmx │ ├── spr_charginchuck_damage.sprite.gmx │ ├── spr_charginchuck_jump.sprite.gmx │ ├── spr_charginchuck_walk.sprite.gmx │ ├── spr_checkpoint.sprite.gmx │ ├── spr_checkpoint_flag.sprite.gmx │ ├── spr_checkpoint_flag_m.sprite.gmx │ ├── spr_cheepcheep.sprite.gmx │ ├── spr_cheepcheep_green.sprite.gmx │ ├── spr_cheepcheep_spiked.sprite.gmx │ ├── spr_cherry.sprite.gmx │ ├── spr_cherry_get.sprite.gmx │ ├── spr_chest.sprite.gmx │ ├── spr_chest2.sprite.gmx │ ├── spr_cinder.sprite.gmx │ ├── spr_cobrat.sprite.gmx │ ├── spr_cobrat_jump.sprite.gmx │ ├── spr_coin.sprite.gmx │ ├── spr_coin2.sprite.gmx │ ├── spr_coin3.sprite.gmx │ ├── spr_coinpts.sprite.gmx │ ├── spr_conveyor.sprite.gmx │ ├── spr_crusher.sprite.gmx │ ├── spr_crystal.sprite.gmx │ ├── spr_crystal_red.sprite.gmx │ ├── spr_cslope_l.sprite.gmx │ ├── spr_cslope_r.sprite.gmx │ ├── spr_cslope_sl.sprite.gmx │ ├── spr_cslope_sr.sprite.gmx │ ├── spr_cursor.sprite.gmx │ ├── spr_dashmask.sprite.gmx │ ├── spr_dialog.sprite.gmx │ ├── spr_dialog_continue.sprite.gmx │ ├── spr_dialog_end.sprite.gmx │ ├── spr_digsand.sprite.gmx │ ├── spr_digtile.sprite.gmx │ ├── spr_dinoflame.sprite.gmx │ ├── spr_dinoflame_st.sprite.gmx │ ├── spr_dinorhino.sprite.gmx │ ├── spr_dinotorch.sprite.gmx │ ├── spr_dinotorch_blow.sprite.gmx │ ├── spr_dinotorch_sq.sprite.gmx │ ├── spr_discoball.sprite.gmx │ ├── spr_discoblock.sprite.gmx │ ├── spr_dolphin.sprite.gmx │ ├── spr_dolphin_jump.sprite.gmx │ ├── spr_donut.sprite.gmx │ ├── spr_donut_red.sprite.gmx │ ├── spr_donut_triple.sprite.gmx │ ├── spr_donut_triple_red.sprite.gmx │ ├── spr_door.sprite.gmx │ ├── spr_door_block.sprite.gmx │ ├── spr_door_inside.sprite.gmx │ ├── spr_door_key.sprite.gmx │ ├── spr_door_lock.sprite.gmx │ ├── spr_dossunshoe.sprite.gmx │ ├── spr_down.sprite.gmx │ ├── spr_drybones.sprite.gmx │ ├── spr_drybones_crumble.sprite.gmx │ ├── spr_eblock.sprite.gmx │ ├── spr_eerie.sprite.gmx │ ├── spr_egg.sprite.gmx │ ├── spr_egg_b.sprite.gmx │ ├── spr_egg_bits.sprite.gmx │ ├── spr_egg_p.sprite.gmx │ ├── spr_egg_r.sprite.gmx │ ├── spr_egg_t.sprite.gmx │ ├── spr_egg_y.sprite.gmx │ ├── spr_engine.sprite.gmx │ ├── spr_engine_alt.sprite.gmx │ ├── spr_engine_st.sprite.gmx │ ├── spr_eoutline.sprite.gmx │ ├── spr_eswitchblock.sprite.gmx │ ├── spr_explosionmask.sprite.gmx │ ├── spr_ferrisplatform.sprite.gmx │ ├── spr_ferrisplatform_segment.sprite.gmx │ ├── spr_fireball.sprite.gmx │ ├── spr_firebar.sprite.gmx │ ├── spr_firebro.sprite.gmx │ ├── spr_firebro_b.sprite.gmx │ ├── spr_firebro_c.sprite.gmx │ ├── spr_firechomp.sprite.gmx │ ├── spr_firechomp_b.sprite.gmx │ ├── spr_firechomp_fire.sprite.gmx │ ├── spr_fireflower.sprite.gmx │ ├── spr_firesmoke.sprite.gmx │ ├── spr_firesnake.sprite.gmx │ ├── spr_firesnake_body.sprite.gmx │ ├── spr_firework.sprite.gmx │ ├── spr_firework_b.sprite.gmx │ ├── spr_firework_c.sprite.gmx │ ├── spr_firework_d.sprite.gmx │ ├── spr_fishbone.sprite.gmx │ ├── spr_fishbone_blink.sprite.gmx │ ├── spr_flag.sprite.gmx │ ├── spr_flag_player.sprite.gmx │ ├── spr_flagpole.sprite.gmx │ ├── spr_flipblock.sprite.gmx │ ├── spr_flipper_bottom.sprite.gmx │ ├── spr_flipper_left.sprite.gmx │ ├── spr_flipper_right.sprite.gmx │ ├── spr_flipper_top.sprite.gmx │ ├── spr_flurry.sprite.gmx │ ├── spr_foo.sprite.gmx │ ├── spr_foo_blow.sprite.gmx │ ├── spr_foo_fog.sprite.gmx │ ├── spr_football.sprite.gmx │ ├── spr_frogsuit.sprite.gmx │ ├── spr_fuzzy.sprite.gmx │ ├── spr_galoomba.sprite.gmx │ ├── spr_galoomba_down.sprite.gmx │ ├── spr_galoomba_parachute.sprite.gmx │ ├── spr_galoomba_parachute_land.sprite.gmx │ ├── spr_galoomba_wing_back.sprite.gmx │ ├── spr_galoomba_wing_front.sprite.gmx │ ├── spr_gameover.sprite.gmx │ ├── spr_gladrus.sprite.gmx │ ├── spr_gladrus_mad.sprite.gmx │ ├── spr_gladrus_sq.sprite.gmx │ ├── spr_glass.sprite.gmx │ ├── spr_glass_h.sprite.gmx │ ├── spr_goal.sprite.gmx │ ├── spr_goal_b.sprite.gmx │ ├── spr_goalbox.sprite.gmx │ ├── spr_goalcard.sprite.gmx │ ├── spr_goalcard_flower.sprite.gmx │ ├── spr_goalcard_mush.sprite.gmx │ ├── spr_goalcard_starman.sprite.gmx │ ├── spr_goalgate.sprite.gmx │ ├── spr_goalgate_secret.sprite.gmx │ ├── spr_goldshroom.sprite.gmx │ ├── spr_goomba.sprite.gmx │ ├── spr_goomba_big.sprite.gmx │ ├── spr_goomba_big_sq.sprite.gmx │ ├── spr_goomba_micro.sprite.gmx │ ├── spr_goomba_red.sprite.gmx │ ├── spr_goomba_red_sq.sprite.gmx │ ├── spr_goomba_shoe.sprite.gmx │ ├── spr_goomba_sq.sprite.gmx │ ├── spr_goomba_wings.sprite.gmx │ ├── spr_goombrat.sprite.gmx │ ├── spr_goombrat_sq.sprite.gmx │ ├── spr_goombud.sprite.gmx │ ├── spr_goombud_down.sprite.gmx │ ├── spr_grass.sprite.gmx │ ├── spr_grayblock_bolt.sprite.gmx │ ├── spr_grayblock_bomb.sprite.gmx │ ├── spr_grayblock_boomerang.sprite.gmx │ ├── spr_grayblock_cat.sprite.gmx │ ├── spr_grayblock_dash.sprite.gmx │ ├── spr_grayblock_flower.sprite.gmx │ ├── spr_grayblock_hammer.sprite.gmx │ ├── spr_grayblock_kuribo.sprite.gmx │ ├── spr_grayblock_leaf.sprite.gmx │ ├── spr_grayblock_pswitch.sprite.gmx │ ├── spr_grayblock_shell.sprite.gmx │ ├── spr_grayblock_star.sprite.gmx │ ├── spr_grayblock_yoshi.sprite.gmx │ ├── spr_graybrick.sprite.gmx │ ├── spr_graybrick_th.sprite.gmx │ ├── spr_graymask.sprite.gmx │ ├── spr_grayrus.sprite.gmx │ ├── spr_greenbrick.sprite.gmx │ ├── spr_grinder.sprite.gmx │ ├── spr_grinder_line.sprite.gmx │ ├── spr_gswitch.sprite.gmx │ ├── spr_guessblock.sprite.gmx │ ├── spr_hammer.sprite.gmx │ ├── spr_hammerbro.sprite.gmx │ ├── spr_hammerbro_b.sprite.gmx │ ├── spr_hammerbro_c.sprite.gmx │ ├── spr_hammerbro_hammer.sprite.gmx │ ├── spr_hammerflower.sprite.gmx │ ├── spr_happymoon.sprite.gmx │ ├── spr_hawkmouth.sprite.gmx │ ├── spr_hawkmouth_mask.sprite.gmx │ ├── spr_hawkmouth_secret.sprite.gmx │ ├── spr_heart.sprite.gmx │ ├── spr_helmet.sprite.gmx │ ├── spr_holdbubble.sprite.gmx │ ├── spr_hoopster.sprite.gmx │ ├── spr_hoopster_red.sprite.gmx │ ├── spr_hotfoot.sprite.gmx │ ├── spr_hotfoot_walk.sprite.gmx │ ├── spr_hothead.sprite.gmx │ ├── spr_hothead_blink.sprite.gmx │ ├── spr_hud_cards.sprite.gmx │ ├── spr_hud_coin.sprite.gmx │ ├── spr_hud_font.sprite.gmx │ ├── spr_hud_font_interface.sprite.gmx │ ├── spr_hud_health.sprite.gmx │ ├── spr_hud_mario.sprite.gmx │ ├── spr_hud_pmeter.sprite.gmx │ ├── spr_hud_reserve.sprite.gmx │ ├── spr_hud_starcoin.sprite.gmx │ ├── spr_hud_starcoin_get.sprite.gmx │ ├── spr_hud_time.sprite.gmx │ ├── spr_iceblock.sprite.gmx │ ├── spr_iceblock_16x32.sprite.gmx │ ├── spr_iceblock_32x16.sprite.gmx │ ├── spr_iceblock_32x32.sprite.gmx │ ├── spr_icebro.sprite.gmx │ ├── spr_icebro_b.sprite.gmx │ ├── spr_icebro_c.sprite.gmx │ ├── spr_icecoin.sprite.gmx │ ├── spr_iceflower.sprite.gmx │ ├── spr_iceplant.sprite.gmx │ ├── spr_icespark.sprite.gmx │ ├── spr_ilavaslope_l.sprite.gmx │ ├── spr_ilavaslope_r.sprite.gmx │ ├── spr_ilavaslope_sl.sprite.gmx │ ├── spr_ilavaslope_sr.sprite.gmx │ ├── spr_itembubble.sprite.gmx │ ├── spr_itembubblemask.sprite.gmx │ ├── spr_jelectro.sprite.gmx │ ├── spr_jellymask.sprite.gmx │ ├── spr_jellyplatform.sprite.gmx │ ├── spr_jpplant.sprite.gmx │ ├── spr_jpplant_fire.sprite.gmx │ ├── spr_jpplant_ice.sprite.gmx │ ├── spr_jugemushoe.sprite.gmx │ ├── spr_key.sprite.gmx │ ├── spr_key_timed.sprite.gmx │ ├── spr_keybox.sprite.gmx │ ├── spr_keyhole.sprite.gmx │ ├── spr_keyhole_anim.sprite.gmx │ ├── spr_koopa.sprite.gmx │ ├── spr_koopa_big.sprite.gmx │ ├── spr_koopa_big_red.sprite.gmx │ ├── spr_koopa_black.sprite.gmx │ ├── spr_koopa_blue.sprite.gmx │ ├── spr_koopa_kamikaze.sprite.gmx │ ├── spr_koopa_kamikaze_down.sprite.gmx │ ├── spr_koopa_red.sprite.gmx │ ├── spr_koopa_sq.sprite.gmx │ ├── spr_koopa_yellow.sprite.gmx │ ├── spr_kuriboshoe.sprite.gmx │ ├── spr_lakitu.sprite.gmx │ ├── spr_lakitu_cloud.sprite.gmx │ ├── spr_lakitu_red.sprite.gmx │ ├── spr_laser.sprite.gmx │ ├── spr_lasermask.sprite.gmx │ ├── spr_lava.sprite.gmx │ ├── spr_lava_b.sprite.gmx │ ├── spr_lava_c.sprite.gmx │ ├── spr_lava_d.sprite.gmx │ ├── spr_lava_e.sprite.gmx │ ├── spr_lava_e2.sprite.gmx │ ├── spr_lavablob.sprite.gmx │ ├── spr_lavacorner_a.sprite.gmx │ ├── spr_lavacorner_b.sprite.gmx │ ├── spr_lavacorner_c.sprite.gmx │ ├── spr_lavacorner_d.sprite.gmx │ ├── spr_lavaedge_a.sprite.gmx │ ├── spr_lavaedge_b.sprite.gmx │ ├── spr_lavaedge_c.sprite.gmx │ ├── spr_lavaedge_d.sprite.gmx │ ├── spr_lavafall_a.sprite.gmx │ ├── spr_lavafall_b.sprite.gmx │ ├── spr_lavalotus.sprite.gmx │ ├── spr_lavalotus_ball.sprite.gmx │ ├── spr_lavalotus_spit.sprite.gmx │ ├── spr_lavaslope_l.sprite.gmx │ ├── spr_lavaslope_r.sprite.gmx │ ├── spr_lavaslope_sl.sprite.gmx │ ├── spr_lavaslope_sr.sprite.gmx │ ├── spr_leaf.sprite.gmx │ ├── spr_left.sprite.gmx │ ├── spr_letter.sprite.gmx │ ├── spr_liftmask.sprite.gmx │ ├── spr_lightblock.sprite.gmx │ ├── spr_lilsparky.sprite.gmx │ ├── spr_linemask.sprite.gmx │ ├── spr_log.sprite.gmx │ ├── spr_logo.sprite.gmx │ ├── spr_lotusball.sprite.gmx │ ├── spr_magic.sprite.gmx │ ├── spr_magicmask.sprite.gmx │ ├── spr_magikoopa.sprite.gmx │ ├── spr_mapborder.sprite.gmx │ ├── spr_mapbridge_h.sprite.gmx │ ├── spr_mapbridge_v.sprite.gmx │ ├── spr_mapcloud.sprite.gmx │ ├── spr_mapcloud_b.sprite.gmx │ ├── spr_mapfire.sprite.gmx │ ├── spr_mapghost.sprite.gmx │ ├── spr_maphill.sprite.gmx │ ├── spr_maphilltrio.sprite.gmx │ ├── spr_mapinventory.sprite.gmx │ ├── spr_mapinventory_selector.sprite.gmx │ ├── spr_maplava.sprite.gmx │ ├── spr_maplevel.sprite.gmx │ ├── spr_maplevel_b.sprite.gmx │ ├── spr_maplevel_bowser.sprite.gmx │ ├── spr_maplevel_castle.sprite.gmx │ ├── spr_maplevel_fort.sprite.gmx │ ├── spr_maplevel_ghost.sprite.gmx │ ├── spr_maplevel_house.sprite.gmx │ ├── spr_maplevel_house_b.sprite.gmx │ ├── spr_maplevel_house_c.sprite.gmx │ ├── spr_maplevel_pipe.sprite.gmx │ ├── spr_maplevel_pipe2.sprite.gmx │ ├── spr_maplevel_switch_b.sprite.gmx │ ├── spr_maplevel_switch_g.sprite.gmx │ ├── spr_maplevel_switch_r.sprite.gmx │ ├── spr_maplevel_switch_y.sprite.gmx │ ├── spr_mapmario.sprite.gmx │ ├── spr_mapmario_arrows.sprite.gmx │ ├── spr_mapmario_arrows_secret.sprite.gmx │ ├── spr_mapmario_events.sprite.gmx │ ├── spr_mapmario_p.sprite.gmx │ ├── spr_mapmario_water.sprite.gmx │ ├── spr_mapmario_yoshi.sprite.gmx │ ├── spr_mapmario_yoshi_water.sprite.gmx │ ├── spr_mappath_beanstalk.sprite.gmx │ ├── spr_mappath_down.sprite.gmx │ ├── spr_mappath_downleft.sprite.gmx │ ├── spr_mappath_downright.sprite.gmx │ ├── spr_mappath_emptynode.sprite.gmx │ ├── spr_mappath_h.sprite.gmx │ ├── spr_mappath_ladder.sprite.gmx │ ├── spr_mappath_left.sprite.gmx │ ├── spr_mappath_levelnode.sprite.gmx │ ├── spr_mappath_right.sprite.gmx │ ├── spr_mappath_up.sprite.gmx │ ├── spr_mappath_upleft.sprite.gmx │ ├── spr_mappath_upright.sprite.gmx │ ├── spr_mappath_v.sprite.gmx │ ├── spr_mappath_water.sprite.gmx │ ├── spr_mapstart.sprite.gmx │ ├── spr_maptree.sprite.gmx │ ├── spr_maptree_alt.sprite.gmx │ ├── spr_maptree_alt_b.sprite.gmx │ ├── spr_mapwater.sprite.gmx │ ├── spr_mario_bee_carry.sprite.gmx │ ├── spr_mario_bee_carry_jump.sprite.gmx │ ├── spr_mario_bee_clear.sprite.gmx │ ├── spr_mario_bee_climb.sprite.gmx │ ├── spr_mario_bee_duck.sprite.gmx │ ├── spr_mario_bee_goal.sprite.gmx │ ├── spr_mario_bee_hold.sprite.gmx │ ├── spr_mario_bee_hold2.sprite.gmx │ ├── spr_mario_bee_hold2_jump.sprite.gmx │ ├── spr_mario_bee_hold_jump.sprite.gmx │ ├── spr_mario_bee_jump.sprite.gmx │ ├── spr_mario_bee_kick.sprite.gmx │ ├── spr_mario_bee_ride.sprite.gmx │ ├── spr_mario_bee_run.sprite.gmx │ ├── spr_mario_bee_runjump.sprite.gmx │ ├── spr_mario_bee_skid.sprite.gmx │ ├── spr_mario_bee_slide.sprite.gmx │ ├── spr_mario_bee_somersault.sprite.gmx │ ├── spr_mario_bee_spin.sprite.gmx │ ├── spr_mario_bee_swim.sprite.gmx │ ├── spr_mario_bee_walk.sprite.gmx │ ├── spr_mario_bee_walljump.sprite.gmx │ ├── spr_mario_big_carry.sprite.gmx │ ├── spr_mario_big_clear.sprite.gmx │ ├── spr_mario_big_climb.sprite.gmx │ ├── spr_mario_big_duck.sprite.gmx │ ├── spr_mario_big_goal.sprite.gmx │ ├── spr_mario_big_hold.sprite.gmx │ ├── spr_mario_big_hold2.sprite.gmx │ ├── spr_mario_big_jump.sprite.gmx │ ├── spr_mario_big_kick.sprite.gmx │ ├── spr_mario_big_ride.sprite.gmx │ ├── spr_mario_big_run.sprite.gmx │ ├── spr_mario_big_runjump.sprite.gmx │ ├── spr_mario_big_skid.sprite.gmx │ ├── spr_mario_big_slide.sprite.gmx │ ├── spr_mario_big_somersault.sprite.gmx │ ├── spr_mario_big_spin.sprite.gmx │ ├── spr_mario_big_swim.sprite.gmx │ ├── spr_mario_big_walk.sprite.gmx │ ├── spr_mario_big_walljump.sprite.gmx │ ├── spr_mario_bomb_carry.sprite.gmx │ ├── spr_mario_bomb_clear.sprite.gmx │ ├── spr_mario_bomb_climb.sprite.gmx │ ├── spr_mario_bomb_duck.sprite.gmx │ ├── spr_mario_bomb_goal.sprite.gmx │ ├── spr_mario_bomb_hold.sprite.gmx │ ├── spr_mario_bomb_hold2.sprite.gmx │ ├── spr_mario_bomb_jump.sprite.gmx │ ├── spr_mario_bomb_kick.sprite.gmx │ ├── spr_mario_bomb_ride.sprite.gmx │ ├── spr_mario_bomb_run.sprite.gmx │ ├── spr_mario_bomb_runjump.sprite.gmx │ ├── spr_mario_bomb_skid.sprite.gmx │ ├── spr_mario_bomb_slide.sprite.gmx │ ├── spr_mario_bomb_somersault.sprite.gmx │ ├── spr_mario_bomb_spin.sprite.gmx │ ├── spr_mario_bomb_swim.sprite.gmx │ ├── spr_mario_bomb_walk.sprite.gmx │ ├── spr_mario_bomb_walljump.sprite.gmx │ ├── spr_mario_boomerang_carry.sprite.gmx │ ├── spr_mario_boomerang_clear.sprite.gmx │ ├── spr_mario_boomerang_climb.sprite.gmx │ ├── spr_mario_boomerang_duck.sprite.gmx │ ├── spr_mario_boomerang_goal.sprite.gmx │ ├── spr_mario_boomerang_hold.sprite.gmx │ ├── spr_mario_boomerang_hold2.sprite.gmx │ ├── spr_mario_boomerang_jump.sprite.gmx │ ├── spr_mario_boomerang_kick.sprite.gmx │ ├── spr_mario_boomerang_ride.sprite.gmx │ ├── spr_mario_boomerang_run.sprite.gmx │ ├── spr_mario_boomerang_runjump.sprite.gmx │ ├── spr_mario_boomerang_shoot.sprite.gmx │ ├── spr_mario_boomerang_skid.sprite.gmx │ ├── spr_mario_boomerang_slide.sprite.gmx │ ├── spr_mario_boomerang_somersault.sprite.gmx │ ├── spr_mario_boomerang_spin.sprite.gmx │ ├── spr_mario_boomerang_swim.sprite.gmx │ ├── spr_mario_boomerang_walk.sprite.gmx │ ├── spr_mario_boomerang_walljump.sprite.gmx │ ├── spr_mario_carrot_carry.sprite.gmx │ ├── spr_mario_carrot_carry_jump.sprite.gmx │ ├── spr_mario_carrot_clear.sprite.gmx │ ├── spr_mario_carrot_climb.sprite.gmx │ ├── spr_mario_carrot_duck.sprite.gmx │ ├── spr_mario_carrot_goal.sprite.gmx │ ├── spr_mario_carrot_hold.sprite.gmx │ ├── spr_mario_carrot_hold2.sprite.gmx │ ├── spr_mario_carrot_hold2_jump.sprite.gmx │ ├── spr_mario_carrot_hold_jump.sprite.gmx │ ├── spr_mario_carrot_jump.sprite.gmx │ ├── spr_mario_carrot_kick.sprite.gmx │ ├── spr_mario_carrot_ride.sprite.gmx │ ├── spr_mario_carrot_run.sprite.gmx │ ├── spr_mario_carrot_runjump.sprite.gmx │ ├── spr_mario_carrot_skid.sprite.gmx │ ├── spr_mario_carrot_slide.sprite.gmx │ ├── spr_mario_carrot_somersault.sprite.gmx │ ├── spr_mario_carrot_spin.sprite.gmx │ ├── spr_mario_carrot_swim.sprite.gmx │ ├── spr_mario_carrot_walk.sprite.gmx │ ├── spr_mario_carrot_walljump.sprite.gmx │ ├── spr_mario_cat_attack.sprite.gmx │ ├── spr_mario_cat_attack2.sprite.gmx │ ├── spr_mario_cat_carry.sprite.gmx │ ├── spr_mario_cat_clear.sprite.gmx │ ├── spr_mario_cat_climb.sprite.gmx │ ├── spr_mario_cat_climb2.sprite.gmx │ ├── spr_mario_cat_duck.sprite.gmx │ ├── spr_mario_cat_goal.sprite.gmx │ ├── spr_mario_cat_hold.sprite.gmx │ ├── spr_mario_cat_hold2.sprite.gmx │ ├── spr_mario_cat_jump.sprite.gmx │ ├── spr_mario_cat_kick.sprite.gmx │ ├── spr_mario_cat_ride.sprite.gmx │ ├── spr_mario_cat_skid.sprite.gmx │ ├── spr_mario_cat_slide.sprite.gmx │ ├── spr_mario_cat_somersault.sprite.gmx │ ├── spr_mario_cat_spin.sprite.gmx │ ├── spr_mario_cat_swim.sprite.gmx │ ├── spr_mario_cat_walk.sprite.gmx │ ├── spr_mario_dead.sprite.gmx │ ├── spr_mario_fire_carry.sprite.gmx │ ├── spr_mario_fire_clear.sprite.gmx │ ├── spr_mario_fire_climb.sprite.gmx │ ├── spr_mario_fire_duck.sprite.gmx │ ├── spr_mario_fire_goal.sprite.gmx │ ├── spr_mario_fire_hold.sprite.gmx │ ├── spr_mario_fire_hold2.sprite.gmx │ ├── spr_mario_fire_jump.sprite.gmx │ ├── spr_mario_fire_kick.sprite.gmx │ ├── spr_mario_fire_ride.sprite.gmx │ ├── spr_mario_fire_run.sprite.gmx │ ├── spr_mario_fire_runjump.sprite.gmx │ ├── spr_mario_fire_shoot.sprite.gmx │ ├── spr_mario_fire_skid.sprite.gmx │ ├── spr_mario_fire_slide.sprite.gmx │ ├── spr_mario_fire_somersault.sprite.gmx │ ├── spr_mario_fire_spin.sprite.gmx │ ├── spr_mario_fire_swim.sprite.gmx │ ├── spr_mario_fire_walk.sprite.gmx │ ├── spr_mario_fire_walljump.sprite.gmx │ ├── spr_mario_football_carry.sprite.gmx │ ├── spr_mario_football_clear.sprite.gmx │ ├── spr_mario_football_climb.sprite.gmx │ ├── spr_mario_football_duck.sprite.gmx │ ├── spr_mario_football_goal.sprite.gmx │ ├── spr_mario_football_hold.sprite.gmx │ ├── spr_mario_football_hold2.sprite.gmx │ ├── spr_mario_football_jump.sprite.gmx │ ├── spr_mario_football_kick.sprite.gmx │ ├── spr_mario_football_ride.sprite.gmx │ ├── spr_mario_football_run.sprite.gmx │ ├── spr_mario_football_runjump.sprite.gmx │ ├── spr_mario_football_skid.sprite.gmx │ ├── spr_mario_football_slide.sprite.gmx │ ├── spr_mario_football_somersault.sprite.gmx │ ├── spr_mario_football_spin.sprite.gmx │ ├── spr_mario_football_swim.sprite.gmx │ ├── spr_mario_football_walk.sprite.gmx │ ├── spr_mario_football_walljump.sprite.gmx │ ├── spr_mario_frog_carry.sprite.gmx │ ├── spr_mario_frog_clear.sprite.gmx │ ├── spr_mario_frog_climb.sprite.gmx │ ├── spr_mario_frog_duck.sprite.gmx │ ├── spr_mario_frog_goal.sprite.gmx │ ├── spr_mario_frog_hold.sprite.gmx │ ├── spr_mario_frog_hold2.sprite.gmx │ ├── spr_mario_frog_kick.sprite.gmx │ ├── spr_mario_frog_ride.sprite.gmx │ ├── spr_mario_frog_somersault.sprite.gmx │ ├── spr_mario_frog_spin.sprite.gmx │ ├── spr_mario_frog_swim.sprite.gmx │ ├── spr_mario_frog_swim2.sprite.gmx │ ├── spr_mario_frog_swim3.sprite.gmx │ ├── spr_mario_frog_swim4.sprite.gmx │ ├── spr_mario_frog_walk.sprite.gmx │ ├── spr_mario_frog_walljump.sprite.gmx │ ├── spr_mario_grow.sprite.gmx │ ├── spr_mario_hammer_carry.sprite.gmx │ ├── spr_mario_hammer_clear.sprite.gmx │ ├── spr_mario_hammer_climb.sprite.gmx │ ├── spr_mario_hammer_duck.sprite.gmx │ ├── spr_mario_hammer_goal.sprite.gmx │ ├── spr_mario_hammer_hold.sprite.gmx │ ├── spr_mario_hammer_hold2.sprite.gmx │ ├── spr_mario_hammer_jump.sprite.gmx │ ├── spr_mario_hammer_kick.sprite.gmx │ ├── spr_mario_hammer_ride.sprite.gmx │ ├── spr_mario_hammer_run.sprite.gmx │ ├── spr_mario_hammer_runjump.sprite.gmx │ ├── spr_mario_hammer_shoot.sprite.gmx │ ├── spr_mario_hammer_skid.sprite.gmx │ ├── spr_mario_hammer_slide.sprite.gmx │ ├── spr_mario_hammer_somersault.sprite.gmx │ ├── spr_mario_hammer_spin.sprite.gmx │ ├── spr_mario_hammer_swim.sprite.gmx │ ├── spr_mario_hammer_walk.sprite.gmx │ ├── spr_mario_hammer_walljump.sprite.gmx │ ├── spr_mario_ice_carry.sprite.gmx │ ├── spr_mario_ice_clear.sprite.gmx │ ├── spr_mario_ice_climb.sprite.gmx │ ├── spr_mario_ice_duck.sprite.gmx │ ├── spr_mario_ice_goal.sprite.gmx │ ├── spr_mario_ice_hold.sprite.gmx │ ├── spr_mario_ice_hold2.sprite.gmx │ ├── spr_mario_ice_jump.sprite.gmx │ ├── spr_mario_ice_kick.sprite.gmx │ ├── spr_mario_ice_ride.sprite.gmx │ ├── spr_mario_ice_run.sprite.gmx │ ├── spr_mario_ice_runjump.sprite.gmx │ ├── spr_mario_ice_shoot.sprite.gmx │ ├── spr_mario_ice_skid.sprite.gmx │ ├── spr_mario_ice_slide.sprite.gmx │ ├── spr_mario_ice_somersault.sprite.gmx │ ├── spr_mario_ice_spin.sprite.gmx │ ├── spr_mario_ice_swim.sprite.gmx │ ├── spr_mario_ice_walk.sprite.gmx │ ├── spr_mario_ice_walljump.sprite.gmx │ ├── spr_mario_lightning_carry.sprite.gmx │ ├── spr_mario_lightning_clear.sprite.gmx │ ├── spr_mario_lightning_climb.sprite.gmx │ ├── spr_mario_lightning_duck.sprite.gmx │ ├── spr_mario_lightning_goal.sprite.gmx │ ├── spr_mario_lightning_hold.sprite.gmx │ ├── spr_mario_lightning_hold2.sprite.gmx │ ├── spr_mario_lightning_jump.sprite.gmx │ ├── spr_mario_lightning_kick.sprite.gmx │ ├── spr_mario_lightning_ride.sprite.gmx │ ├── spr_mario_lightning_run.sprite.gmx │ ├── spr_mario_lightning_runjump.sprite.gmx │ ├── spr_mario_lightning_shoot.sprite.gmx │ ├── spr_mario_lightning_skid.sprite.gmx │ ├── spr_mario_lightning_slide.sprite.gmx │ ├── spr_mario_lightning_somersault.sprite.gmx │ ├── spr_mario_lightning_spin.sprite.gmx │ ├── spr_mario_lightning_swim.sprite.gmx │ ├── spr_mario_lightning_walk.sprite.gmx │ ├── spr_mario_lightning_walljump.sprite.gmx │ ├── spr_mario_penguin_carry.sprite.gmx │ ├── spr_mario_penguin_clear.sprite.gmx │ ├── spr_mario_penguin_climb.sprite.gmx │ ├── spr_mario_penguin_duck.sprite.gmx │ ├── spr_mario_penguin_goal.sprite.gmx │ ├── spr_mario_penguin_hold.sprite.gmx │ ├── spr_mario_penguin_hold2.sprite.gmx │ ├── spr_mario_penguin_jump.sprite.gmx │ ├── spr_mario_penguin_kick.sprite.gmx │ ├── spr_mario_penguin_ride.sprite.gmx │ ├── spr_mario_penguin_run.sprite.gmx │ ├── spr_mario_penguin_runjump.sprite.gmx │ ├── spr_mario_penguin_shoot.sprite.gmx │ ├── spr_mario_penguin_skid.sprite.gmx │ ├── spr_mario_penguin_slide.sprite.gmx │ ├── spr_mario_penguin_somersault.sprite.gmx │ ├── spr_mario_penguin_spin.sprite.gmx │ ├── spr_mario_penguin_swim.sprite.gmx │ ├── spr_mario_penguin_swim2.sprite.gmx │ ├── spr_mario_penguin_swim3.sprite.gmx │ ├── spr_mario_penguin_swim4.sprite.gmx │ ├── spr_mario_penguin_walk.sprite.gmx │ ├── spr_mario_penguin_walljump.sprite.gmx │ ├── spr_mario_powerdown.sprite.gmx │ ├── spr_mario_powerup.sprite.gmx │ ├── spr_mario_propeller_carry.sprite.gmx │ ├── spr_mario_propeller_clear.sprite.gmx │ ├── spr_mario_propeller_climb.sprite.gmx │ ├── spr_mario_propeller_duck.sprite.gmx │ ├── spr_mario_propeller_goal.sprite.gmx │ ├── spr_mario_propeller_hold.sprite.gmx │ ├── spr_mario_propeller_hold2.sprite.gmx │ ├── spr_mario_propeller_jump.sprite.gmx │ ├── spr_mario_propeller_kick.sprite.gmx │ ├── spr_mario_propeller_ride.sprite.gmx │ ├── spr_mario_propeller_run.sprite.gmx │ ├── spr_mario_propeller_runjump.sprite.gmx │ ├── spr_mario_propeller_skid.sprite.gmx │ ├── spr_mario_propeller_slide.sprite.gmx │ ├── spr_mario_propeller_somersault.sprite.gmx │ ├── spr_mario_propeller_spin.sprite.gmx │ ├── spr_mario_propeller_spin2.sprite.gmx │ ├── spr_mario_propeller_spin3.sprite.gmx │ ├── spr_mario_propeller_swim.sprite.gmx │ ├── spr_mario_propeller_walk.sprite.gmx │ ├── spr_mario_propeller_walljump.sprite.gmx │ ├── spr_mario_pull.sprite.gmx │ ├── spr_mario_raccoon_attack.sprite.gmx │ ├── spr_mario_raccoon_carry.sprite.gmx │ ├── spr_mario_raccoon_carry_jump.sprite.gmx │ ├── spr_mario_raccoon_clear.sprite.gmx │ ├── spr_mario_raccoon_climb.sprite.gmx │ ├── spr_mario_raccoon_duck.sprite.gmx │ ├── spr_mario_raccoon_goal.sprite.gmx │ ├── spr_mario_raccoon_hold.sprite.gmx │ ├── spr_mario_raccoon_hold2.sprite.gmx │ ├── spr_mario_raccoon_hold2_jump.sprite.gmx │ ├── spr_mario_raccoon_hold_jump.sprite.gmx │ ├── spr_mario_raccoon_jump.sprite.gmx │ ├── spr_mario_raccoon_kick.sprite.gmx │ ├── spr_mario_raccoon_ride.sprite.gmx │ ├── spr_mario_raccoon_run.sprite.gmx │ ├── spr_mario_raccoon_runjump.sprite.gmx │ ├── spr_mario_raccoon_skid.sprite.gmx │ ├── spr_mario_raccoon_slide.sprite.gmx │ ├── spr_mario_raccoon_somersault.sprite.gmx │ ├── spr_mario_raccoon_spin.sprite.gmx │ ├── spr_mario_raccoon_swim.sprite.gmx │ ├── spr_mario_raccoon_walk.sprite.gmx │ ├── spr_mario_raccoon_walljump.sprite.gmx │ ├── spr_mario_shell_carry.sprite.gmx │ ├── spr_mario_shell_clear.sprite.gmx │ ├── spr_mario_shell_climb.sprite.gmx │ ├── spr_mario_shell_duck.sprite.gmx │ ├── spr_mario_shell_goal.sprite.gmx │ ├── spr_mario_shell_hold.sprite.gmx │ ├── spr_mario_shell_hold2.sprite.gmx │ ├── spr_mario_shell_jump.sprite.gmx │ ├── spr_mario_shell_kick.sprite.gmx │ ├── spr_mario_shell_ride.sprite.gmx │ ├── spr_mario_shell_run.sprite.gmx │ ├── spr_mario_shell_runjump.sprite.gmx │ ├── spr_mario_shell_skid.sprite.gmx │ ├── spr_mario_shell_slide.sprite.gmx │ ├── spr_mario_shell_somersault.sprite.gmx │ ├── spr_mario_shell_spin.sprite.gmx │ ├── spr_mario_shell_swim.sprite.gmx │ ├── spr_mario_shell_walk.sprite.gmx │ ├── spr_mario_shell_walljump.sprite.gmx │ ├── spr_mario_shoe.sprite.gmx │ ├── spr_mario_shrink.sprite.gmx │ ├── spr_mario_small_carry.sprite.gmx │ ├── spr_mario_small_clear.sprite.gmx │ ├── spr_mario_small_climb.sprite.gmx │ ├── spr_mario_small_duck.sprite.gmx │ ├── spr_mario_small_goal.sprite.gmx │ ├── spr_mario_small_hold.sprite.gmx │ ├── spr_mario_small_hold2.sprite.gmx │ ├── spr_mario_small_jump.sprite.gmx │ ├── spr_mario_small_kick.sprite.gmx │ ├── spr_mario_small_ride.sprite.gmx │ ├── spr_mario_small_run.sprite.gmx │ ├── spr_mario_small_runjump.sprite.gmx │ ├── spr_mario_small_skid.sprite.gmx │ ├── spr_mario_small_slide.sprite.gmx │ ├── spr_mario_small_somersault.sprite.gmx │ ├── spr_mario_small_spin.sprite.gmx │ ├── spr_mario_small_swim.sprite.gmx │ ├── spr_mario_small_walk.sprite.gmx │ ├── spr_mario_small_walljump.sprite.gmx │ ├── spr_mario_super_carry.sprite.gmx │ ├── spr_mario_super_clear.sprite.gmx │ ├── spr_mario_super_climb.sprite.gmx │ ├── spr_mario_super_duck.sprite.gmx │ ├── spr_mario_super_goal.sprite.gmx │ ├── spr_mario_super_hold.sprite.gmx │ ├── spr_mario_super_hold2.sprite.gmx │ ├── spr_mario_super_jump.sprite.gmx │ ├── spr_mario_super_kick.sprite.gmx │ ├── spr_mario_super_ride.sprite.gmx │ ├── spr_mario_super_run.sprite.gmx │ ├── spr_mario_super_runjump.sprite.gmx │ ├── spr_mario_super_shoot.sprite.gmx │ ├── spr_mario_super_skid.sprite.gmx │ ├── spr_mario_super_slide.sprite.gmx │ ├── spr_mario_super_somersault.sprite.gmx │ ├── spr_mario_super_spin.sprite.gmx │ ├── spr_mario_super_swim.sprite.gmx │ ├── spr_mario_super_walk.sprite.gmx │ ├── spr_mario_super_walljump.sprite.gmx │ ├── spr_mario_tanooki_attack.sprite.gmx │ ├── spr_mario_tanooki_attack2.sprite.gmx │ ├── spr_mario_tanooki_carry.sprite.gmx │ ├── spr_mario_tanooki_carry_jump.sprite.gmx │ ├── spr_mario_tanooki_clear.sprite.gmx │ ├── spr_mario_tanooki_climb.sprite.gmx │ ├── spr_mario_tanooki_duck.sprite.gmx │ ├── spr_mario_tanooki_goal.sprite.gmx │ ├── spr_mario_tanooki_hold.sprite.gmx │ ├── spr_mario_tanooki_hold2.sprite.gmx │ ├── spr_mario_tanooki_hold2_jump.sprite.gmx │ ├── spr_mario_tanooki_hold_jump.sprite.gmx │ ├── spr_mario_tanooki_jump.sprite.gmx │ ├── spr_mario_tanooki_kick.sprite.gmx │ ├── spr_mario_tanooki_ride.sprite.gmx │ ├── spr_mario_tanooki_run.sprite.gmx │ ├── spr_mario_tanooki_runjump.sprite.gmx │ ├── spr_mario_tanooki_skid.sprite.gmx │ ├── spr_mario_tanooki_slide.sprite.gmx │ ├── spr_mario_tanooki_somersault.sprite.gmx │ ├── spr_mario_tanooki_spin.sprite.gmx │ ├── spr_mario_tanooki_swim.sprite.gmx │ ├── spr_mario_tanooki_walk.sprite.gmx │ ├── spr_mario_tanooki_walljump.sprite.gmx │ ├── spr_mario_transform.sprite.gmx │ ├── spr_mariostart.sprite.gmx │ ├── spr_marker_beezo.sprite.gmx │ ├── spr_marker_bobomb.sprite.gmx │ ├── spr_marker_boo.sprite.gmx │ ├── spr_marker_bulletbill.sprite.gmx │ ├── spr_marker_cheep.sprite.gmx │ ├── spr_marker_cheep_spiked.sprite.gmx │ ├── spr_marker_dolphin.sprite.gmx │ ├── spr_marker_eerie.sprite.gmx │ ├── spr_marker_end.sprite.gmx │ ├── spr_marker_enemy.sprite.gmx │ ├── spr_marker_event.sprite.gmx │ ├── spr_marker_event2.sprite.gmx │ ├── spr_marker_firebar.sprite.gmx │ ├── spr_marker_galoomba.sprite.gmx │ ├── spr_marker_giantwarpcannon.sprite.gmx │ ├── spr_marker_laser.sprite.gmx │ ├── spr_marker_missilebill.sprite.gmx │ ├── spr_marker_npctalk.sprite.gmx │ ├── spr_marker_peepa.sprite.gmx │ ├── spr_marker_rotodisc.sprite.gmx │ ├── spr_marker_spinners.sprite.gmx │ ├── spr_marker_warpcannon.sprite.gmx │ ├── spr_marker_warppipe.sprite.gmx │ ├── spr_marker_warppipe_down.sprite.gmx │ ├── spr_marker_warppipe_left.sprite.gmx │ ├── spr_marker_warppipe_right.sprite.gmx │ ├── spr_marker_warppipe_up.sprite.gmx │ ├── spr_mask.sprite.gmx │ ├── spr_mblock.sprite.gmx │ ├── spr_mbomb.sprite.gmx │ ├── spr_mbomb_th.sprite.gmx │ ├── spr_mechakoopa.sprite.gmx │ ├── spr_mechakoopa_held.sprite.gmx │ ├── spr_megamole.sprite.gmx │ ├── spr_messageblock.sprite.gmx │ ├── spr_messagebox.sprite.gmx │ ├── spr_midwaygate.sprite.gmx │ ├── spr_midwaygate_b.sprite.gmx │ ├── spr_midwaygate_tape.sprite.gmx │ ├── spr_missilebill.sprite.gmx │ ├── spr_modifier.sprite.gmx │ ├── spr_modifier_music.sprite.gmx │ ├── spr_modifier_water.sprite.gmx │ ├── spr_montymole.sprite.gmx │ ├── spr_montymole_b.sprite.gmx │ ├── spr_montymole_dirt.sprite.gmx │ ├── spr_montymole_dirt_wall.sprite.gmx │ ├── spr_movingengine.sprite.gmx │ ├── spr_movingpipe.sprite.gmx │ ├── spr_movingrope.sprite.gmx │ ├── spr_movingsaw.sprite.gmx │ ├── spr_movingsaw_down.sprite.gmx │ ├── spr_mugshot.sprite.gmx │ ├── spr_mugshot_signpost.sprite.gmx │ ├── spr_mugshot_toad.sprite.gmx │ ├── spr_muncher.sprite.gmx │ ├── spr_muncher_pipe.sprite.gmx │ ├── spr_muncher_pipe2.sprite.gmx │ ├── spr_mushroom.sprite.gmx │ ├── spr_mushroomplatform.sprite.gmx │ ├── spr_netkoopa.sprite.gmx │ ├── spr_netkoopa_b.sprite.gmx │ ├── spr_netkoopa_red.sprite.gmx │ ├── spr_netkoopa_red_b.sprite.gmx │ ├── spr_netkoopa_red_turn.sprite.gmx │ ├── spr_netkoopa_turn.sprite.gmx │ ├── spr_ninji.sprite.gmx │ ├── spr_ninji_big.sprite.gmx │ ├── spr_ninji_black.sprite.gmx │ ├── spr_nipper.sprite.gmx │ ├── spr_nipper_jump.sprite.gmx │ ├── spr_nokobomb.sprite.gmx │ ├── spr_nokobomb_bomb.sprite.gmx │ ├── spr_nokobombette.sprite.gmx │ ├── spr_nokobombette_bomb.sprite.gmx │ ├── spr_nomask.sprite.gmx │ ├── spr_note.sprite.gmx │ ├── spr_noteblock.sprite.gmx │ ├── spr_noteblock_blue.sprite.gmx │ ├── spr_noteblock_blue_hidden.sprite.gmx │ ├── spr_noteblock_diagonal_l.sprite.gmx │ ├── spr_noteblock_diagonal_r.sprite.gmx │ ├── spr_noteblock_hidden.sprite.gmx │ ├── spr_noteblock_warp.sprite.gmx │ ├── spr_noteblock_warp_hidden.sprite.gmx │ ├── spr_notespark.sprite.gmx │ ├── spr_numbers.sprite.gmx │ ├── spr_numbersblack.sprite.gmx │ ├── spr_numbersgold.sprite.gmx │ ├── spr_onoffblock_b.sprite.gmx │ ├── spr_onoffblock_g.sprite.gmx │ ├── spr_onoffblock_r.sprite.gmx │ ├── spr_onoffblock_y.sprite.gmx │ ├── spr_onofflift_b.sprite.gmx │ ├── spr_onofflift_g.sprite.gmx │ ├── spr_onofflift_r.sprite.gmx │ ├── spr_onofflift_y.sprite.gmx │ ├── spr_onoffplatform_b.sprite.gmx │ ├── spr_onoffplatform_g.sprite.gmx │ ├── spr_onoffplatform_r.sprite.gmx │ ├── spr_onoffplatform_y.sprite.gmx │ ├── spr_opener.sprite.gmx │ ├── spr_palaceswitch_b.sprite.gmx │ ├── spr_palaceswitch_g.sprite.gmx │ ├── spr_palaceswitch_r.sprite.gmx │ ├── spr_palaceswitch_y.sprite.gmx │ ├── spr_palette_brick.sprite.gmx │ ├── spr_palette_door.sprite.gmx │ ├── spr_palette_mario.sprite.gmx │ ├── spr_palette_null.sprite.gmx │ ├── spr_palette_qblock.sprite.gmx │ ├── spr_palette_qblock_empty.sprite.gmx │ ├── spr_palette_score.sprite.gmx │ ├── spr_palette_warpnoteblock.sprite.gmx │ ├── spr_palette_wiggler.sprite.gmx │ ├── spr_palette_yoshi.sprite.gmx │ ├── spr_panser.sprite.gmx │ ├── spr_panser_b.sprite.gmx │ ├── spr_panser_fire.sprite.gmx │ ├── spr_panser_g.sprite.gmx │ ├── spr_panser_p.sprite.gmx │ ├── spr_parabeetle.sprite.gmx │ ├── spr_parakoopa.sprite.gmx │ ├── spr_parakoopa_big.sprite.gmx │ ├── spr_parakoopa_big_red.sprite.gmx │ ├── spr_parakoopa_red.sprite.gmx │ ├── spr_parakoopa_yellow.sprite.gmx │ ├── spr_parakoopa_yellow_jump.sprite.gmx │ ├── spr_pararus.sprite.gmx │ ├── spr_path.sprite.gmx │ ├── spr_path_circle_1x_a.sprite.gmx │ ├── spr_path_circle_1x_b.sprite.gmx │ ├── spr_path_circle_1x_c.sprite.gmx │ ├── spr_path_circle_1x_d.sprite.gmx │ ├── spr_path_circle_2x_a.sprite.gmx │ ├── spr_path_circle_2x_b.sprite.gmx │ ├── spr_path_circle_2x_c.sprite.gmx │ ├── spr_path_circle_2x_d.sprite.gmx │ ├── spr_path_diagonal_l.sprite.gmx │ ├── spr_path_diagonal_r.sprite.gmx │ ├── spr_path_hor.sprite.gmx │ ├── spr_path_vert.sprite.gmx │ ├── spr_pausemenu.sprite.gmx │ ├── spr_pblock.sprite.gmx │ ├── spr_pcoin.sprite.gmx │ ├── spr_peepa.sprite.gmx │ ├── spr_pencilpillar.sprite.gmx │ ├── spr_penguinsuit.sprite.gmx │ ├── spr_pentaroshoe.sprite.gmx │ ├── spr_phanto.sprite.gmx │ ├── spr_pipecorner_dl.sprite.gmx │ ├── spr_pipecorner_dr.sprite.gmx │ ├── spr_pipecorner_ul.sprite.gmx │ ├── spr_pipecorner_ur.sprite.gmx │ ├── spr_pipemask.sprite.gmx │ ├── spr_pipeypipe.sprite.gmx │ ├── spr_pipeypipe_held.sprite.gmx │ ├── spr_pipeypipe_plant.sprite.gmx │ ├── spr_platform.sprite.gmx │ ├── spr_platform_32x.sprite.gmx │ ├── spr_platform_64x.sprite.gmx │ ├── spr_platform_blue.sprite.gmx │ ├── spr_platform_blue_32x.sprite.gmx │ ├── spr_platform_blue_64x.sprite.gmx │ ├── spr_platform_smw.sprite.gmx │ ├── spr_platform_touch.sprite.gmx │ ├── spr_platform_touch_32x.sprite.gmx │ ├── spr_platform_touch_64x.sprite.gmx │ ├── spr_plusclock_10.sprite.gmx │ ├── spr_plusclock_50.sprite.gmx │ ├── spr_podoboo.sprite.gmx │ ├── spr_poison.sprite.gmx │ ├── spr_pokey.sprite.gmx │ ├── spr_pokey_green.sprite.gmx │ ├── spr_pop.sprite.gmx │ ├── spr_porchupuffer.sprite.gmx │ ├── spr_porcupo.sprite.gmx │ ├── spr_porcupo_r.sprite.gmx │ ├── spr_powblock.sprite.gmx │ ├── spr_powblock_large.sprite.gmx │ ├── spr_powblock_large_th.sprite.gmx │ ├── spr_powblock_th.sprite.gmx │ ├── spr_pplant.sprite.gmx │ ├── spr_pplant_fire.sprite.gmx │ ├── spr_pplant_ice.sprite.gmx │ ├── spr_pplant_large.sprite.gmx │ ├── spr_pplant_large_fire.sprite.gmx │ ├── spr_pplant_large_ice.sprite.gmx │ ├── spr_pplant_side.sprite.gmx │ ├── spr_pplant_side_fire.sprite.gmx │ ├── spr_pplant_side_ice.sprite.gmx │ ├── spr_propellerblock.sprite.gmx │ ├── spr_propellershroom.sprite.gmx │ ├── spr_pswitch.sprite.gmx │ ├── spr_pswitchblock.sprite.gmx │ ├── spr_ptooie.sprite.gmx │ ├── spr_ptooie_ball.sprite.gmx │ ├── spr_ptooie_blow.sprite.gmx │ ├── spr_pulleyplatform.sprite.gmx │ ├── spr_pulleyplatform_32x.sprite.gmx │ ├── spr_pulleyplatform_64x.sprite.gmx │ ├── spr_pullkey.sprite.gmx │ ├── spr_pwing.sprite.gmx │ ├── spr_qblock.sprite.gmx │ ├── spr_qblock_big.sprite.gmx │ ├── spr_qblock_big_empty.sprite.gmx │ ├── spr_qblock_double.sprite.gmx │ ├── spr_qblock_double_empty.sprite.gmx │ ├── spr_qblock_double_hidden.sprite.gmx │ ├── spr_qblock_empty.sprite.gmx │ ├── spr_qblock_hidden.sprite.gmx │ ├── spr_qblock_p.sprite.gmx │ ├── spr_qblock_spiked.sprite.gmx │ ├── spr_qblock_spiked_nospin.sprite.gmx │ ├── spr_qblock_triple.sprite.gmx │ ├── spr_qblock_triple_empty.sprite.gmx │ ├── spr_qblock_triple_hidden.sprite.gmx │ ├── spr_qblock_winged.sprite.gmx │ ├── spr_qswitchblock.sprite.gmx │ ├── spr_quicksand.sprite.gmx │ ├── spr_quicksandb.sprite.gmx │ ├── spr_rain.sprite.gmx │ ├── spr_redbrick.sprite.gmx │ ├── spr_redbrick_th.sprite.gmx │ ├── spr_redcoin.sprite.gmx │ ├── spr_redring.sprite.gmx │ ├── spr_redring_active.sprite.gmx │ ├── spr_rex.sprite.gmx │ ├── spr_rex2.sprite.gmx │ ├── spr_rex_red.sprite.gmx │ ├── spr_rex_red2.sprite.gmx │ ├── spr_rex_red_sq.sprite.gmx │ ├── spr_rex_sq.sprite.gmx │ ├── spr_right.sprite.gmx │ ├── spr_ripvanfish.sprite.gmx │ ├── spr_ripvanfish_chase.sprite.gmx │ ├── spr_ripvanfish_snore.sprite.gmx │ ├── spr_rocket.sprite.gmx │ ├── spr_rocket2.sprite.gmx │ ├── spr_rockywrench.sprite.gmx │ ├── spr_rockywrench_dead.sprite.gmx │ ├── spr_rockywrench_wrench.sprite.gmx │ ├── spr_rope.sprite.gmx │ ├── spr_rotaryplatform.sprite.gmx │ ├── spr_rotodisc.sprite.gmx │ ├── spr_rotodisc_trail.sprite.gmx │ ├── spr_rotten.sprite.gmx │ ├── spr_rotten_dr.sprite.gmx │ ├── spr_screenmask.sprite.gmx │ ├── spr_seaweed.sprite.gmx │ ├── spr_seaweedb.sprite.gmx │ ├── spr_shard.sprite.gmx │ ├── spr_shard_g.sprite.gmx │ ├── spr_shard_gr.sprite.gmx │ ├── spr_shard_th_a.sprite.gmx │ ├── spr_shard_th_b.sprite.gmx │ ├── spr_shard_th_c.sprite.gmx │ ├── spr_shard_y.sprite.gmx │ ├── spr_shell.sprite.gmx │ ├── spr_shell_big.sprite.gmx │ ├── spr_shell_big_down.sprite.gmx │ ├── spr_shell_big_red.sprite.gmx │ ├── spr_shell_big_red_down.sprite.gmx │ ├── spr_shell_blue.sprite.gmx │ ├── spr_shell_blue_down.sprite.gmx │ ├── spr_shell_buzzy.sprite.gmx │ ├── spr_shell_buzzy_down.sprite.gmx │ ├── spr_shell_down.sprite.gmx │ ├── spr_shell_red.sprite.gmx │ ├── spr_shell_red_down.sprite.gmx │ ├── spr_shell_spiny.sprite.gmx │ ├── spr_shell_yellow.sprite.gmx │ ├── spr_shell_yellow_down.sprite.gmx │ ├── spr_shellmask.sprite.gmx │ ├── spr_shellthump.sprite.gmx │ ├── spr_shellthump_st.sprite.gmx │ ├── spr_shyguy.sprite.gmx │ ├── spr_shyguy_b.sprite.gmx │ ├── spr_shyguy_big.sprite.gmx │ ├── spr_shyguy_big_b.sprite.gmx │ ├── spr_shyguy_p.sprite.gmx │ ├── spr_signpost.sprite.gmx │ ├── spr_skewerbase.sprite.gmx │ ├── spr_skewerbase_side.sprite.gmx │ ├── spr_skewertrunk.sprite.gmx │ ├── spr_skewertrunk_down.sprite.gmx │ ├── spr_skewertrunk_left.sprite.gmx │ ├── spr_skewertrunk_right.sprite.gmx │ ├── spr_skullraft.sprite.gmx │ ├── spr_sledgebro.sprite.gmx │ ├── spr_sledgebro_b.sprite.gmx │ ├── spr_slope_ice_l.sprite.gmx │ ├── spr_slope_ice_r.sprite.gmx │ ├── spr_slope_ice_sl.sprite.gmx │ ├── spr_slope_ice_sr.sprite.gmx │ ├── spr_slope_l.sprite.gmx │ ├── spr_slope_r.sprite.gmx │ ├── spr_slope_sl.sprite.gmx │ ├── spr_slope_sr.sprite.gmx │ ├── spr_slopemask_l.sprite.gmx │ ├── spr_slopemask_r.sprite.gmx │ ├── spr_slopeplatform_l.sprite.gmx │ ├── spr_slopeplatform_r.sprite.gmx │ ├── spr_slotblock.sprite.gmx │ ├── spr_smoke.sprite.gmx │ ├── spr_smoke_b.sprite.gmx │ ├── spr_smoke_c.sprite.gmx │ ├── spr_smoke_d.sprite.gmx │ ├── spr_smoke_e.sprite.gmx │ ├── spr_smwcheep.sprite.gmx │ ├── spr_smwcheep_flop.sprite.gmx │ ├── spr_snifit.sprite.gmx │ ├── spr_snifit_b.sprite.gmx │ ├── spr_snifit_ball.sprite.gmx │ ├── spr_snifit_g.sprite.gmx │ ├── spr_snifit_p.sprite.gmx │ ├── spr_snow.sprite.gmx │ ├── spr_snowball.sprite.gmx │ ├── spr_sorcerer.sprite.gmx │ ├── spr_sparkle.sprite.gmx │ ├── spr_sparkle_b.sprite.gmx │ ├── spr_sparkle_c.sprite.gmx │ ├── spr_spike.sprite.gmx │ ├── spr_spike_ball.sprite.gmx │ ├── spr_spike_throw.sprite.gmx │ ├── spr_spike_throw2.sprite.gmx │ ├── spr_spiketop.sprite.gmx │ ├── spr_spiketop_blue.sprite.gmx │ ├── spr_spiketop_blue_turn.sprite.gmx │ ├── spr_spiketop_turn.sprite.gmx │ ├── spr_spincollision.sprite.gmx │ ├── spr_spinmask.sprite.gmx │ ├── spr_spinthump.sprite.gmx │ ├── spr_spiny.sprite.gmx │ ├── spr_spinyegg.sprite.gmx │ ├── spr_spinyegg_red.sprite.gmx │ ├── spr_splash.sprite.gmx │ ├── spr_splash_lava.sprite.gmx │ ├── spr_splash_lava_up.sprite.gmx │ ├── spr_sproutmask.sprite.gmx │ ├── spr_square.sprite.gmx │ ├── spr_square_b.sprite.gmx │ ├── spr_square_c.sprite.gmx │ ├── spr_square_d.sprite.gmx │ ├── spr_square_e.sprite.gmx │ ├── spr_square_f.sprite.gmx │ ├── spr_square_g.sprite.gmx │ ├── spr_squaremask.sprite.gmx │ ├── spr_star.sprite.gmx │ ├── spr_starcoin.sprite.gmx │ ├── spr_starcoin_get.sprite.gmx │ ├── spr_starman.sprite.gmx │ ├── spr_starmask.sprite.gmx │ ├── spr_starmask_big.sprite.gmx │ ├── spr_starspark.sprite.gmx │ ├── spr_stompmask.sprite.gmx │ ├── spr_stoneblock.sprite.gmx │ ├── spr_sumobro.sprite.gmx │ ├── spr_sumobro_b.sprite.gmx │ ├── spr_sumobro_flame.sprite.gmx │ ├── spr_sumobro_lightning.sprite.gmx │ ├── spr_superball.sprite.gmx │ ├── spr_superbell.sprite.gmx │ ├── spr_superflower.sprite.gmx │ ├── spr_supersmash.sprite.gmx │ ├── spr_surface_disco.sprite.gmx │ ├── spr_surface_light.sprite.gmx │ ├── spr_surface_light_large.sprite.gmx │ ├── spr_surface_light_large_b.sprite.gmx │ ├── spr_surface_light_small.sprite.gmx │ ├── spr_surface_light_small_b.sprite.gmx │ ├── spr_surface_light_small_c.sprite.gmx │ ├── spr_sweat.sprite.gmx │ ├── spr_switchblock.sprite.gmx │ ├── spr_swooper.sprite.gmx │ ├── spr_swooper_fly.sprite.gmx │ ├── spr_tanookisuit.sprite.gmx │ ├── spr_theend.sprite.gmx │ ├── spr_thwimp.sprite.gmx │ ├── spr_thwomp.sprite.gmx │ ├── spr_tides.sprite.gmx │ ├── spr_tides_poison.sprite.gmx │ ├── spr_timedplatform.sprite.gmx │ ├── spr_timeup.sprite.gmx │ ├── spr_titlebg_bottom.sprite.gmx │ ├── spr_titlebg_cog.sprite.gmx │ ├── spr_titlebg_middle.sprite.gmx │ ├── spr_titlebg_top.sprite.gmx │ ├── spr_toad.sprite.gmx │ ├── spr_tongue.sprite.gmx │ ├── spr_topmarker.sprite.gmx │ ├── spr_tornado.sprite.gmx │ ├── spr_torpedobox.sprite.gmx │ ├── spr_torpedobubble.sprite.gmx │ ├── spr_torpedoted.sprite.gmx │ ├── spr_trampoline.sprite.gmx │ ├── spr_trampoline_end.sprite.gmx │ ├── spr_trampoline_p.sprite.gmx │ ├── spr_trampoline_p_end.sprite.gmx │ ├── spr_trampoline_timed.sprite.gmx │ ├── spr_trampoline_timed_end.sprite.gmx │ ├── spr_trouter.sprite.gmx │ ├── spr_turnip.sprite.gmx │ ├── spr_turnip_bomb.sprite.gmx │ ├── spr_turnip_bomb_th.sprite.gmx │ ├── spr_turnip_large.sprite.gmx │ ├── spr_turnip_mini.sprite.gmx │ ├── spr_turnip_shell.sprite.gmx │ ├── spr_tweeter.sprite.gmx │ ├── spr_tweeter_b.sprite.gmx │ ├── spr_twister.sprite.gmx │ ├── spr_up.sprite.gmx │ ├── spr_urchin.sprite.gmx │ ├── spr_urchin_blink.sprite.gmx │ ├── spr_vegshroom.sprite.gmx │ ├── spr_vegshroom_1up.sprite.gmx │ ├── spr_viewblock.sprite.gmx │ ├── spr_vine.sprite.gmx │ ├── spr_volcanolotus.sprite.gmx │ ├── spr_volcanolotus_b.sprite.gmx │ ├── spr_volcanolotus_c.sprite.gmx │ ├── spr_voltshroom.sprite.gmx │ ├── spr_wallspring.sprite.gmx │ ├── spr_wallspring_end.sprite.gmx │ ├── spr_walltriangle_cl.sprite.gmx │ ├── spr_walltriangle_cr.sprite.gmx │ ├── spr_walltriangle_l.sprite.gmx │ ├── spr_walltriangle_r.sprite.gmx │ ├── spr_walrus.sprite.gmx │ ├── spr_warpmask.sprite.gmx │ ├── spr_waterbubble.sprite.gmx │ ├── spr_waterfall2_bottom.sprite.gmx │ ├── spr_waterfall2_top.sprite.gmx │ ├── spr_waterfall_bottom.sprite.gmx │ ├── spr_waterfall_top.sprite.gmx │ ├── spr_watertop.sprite.gmx │ ├── spr_weightplatform.sprite.gmx │ ├── spr_wiggler.sprite.gmx │ ├── spr_wiggler_body.sprite.gmx │ ├── spr_wiggler_flower.sprite.gmx │ ├── spr_wiggler_mad.sprite.gmx │ ├── spr_wiggler_mad_body.sprite.gmx │ ├── spr_wing.sprite.gmx │ ├── spr_woodblock.sprite.gmx │ ├── spr_yellowring.sprite.gmx │ ├── spr_yellowring_active.sprite.gmx │ ├── spr_yoshi.sprite.gmx │ ├── spr_yoshi_fire.sprite.gmx │ ├── spr_yoshi_flag.sprite.gmx │ ├── spr_yoshi_flutter.sprite.gmx │ ├── spr_yoshi_flutter_lick.sprite.gmx │ ├── spr_yoshi_fm.sprite.gmx │ ├── spr_yoshi_fm_flutter.sprite.gmx │ ├── spr_yoshi_fm_jump.sprite.gmx │ ├── spr_yoshi_fm_wait.sprite.gmx │ ├── spr_yoshi_hatch.sprite.gmx │ ├── spr_yoshi_jump.sprite.gmx │ ├── spr_yoshi_lick.sprite.gmx │ ├── spr_yoshi_runaway.sprite.gmx │ ├── spr_yoshi_swallow.sprite.gmx │ ├── spr_yoshi_wait.sprite.gmx │ ├── spr_yoshi_warp.sprite.gmx │ ├── spr_yoshimask.sprite.gmx │ └── spr_yoshiplatform.sprite.gmx └── timelines │ ├── tml_template.timeline.gmx │ └── tml_water_rise.timeline.gmx ├── LICENSE ├── README.md └── gme_macros.txt /GME Anniversary Edition.gmx/Configs/Default.config.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/Configs/Default.config.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/Configs/Default/HTML5/fav.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/Configs/Default/HTML5/fav.ico -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/Configs/Default/Mac/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/Configs/Default/Mac/splash.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/Configs/Default/iOS/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/Configs/Default/iOS/splash.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/background/images/bgr_pit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/background/images/bgr_pit.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/background/images/bgr_reef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/background/images/bgr_reef.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/background/images/bgr_smog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/background/images/bgr_smog.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/help.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/help.rtf -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_1up.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_1up.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_1up_h1.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_1up_h1.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_1up_h2.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_1up_h2.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_1up_h3.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_1up_h3.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_1up_h4.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_1up_h4.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_3upmoon.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_3upmoon.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_acecoin.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_acecoin.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_afhb.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_afhb.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_area_b.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_area_b.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_area_g.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_area_g.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_area_r.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_area_r.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_area_y.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_area_y.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_ball.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_ball.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_barrel.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_barrel.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_basket.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_basket.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_beezo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_beezo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_berry.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_berry.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_berry_g.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_berry_g.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bigboo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bigboo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_billy.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_billy.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_blargg.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_blargg.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_blooper.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_blooper.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_blurp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_blurp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bobomb.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bobomb.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bolt.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bolt.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bomb.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bomb.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bombguy.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bombguy.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_boo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_boo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bossorb.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bossorb.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_brick.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_brick.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bubble.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bubble.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bullet.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bullet.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_bumper.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_bumper.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_cannon.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_cannon.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_carrot.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_carrot.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_chain.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_chain.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_cherry.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_cherry.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_chest.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_chest.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_chomp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_chomp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_climb.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_climb.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_cobrat.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_cobrat.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_coin.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_coin.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_coin_m.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_coin_m.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_coin_p.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_coin_p.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_coin_r.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_coin_r.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_credits.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_credits.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_crusher.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_crusher.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_crystal.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_crystal.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_dialog.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_dialog.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_digsand.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_digsand.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_dolphin.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_dolphin.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_donut.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_donut.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_door.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_door.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_door_p.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_door_p.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_down.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_down.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_eblock.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_eblock.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_eerie.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_eerie.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_egg.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_egg.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_egg_pow.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_egg_pow.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_engine.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_engine.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_fadein.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_fadein.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_fadeout.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_fadeout.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_firebar.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_firebar.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_firebro.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_firebro.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_flag.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_flag.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_flag_da.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_flag_da.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_flag_p.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_flag_p.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_flurry.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_flurry.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_foo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_foo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_foo_fog.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_foo_fog.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_fuzzy.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_fuzzy.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_getshoe.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_getshoe.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_gladrus.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_gladrus.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_goomba.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_goomba.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_goombud.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_goombud.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_gotomap.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_gotomap.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_grass.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_grass.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_grayrus.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_grayrus.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_grinder.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_grinder.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_gswitch.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_gswitch.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_hammer.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_hammer.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_heart.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_heart.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_helmet.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_helmet.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_hotfoot.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_hotfoot.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_hothead.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_hothead.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_hud.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_hud.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_iceball.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_iceball.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_icebro.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_icebro.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_icecoin.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_icecoin.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_intro.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_intro.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_jpplant.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_jpplant.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_key.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_key.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_keygate.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_keygate.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_keyhole.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_keyhole.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_koopa.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_koopa.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_lakitu.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_lakitu.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_laser.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_laser.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_lava.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_lava.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_lava_b.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_lava_b.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_lava_c.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_lava_c.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_lava_d.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_lava_d.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_leaf.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_leaf.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_left.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_left.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_light.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_light.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_log.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_log.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_magic.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_magic.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_mapfire.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_mapfire.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_maphill.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_maphill.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_maplava.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_maplava.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_maptree.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_maptree.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_mario.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_mario.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_mblock.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_mblock.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_message.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_message.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_monty.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_monty.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_muncher.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_muncher.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_ninji.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_ninji.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_nipper.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_nipper.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_note.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_note.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_opener.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_opener.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_panser.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_panser.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pararus.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pararus.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_parhold.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_parhold.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_parpull.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_parpull.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_path.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_path.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pblock.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pblock.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_peepa.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_peepa.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_peepa_b.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_peepa_b.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_peepa_v.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_peepa_v.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_phanto.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_phanto.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pitwarp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pitwarp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_player.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_player.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_podoboo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_podoboo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_poison.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_poison.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pokey.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pokey.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_porcupo.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_porcupo.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pplant.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pplant.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pswitch.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pswitch.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_ptooie.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_ptooie.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_puller.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_puller.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pullkey.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pullkey.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_pwing.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_pwing.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_qblock.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_qblock.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_redring.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_redring.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_rex.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_rex.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_rex_red.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_rex_red.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_right.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_right.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_rope.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_rope.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_rotten.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_rotten.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_saw.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_saw.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_score.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_score.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_seaweed.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_seaweed.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_shard.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_shard.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_shell.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_shell.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_shyguy.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_shyguy.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_skewer.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_skewer.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_skipper.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_skipper.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_slope_l.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_slope_l.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_slope_r.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_slope_r.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_smoke.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_smoke.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_snifit.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_snifit.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_solid.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_solid.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_spike.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_spike.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_spinner.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_spinner.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_spiny.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_spiny.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_star.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_star.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_starman.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_starman.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_statue.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_statue.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_stomp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_stomp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_stomped.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_stomped.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_sumobro.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_sumobro.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_swim.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_swim.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_swooper.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_swooper.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_thwimp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_thwimp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_thwomp.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_thwomp.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_tides.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_tides.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_timeup.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_timeup.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_title.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_title.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_toad.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_toad.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_tongue.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_tongue.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_trouter.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_trouter.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_turnip.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_turnip.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_tweeter.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_tweeter.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_twister.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_twister.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_up.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_up.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_urchin.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_urchin.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_vine.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_vine.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_walrus.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_walrus.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_warpmap.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_warpmap.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_warptop.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_warptop.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_wiggler.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_wiggler.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_wrench.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_wrench.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/objects/obj_yoshi.object.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/objects/obj_yoshi.object.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/paths/pth_bubble.path.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/paths/pth_bubble.path.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/paths/pth_bubble_v.path.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/paths/pth_bubble_v.path.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/paths/pth_lava.path.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/paths/pth_lava.path.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/paths/pth_microgoomba.path.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/paths/pth_microgoomba.path.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_anniversary.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_anniversary.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_bonus.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_bonus.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_bonus2.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_bonus2.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_bowsercastle.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_bowsercastle.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_credits.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_credits.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_disclaimer.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_disclaimer.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_gameover.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_gameover.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_intro.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_intro.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_map.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_map.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_minigame_smw.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_minigame_smw.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_pipearea.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_pipearea.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_radiantmine.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_radiantmine.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_subconfields.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_subconfields.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_template.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_template.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/rooms/rm_titlemenu.room.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/rooms/rm_titlemenu.room.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/approach.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/approach.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/canhold.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/canhold.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/canpull.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/canpull.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/draw_sprite_player.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/draw_sprite_player.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/endlevel.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/endlevel.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/init_globals.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/init_globals.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/isinice.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/isinice.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/key_to_string.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/key_to_string.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/load.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/load.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/outside_view.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/outside_view.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/pal_swap_reset.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/pal_swap_reset.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/pal_swap_set.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/pal_swap_set.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/palette_get.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/palette_get.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/player_draw_yoshi.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/player_draw_yoshi.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/player_retrieve.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/player_retrieve.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/pswitch_activate.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/pswitch_activate.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/pswitch_deactivate.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/pswitch_deactivate.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/save.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/save.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_carry.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_carry.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_clear.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_clear.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_climb.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_climb.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_duck.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_duck.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_goal.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_goal.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_hold.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_hold.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_hold2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_hold2.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_jump.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_jump.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_kick.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_kick.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_ride.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_ride.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_run.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_run.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_runjump.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_runjump.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_shoot.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_shoot.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_skid.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_skid.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_slide.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_slide.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_spin.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_spin.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_spin2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_spin2.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_swim.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_swim.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_swim2.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_swim2.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_swim3.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_swim3.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_walk.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_walk.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/scr_mario_walljump.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/scr_mario_walljump.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/set_keys.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/set_keys.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/sprite_make_object.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/sprite_make_object.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/string_add_zeros.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/string_add_zeros.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/scripts/string_make_width.gml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/scripts/string_make_width.gml -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/shaders/shd_grayscale.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/shaders/shd_grayscale.shader -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_airship.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_airship.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_athletic.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_athletic.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_bonus.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_bonus.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_boss.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_boss.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_castle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_castle.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_credits.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_credits.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_gameover.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_gameover.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_ghost.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_ghost.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_intro.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_intro.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_land.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_land.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_map1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_map1.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_map2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_map2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_minigame.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_minigame.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_miss.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_miss.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_pswitch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_pswitch.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_sm1clear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_sm1clear.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_sm2clear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_sm2clear.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear_b.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear_b.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear_c.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_sm3clear_c.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_smwclear.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_smwclear.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_starman.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_starman.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_subcon.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_subcon.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_title.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_title.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/bgm_underwater.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/bgm_underwater.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_1up.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_1up.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_blargg.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_blargg.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_boo.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_boo.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_boo_big.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_boo_big.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_boomerang.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_boomerang.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_bossorb.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_bossorb.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_break.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_break.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_bubble.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_bubble.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_bump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_bump.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_cherry.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_cherry.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_cherry2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_cherry2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_chest.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_chest.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_chestitem.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_chestitem.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_climb.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_climb.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_coin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_coin.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_collect.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_collect.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_correct.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_correct.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_count.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_count.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_count2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_count2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_countend.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_countend.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_crumble.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_crumble.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_crystal.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_crystal.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_door.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_door.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_drop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_drop.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_engine.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_engine.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_enterpipe.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_enterpipe.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_enterstage.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_enterstage.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_explode.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_explode.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_fireball.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_fireball.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_firework.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_firework.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_flagpole.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_flagpole.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_flames.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_flames.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_freeze.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_freeze.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_frog.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_frog.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_goal.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_goal.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_goalend.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_goalend.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_hammer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_hammer.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_hatch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_hatch.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_hawkmouth.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_hawkmouth.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_hurry.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_hurry.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_hurt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_hurt.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_iceball.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_iceball.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_inventory.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_inventory.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_jump.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_jump.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_key.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_key.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick3.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick4.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick5.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick6.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick7.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_kick8.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_kick8.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_lightning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_lightning.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_message.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_message.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_move.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_move.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_noteblock.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_noteblock.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_openpath.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_openpath.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_pause.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_pause.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_pickup.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_pickup.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_pmeter.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_pmeter.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_podoboo.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_podoboo.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_pop.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_pop.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_powerlost.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_powerlost.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_powerup.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_powerup.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_rain.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_rain.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin3.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin4.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin5.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin5.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin6.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin6.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin7.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin7.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_redcoin8.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_redcoin8.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_reserve.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_reserve.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_ring.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_ring.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_rocket.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_rocket.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_rocket2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_rocket2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_save.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_save.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_scatter.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_scatter.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_scatter2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_scatter2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_scratch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_scratch.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_shatter.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_shatter.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_skid.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_skid.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_spin.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_spin.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_spinstomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_spinstomp.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_sprout.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_sprout.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_starcoin2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_starcoin2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_stomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_stomp.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_stomp2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_stomp2.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_superball.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_superball.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_swim.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_swim.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_switch.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_switch.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_swooper.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_swooper.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_throw.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_throw.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_thwomp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_thwomp.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_timer.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_timer.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_timer_end.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_timer_end.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_trampoline.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_trampoline.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_transform.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_transform.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_vinesprout.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_vinesprout.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_warning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_warning.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_warp.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_warp.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_whistle.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_whistle.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_wrong.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_wrong.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_yoshi.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_yoshi.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_yoshi_eat.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_yoshi_eat.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_yoshi_hurt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_yoshi_hurt.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_yoshi_lick.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_yoshi_lick.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/audio/snd_yoshi_spit.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/audio/snd_yoshi_spit.ogg -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_airship.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_airship.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_athletic.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_athletic.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_bonus.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_bonus.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_boss.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_boss.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_castle.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_castle.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_credits.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_credits.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_gameover.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_gameover.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_ghost.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_ghost.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_intro.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_intro.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_land.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_land.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_map1.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_map1.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_map2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_map2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_minigame.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_minigame.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_miss.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_miss.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_pswitch.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_pswitch.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_sm1clear.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_sm1clear.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_sm2clear.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_sm2clear.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_sm3clear.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_sm3clear.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_sm3clear_b.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_sm3clear_b.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_sm3clear_c.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_sm3clear_c.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_smwclear.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_smwclear.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_starman.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_starman.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_subcon.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_subcon.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_title.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_title.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/bgm_underwater.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/bgm_underwater.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_1up.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_1up.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_blargg.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_blargg.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_boo.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_boo.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_boo_big.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_boo_big.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_boomerang.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_boomerang.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_bossorb.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_bossorb.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_break.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_break.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_bubble.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_bubble.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_bump.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_bump.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_cherry.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_cherry.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_cherry2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_cherry2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_chest.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_chest.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_chestitem.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_chestitem.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_climb.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_climb.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_coin.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_coin.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_collect.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_collect.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_correct.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_correct.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_count.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_count.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_count2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_count2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_countend.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_countend.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_crumble.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_crumble.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_crystal.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_crystal.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_door.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_door.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_drop.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_drop.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_engine.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_engine.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_enterpipe.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_enterpipe.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_enterstage.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_enterstage.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_explode.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_explode.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_fireball.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_fireball.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_firework.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_firework.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_flagpole.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_flagpole.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_flames.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_flames.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_freeze.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_freeze.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_frog.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_frog.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_goal.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_goal.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_goalend.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_goalend.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_hammer.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_hammer.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_hatch.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_hatch.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_hawkmouth.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_hawkmouth.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_hurry.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_hurry.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_hurt.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_hurt.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_iceball.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_iceball.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_inventory.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_inventory.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_jump.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_jump.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_key.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_key.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick3.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick3.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick4.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick4.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick5.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick5.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick6.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick6.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick7.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick7.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_kick8.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_kick8.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_lightning.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_lightning.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_message.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_message.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_move.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_move.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_noteblock.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_noteblock.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_openpath.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_openpath.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_pause.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_pause.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_pickup.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_pickup.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_pmeter.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_pmeter.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_podoboo.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_podoboo.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_pop.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_pop.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_powerlost.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_powerlost.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_powerup.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_powerup.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_rain.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_rain.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin3.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin3.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin4.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin4.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin5.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin5.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin6.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin6.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin7.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin7.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_redcoin8.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_redcoin8.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_reserve.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_reserve.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_ring.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_ring.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_rocket.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_rocket.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_rocket2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_rocket2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_save.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_save.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_scatter.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_scatter.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_scatter2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_scatter2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_scratch.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_scratch.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_shatter.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_shatter.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_skid.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_skid.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_spin.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_spin.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_spinstomp.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_spinstomp.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_sprout.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_sprout.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_stomp.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_stomp.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_stomp2.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_stomp2.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_superball.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_superball.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_swim.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_swim.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_switch.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_switch.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_swooper.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_swooper.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_throw.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_throw.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_thwomp.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_thwomp.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_timer.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_timer.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_timer_end.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_timer_end.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_trampoline.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_trampoline.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_transform.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_transform.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_vinesprout.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_vinesprout.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_warning.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_warning.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_warp.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_warp.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_whistle.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_whistle.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_wrong.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_wrong.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_yoshi.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_yoshi.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_yoshi_eat.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_yoshi_eat.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_yoshi_hurt.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_yoshi_hurt.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_yoshi_lick.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_yoshi_lick.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sound/snd_yoshi_spit.sound.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sound/snd_yoshi_spit.sound.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/spr_smoke_16_strip4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/spr_smoke_16_strip4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_10pts_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_10pts_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_10sec_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_10sec_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_10sec_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_10sec_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_1up_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_1up_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_1uph_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_1uph_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_20sec_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_20sec_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_50sec_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_50sec_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_afhb_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_afhb_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_beezo_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_beezo_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_beezo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_beezo_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_berry_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_berry_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_berry_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_berry_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_berry_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_berry_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_berry_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_berry_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_billy_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_billy_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_billy_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_billy_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_blurp_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_blurp_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_blurp_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_blurp_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_bolt_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_bolt_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_bolt_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_bolt_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_boo_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_boo_5.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_brick_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_brick_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_brick_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_brick_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_brick_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_brick_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_brick_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_brick_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_chest_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_chest_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_chest_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_chest_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin2_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin2_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin2_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin2_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin2_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin3_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin3_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin3_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin3_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin3_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin3_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin3_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_coin_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_coin_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_donut_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_donut_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_donut_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_donut_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_donut_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_donut_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_donut_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_donut_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_donut_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_donut_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_door_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_door_5.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_down_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_down_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_eerie_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_eerie_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_eerie_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_eerie_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_b_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_b_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_b_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_b_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_p_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_p_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_p_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_p_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_r_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_r_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_r_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_r_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_t_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_t_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_t_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_t_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_y_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_y_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_egg_y_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_egg_y_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_flag_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_flag_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_flag_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_flag_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_foo_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_foo_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_foo_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_foo_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_foo_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_foo_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_foo_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_foo_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_fuzzy_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_fuzzy_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_fuzzy_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_fuzzy_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_5.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_glass_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_glass_6.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_goal_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_goal_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_5.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_grass_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_grass_6.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_heart_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_heart_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_key_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_key_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_koopa_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_koopa_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_koopa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_koopa_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_laser_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_laser_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_laser_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_laser_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_laser_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_laser_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_laser_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_laser_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_lava_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_lava_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_lava_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_lava_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_lava_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_lava_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_lava_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_lava_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_lava_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_lava_4.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_leaf_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_leaf_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_leaf_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_leaf_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_leaf_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_leaf_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_left_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_left_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_log_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_log_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_log_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_log_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_logo_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_logo_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_magic_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_magic_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_magic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_magic_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_magic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_magic_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_mask_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_mask_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_mbomb_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_mbomb_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_mbomb_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_mbomb_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_ninji_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_ninji_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_ninji_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_ninji_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_note_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_note_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_path_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_path_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_path_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_path_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_path_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_path_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_path_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_path_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pcoin_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pcoin_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pcoin_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pcoin_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pcoin_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pcoin_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pcoin_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pcoin_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_peepa_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_peepa_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_peepa_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_peepa_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_peepa_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_peepa_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_peepa_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_peepa_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pipey_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pipey_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pipey_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pipey_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pokey_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pokey_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pokey_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pokey_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pop_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pop_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pop_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pop_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pop_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pop_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_pwing_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_pwing_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rain_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rain_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rain_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rain_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rain_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rain_2.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rain_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rain_3.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rex2_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rex2_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rex2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rex2_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rex_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rex_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rex_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rex_1.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_right_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_right_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_rope_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_rope_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/images/spr_up_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/images/spr_up_0.png -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_1up.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_1up.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_afhb.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_afhb.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_bolt.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_bolt.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_boo.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_boo.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_coin.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_coin.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_door.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_door.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_down.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_down.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_egg.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_egg.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_flag.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_flag.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_foo.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_foo.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_goal.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_goal.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_key.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_key.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_lava.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_lava.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_leaf.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_leaf.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_left.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_left.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_log.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_log.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_logo.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_logo.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_mask.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_mask.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_note.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_note.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_path.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_path.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_pop.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_pop.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_rain.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_rain.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_rex.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_rex.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_rex2.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_rex2.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_rope.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_rope.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_snow.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_snow.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_star.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_star.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_toad.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_toad.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_up.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_up.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_vine.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_vine.sprite.gmx -------------------------------------------------------------------------------- /GME Anniversary Edition.gmx/sprites/spr_wing.sprite.gmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/GME Anniversary Edition.gmx/sprites/spr_wing.sprite.gmx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/README.md -------------------------------------------------------------------------------- /gme_macros.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GateteVerde/GMEAnniversary/HEAD/gme_macros.txt --------------------------------------------------------------------------------