├── .clang-format ├── .clang-tidy ├── .gitattributes ├── .github └── workflows │ └── build.yml ├── .gitignore ├── Dockerfile ├── Jenkinsfile ├── Makefile ├── Makefile.split ├── README.md ├── actors ├── bird │ ├── anims │ │ ├── anim_050008D0.inc.c │ │ ├── anim_050009D0.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── geo.inc.c │ └── model.inc.c ├── blargg │ ├── anims │ │ ├── anim_05006070.inc.c │ │ ├── anim_05006154.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── geo.inc.c │ └── model.inc.c ├── blue_fish │ ├── anims │ │ ├── anim_0301C298.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── blue_fish.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── bomb │ ├── bomb_left_side.rgba16.png │ ├── bomb_right_side.rgba16.png │ ├── bomb_spike.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── boo │ ├── boo_eyes.rgba16.png │ ├── boo_mouth.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── bowser │ ├── anims │ │ ├── anim_060445EC.inc.c │ │ ├── anim_060453C8.inc.c │ │ ├── anim_06045D28.inc.c │ │ ├── anim_0604671C.inc.c │ │ ├── anim_0604675C.inc.c │ │ ├── anim_06048200.inc.c │ │ ├── anim_06049880.inc.c │ │ ├── anim_0604A8E4.inc.c │ │ ├── anim_0604B178.inc.c │ │ ├── anim_0604B8CC.inc.c │ │ ├── anim_0604D184.inc.c │ │ ├── anim_0604E5A0.inc.c │ │ ├── anim_0604F030.inc.c │ │ ├── anim_0604FF4C.inc.c │ │ ├── anim_06050530.inc.c │ │ ├── anim_060514E8.inc.c │ │ ├── anim_06051C68.inc.c │ │ ├── anim_06052680.inc.c │ │ ├── anim_06052D94.inc.c │ │ ├── anim_060534F4.inc.c │ │ ├── anim_06053B8C.inc.c │ │ ├── anim_06054290.inc.c │ │ ├── anim_06054950.inc.c │ │ ├── anim_06055210.inc.c │ │ ├── anim_06055984.inc.c │ │ ├── anim_06056774.inc.c │ │ ├── anim_06057678.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── bowser_armband.rgba16.png │ ├── bowser_armband_spike.rgba16.png │ ├── bowser_blue_eye_unused.rgba16.png │ ├── bowser_body.rgba16.png │ ├── bowser_chest.rgba16.png │ ├── bowser_claw_edge.rgba16.png │ ├── bowser_claw_horn_angle.rgba16.png │ ├── bowser_claw_horn_tooth.rgba16.png │ ├── bowser_eye_center_0.rgba16.png │ ├── bowser_eye_center_1.rgba16.png │ ├── bowser_eye_closed_0.rgba16.png │ ├── bowser_eye_closed_1.rgba16.png │ ├── bowser_eye_far_left_0.rgba16.png │ ├── bowser_eye_far_left_1.rgba16.png │ ├── bowser_eye_half_closed_0.rgba16.png │ ├── bowser_eye_half_closed_1.rgba16.png │ ├── bowser_eye_left_0.rgba16.png │ ├── bowser_eye_left_1.rgba16.png │ ├── bowser_eye_right_0.rgba16.png │ ├── bowser_eye_right_1.rgba16.png │ ├── bowser_eyebrow.rgba16.png │ ├── bowser_hair.rgba16.png │ ├── bowser_mouth_unused.rgba16.png │ ├── bowser_muzzle.rgba16.png │ ├── bowser_nostrils.rgba16.png │ ├── bowser_shell.rgba16.png │ ├── bowser_shell_edge.rgba16.png │ ├── bowser_tongue.rgba16.png │ ├── bowser_upper_face.rgba16.png │ ├── flames_data.inc.c │ ├── geo.inc.c │ └── model.inc.c ├── bowser_flame │ ├── bowser_flame_0.rgba16.png │ ├── bowser_flame_1.rgba16.png │ ├── bowser_flame_10.rgba16.png │ ├── bowser_flame_11.rgba16.png │ ├── bowser_flame_12.rgba16.png │ ├── bowser_flame_13.rgba16.png │ ├── bowser_flame_2.rgba16.png │ ├── bowser_flame_3.rgba16.png │ ├── bowser_flame_4.rgba16.png │ ├── bowser_flame_5.rgba16.png │ ├── bowser_flame_6.rgba16.png │ ├── bowser_flame_7.rgba16.png │ ├── bowser_flame_8.rgba16.png │ ├── bowser_flame_9.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── bub │ ├── anims │ │ ├── anim_0601233C.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── bub_eye_border.rgba16.png │ ├── bub_eyes.rgba16.png │ ├── bub_fins.rgba16.png │ ├── bub_scales.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── bubble │ ├── bubble.rgba16.png │ ├── geo.inc.c │ ├── model.inc.c │ └── mr_i_bubble.rgba16.png ├── bullet_bill │ ├── bullet_bill_eye.rgba16.png │ ├── bullet_bill_mouth.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── bully │ ├── otos.sou │ ├── otosu_body0_txt.rgba16.png │ ├── otosu_body1_txt.rgba16.png │ └── otosu_eye_txt.rgba16.png ├── burn_smoke │ ├── burn_smoke.ia16.png │ ├── burn_smoke1.rgba16.png │ ├── burn_smoke2.rgba16.png │ ├── burn_smoke3.rgba16.png │ ├── burn_smoke4.rgba16.png │ ├── burn_smoke6.rgba16.png │ ├── burn_smoke7.rgba16.png │ ├── burn_smoke8.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── cannon_barrel │ ├── cannon_body.hms │ ├── cannon_body.sou │ └── cannon_steelA_txt.rgba16.png ├── cannon_base │ ├── cannon_base.hms │ ├── cannon_base.sou │ └── question_block_txt.rgba16.png ├── coin │ ├── coin.hms │ ├── coin.sou │ ├── txt_coin1.rgba16.png │ ├── txt_coin2.rgba16.png │ ├── txt_coin3.rgba16.png │ └── txt_coin4.rgba16.png ├── common0.c ├── common0.h ├── common0_geo.c ├── common1.c ├── common1.h ├── common1_geo.c ├── cyan_fish │ ├── anims │ │ ├── anim_0600E24C.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── cyan_fish.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── dirt │ ├── dirt_particle.rgba16.png │ ├── geo.inc.c │ └── model.inc.c ├── door │ ├── door.hms │ ├── door.sou │ ├── main_door_side_txt.rgba16.png │ ├── main_door_txt.rgba16.png │ ├── rn_1_txt.rgba16.png │ ├── rn_2_txt.rgba16.png │ ├── rn_3_txt.rgba16.png │ └── rn_4_txt.rgba16.png ├── explosion │ ├── bomb1_txt.rgba16.png │ ├── bomb2_txt.rgba16.png │ ├── bomb3_txt.rgba16.png │ ├── bomb4_txt.rgba16.png │ ├── bomb5_txt.rgba16.png │ ├── bomb6_txt.rgba16.png │ ├── bomb7_txt.rgba16.png │ ├── bombfire.hms │ └── bombfire.sou ├── flame │ ├── fire_C_01_txt.ia16.png │ ├── fire_C_02_txt.ia16.png │ ├── fire_C_03_txt.ia16.png │ ├── fire_C_04_txt.ia16.png │ ├── fire_C_05_txt.ia16.png │ ├── fire_C_06_txt.ia16.png │ ├── fire_C_07_txt.ia16.png │ ├── fire_C_08_txt.ia16.png │ ├── fire_C_09_txt.ia16.png │ ├── fire_C_10_txt.ia16.png │ ├── fire_C_11_txt.ia16.png │ ├── fire_C_12_txt.ia16.png │ ├── fire_C_13_txt.ia16.png │ ├── fire_C_14_txt.ia16.png │ ├── fire_C_15_txt.ia16.png │ ├── flame_0.ia16.png │ ├── flame_1.ia16.png │ ├── flame_2.ia16.png │ ├── flame_3.ia16.png │ ├── flame_4.ia16.png │ ├── flame_5.ia16.png │ ├── flame_6.ia16.png │ ├── flame_7.ia16.png │ ├── geo.inc.c │ └── model.inc.c ├── group0.c ├── group0.h ├── group0_geo.c ├── group1.c ├── group1.h ├── group10.c ├── group10.h ├── group10_geo.c ├── group12.c ├── group12.h ├── group12_geo.c ├── group13.c ├── group13.h ├── group13_geo.c ├── group14.c ├── group14.h ├── group14_geo.c ├── group17.c ├── group17.h ├── group17_geo.c ├── group1_geo.c ├── group2.c ├── group2.h ├── group2_geo.c ├── group4.c ├── group4.h ├── group4_geo.c ├── group7.c ├── group7.h ├── group7_geo.c ├── group9.c ├── group9.h ├── group9_geo.c ├── hoot │ ├── anims │ │ ├── anim_050053EC.inc.c │ │ ├── anim_05005750.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── geo.inc.c │ ├── hoot_eyes.rgba16.png │ ├── hoot_wing.rgba16.png │ ├── hoot_wing_tip.rgba16.png │ └── model.inc.c ├── impact_smoke │ ├── geo.inc.c │ ├── impact_smoke_0.ia16.png │ ├── impact_smoke_1.ia16.png │ ├── impact_smoke_2.ia16.png │ ├── impact_smoke_3.ia16.png │ └── model.inc.c ├── leaves │ ├── geo.inc.c │ ├── leaf.rgba16.png │ └── model.inc.c ├── mario │ ├── Mario │ │ ├── mario_far_body.sou │ │ ├── mario_far_head.sou │ │ ├── mario_far_poly.sou │ │ ├── mario_mid_body.sou │ │ ├── mario_mid_poly.sou │ │ ├── mario_near_body.sou │ │ ├── mario_near_head.sou │ │ ├── mario_near_poly.sou │ │ ├── mario_swim_hand.sou │ │ ├── mario_texture.h │ │ └── mario_vsign_hand.sou │ ├── gfx_mario.sou │ ├── hms_mario.sou │ ├── m_button_txt.rgba16.png │ ├── m_hige_txt.rgba16.png │ ├── m_mark_txt.rgba16.png │ ├── m_momi_txt.rgba16.png │ ├── meye1_txt.rgba16.png │ ├── meye2_txt.rgba16.png │ ├── meye3_txt.rgba16.png │ ├── meye4_txt.rgba16.png │ ├── meye5_txt.rgba16.png │ ├── meye_L_txt.rgba16.png │ ├── meye_R_txt.rgba16.png │ ├── meye_down_txt.rgba16.png │ ├── meye_under_txt.rgba16.png │ └── meye_up_txt.rgba16.png ├── mist │ ├── geo.inc.c │ ├── mist.ia16.png │ └── model.inc.c ├── mr_i_eyeball │ ├── geo.inc.c │ ├── model.inc.c │ ├── mr_i_eyeball_left_side.rgba16.png │ └── mr_i_eyeball_right_side.rgba16.png ├── mr_i_iris │ ├── geo.inc.c │ ├── model.inc.c │ ├── mr_i_iris_closed.rgba16.png │ ├── mr_i_iris_mostly_closed.rgba16.png │ ├── mr_i_iris_mostly_open.rgba16.png │ └── mr_i_iris_open.rgba16.png ├── number │ └── geo.inc.c ├── penguin │ ├── collision.inc.c │ ├── ping.hms │ ├── ping.sou │ ├── ping_eye1_txt.rgba16.png │ ├── ping_eye2_txt.rgba16.png │ ├── ping_eye3_txt.rgba16.png │ ├── ping_eye4_txt.rgba16.png │ ├── ping_eye5_txt.rgba16.png │ └── ping_mouth_txt.rgba16.png ├── piranha_plant │ ├── pak_bero_txt.rgba16.png │ ├── pak_dot_txt.rgba16.png │ ├── pak_leaf_txt.rgba16.png │ ├── pak_rip_txt.rgba16.png │ ├── pak_skinA_txt.rgba16.png │ ├── pak_tooth_txt.rgba16.png │ └── pakun.sou ├── power_meter │ ├── model.inc.c │ ├── power_meter_left_side_1.rgba16.png │ ├── power_meter_left_side_2.rgba16.png │ ├── power_meter_left_side_3.rgba16.png │ ├── power_meter_left_side_4.rgba16.png │ ├── power_meter_left_side_5.rgba16.png │ ├── power_meter_left_side_6.rgba16.png │ ├── power_meter_left_side_7.rgba16.png │ ├── power_meter_left_side_empty.rgba16.png │ ├── power_meter_left_side_full.rgba16.png │ ├── power_meter_right_side_1.rgba16.png │ ├── power_meter_right_side_2.rgba16.png │ ├── power_meter_right_side_3.rgba16.png │ ├── power_meter_right_side_4.rgba16.png │ ├── power_meter_right_side_5.rgba16.png │ ├── power_meter_right_side_6.rgba16.png │ ├── power_meter_right_side_7.rgba16.png │ ├── power_meter_right_side_empty.rgba16.png │ └── power_meter_right_side_full.rgba16.png ├── sand │ ├── model.inc.c │ └── sand_particle.rgba16.png ├── sparkle │ ├── geo.inc.c │ ├── model.inc.c │ ├── sparkle_0.rgba16.png │ ├── sparkle_1.rgba16.png │ ├── sparkle_2.rgba16.png │ ├── sparkle_3.rgba16.png │ ├── sparkle_4.rgba16.png │ └── sparkle_5.rgba16.png ├── sparkle_animation │ ├── geo.inc.c │ ├── model.inc.c │ ├── sparkle_animation_0.ia16.png │ ├── sparkle_animation_1.ia16.png │ ├── sparkle_animation_2.ia16.png │ ├── sparkle_animation_3.ia16.png │ └── sparkle_animation_4.ia16.png ├── star │ ├── star.hms │ ├── star.sou │ ├── star_coin1_txt.rgba16.png │ ├── star_coin2_txt.rgba16.png │ ├── star_coin3_txt.rgba16.png │ ├── star_coin4_txt.rgba16.png │ ├── star_coin5_txt.rgba16.png │ ├── star_coin6_txt.rgba16.png │ ├── star_coin7_txt.rgba16.png │ ├── star_coin8_txt.rgba16.png │ ├── star_dust1_txt.rgba16.png │ ├── star_dust2_txt.rgba16.png │ ├── star_dust3_txt.rgba16.png │ ├── star_dust4_txt.rgba16.png │ ├── star_dust5_txt.rgba16.png │ ├── star_dust6_txt.rgba16.png │ ├── star_dust7_txt.rgba16.png │ └── star_dust8_txt.rgba16.png ├── stomp_smoke │ ├── geo.inc.c │ ├── model.inc.c │ ├── stomp_smoke_0.ia16.png │ ├── stomp_smoke_1.ia16.png │ ├── stomp_smoke_2.ia16.png │ ├── stomp_smoke_3.ia16.png │ ├── stomp_smoke_4.ia16.png │ └── stomp_smoke_5.ia16.png ├── sushi │ ├── shark.hms │ ├── shark.sou │ ├── shark_eye_txt.rgba16.png │ ├── shark_skinB_txt.rgba16.png │ ├── shark_skinC_txt.rgba16.png │ ├── shark_skinD_txt.rgba16.png │ ├── shark_skinE_txt.rgba16.png │ ├── shark_skin_txt.rgba16.png │ └── shark_tooth_txt.rgba16.png ├── thwomp │ ├── dosun.flk │ ├── dosun.hms │ ├── dosun.sou │ ├── dosun_face_txt.rgba16.png │ ├── dosun_skin3_txt.rgba16.png │ └── dosun_skin_txt.rgba16.png ├── transparent_star │ ├── dotstar.hms │ ├── dotstar.sou │ └── dotstar_txt.rgba16.png ├── treasure_chest │ ├── geo.inc.c │ ├── model.inc.c │ ├── treasure_chest_front.rgba16.png │ ├── treasure_chest_lock.rgba16.png │ ├── treasure_chest_lock_top.rgba16.png │ └── treasure_chest_side.rgba16.png ├── tree │ ├── main_tree1_txt.rgba16.png │ ├── main_tree2_txt.rgba16.png │ ├── tree.hms │ └── tree.sou ├── walk_smoke │ ├── geo.inc.c │ ├── model.inc.c │ ├── walk_smoke_0.ia16.png │ ├── walk_smoke_1.ia16.png │ ├── walk_smoke_2.ia16.png │ ├── walk_smoke_3.ia16.png │ └── walk_smoke_4.ia16.png ├── warp_collision │ └── collision.inc.c ├── water_mine │ ├── geo.inc.c │ ├── model.inc.c │ ├── water_mine_left_side_unused.rgba16.png │ ├── water_mine_right_side_unused.rgba16.png │ └── water_mine_spike_unused.rgba16.png ├── water_ring │ ├── anims │ │ ├── anim_06013F64.inc.c │ │ ├── data.inc.c │ │ └── table.inc.c │ ├── geo.inc.c │ ├── model.inc.c │ └── water_ring.rgba16.png ├── water_splash │ ├── geo.inc.c │ ├── model.inc.c │ ├── water_splash_0.rgba16.png │ ├── water_splash_1.rgba16.png │ ├── water_splash_2.rgba16.png │ ├── water_splash_3.rgba16.png │ ├── water_splash_4.rgba16.png │ ├── water_splash_5.rgba16.png │ ├── water_splash_6.rgba16.png │ └── water_splash_7.rgba16.png ├── water_wave │ ├── geo.inc.c │ ├── model.inc.c │ ├── water_wave_0.ia16.png │ ├── water_wave_1.ia16.png │ ├── water_wave_2.ia16.png │ └── water_wave_3.ia16.png ├── white_particle │ ├── geo.inc.c │ ├── model.inc.c │ └── snow_particle.rgba16.png ├── white_particle_small │ ├── model.inc.c │ └── small_snow_particle.rgba16.png ├── whomp │ ├── wallman.flk │ ├── wallman.sou │ ├── wallman_back_txt.rgba16.png │ ├── wallman_face_txt.rgba16.png │ ├── wallman_hand_txt.rgba16.png │ └── wallman_side_txt.rgba16.png ├── yellow_sphere │ ├── geo.inc.c │ ├── model.inc.c │ └── yellow_sphere.rgba16.png └── yellow_sphere_small │ ├── geo.inc.c │ ├── model.inc.c │ └── small_yellow_sphere.rgba16.png ├── asm ├── boot.s ├── entry.s ├── ipl3_font.s └── rom_header.s ├── assets.json ├── assets └── anims │ ├── anim_00.inc.c │ ├── anim_01_02.inc.c │ ├── anim_03.inc.c │ ├── anim_04.inc.c │ ├── anim_05.inc.c │ ├── anim_06.inc.c │ ├── anim_07_08.inc.c │ ├── anim_09.inc.c │ ├── anim_0A.inc.c │ ├── anim_0B_0C.inc.c │ ├── anim_0D.inc.c │ ├── anim_0E.inc.c │ ├── anim_0F_10.inc.c │ ├── anim_11.inc.c │ ├── anim_12.inc.c │ ├── anim_13.inc.c │ ├── anim_14.inc.c │ ├── anim_15.inc.c │ ├── anim_16.inc.c │ ├── anim_17.inc.c │ ├── anim_18.inc.c │ ├── anim_19.inc.c │ ├── anim_1A.inc.c │ ├── anim_1B.inc.c │ ├── anim_1C.inc.c │ ├── anim_1D.inc.c │ ├── anim_1E.inc.c │ ├── anim_1F.inc.c │ ├── anim_20.inc.c │ ├── anim_21.inc.c │ ├── anim_22.inc.c │ ├── anim_23.inc.c │ ├── anim_24.inc.c │ ├── anim_25.inc.c │ ├── anim_26.inc.c │ ├── anim_27.inc.c │ ├── anim_28.inc.c │ ├── anim_29.inc.c │ ├── anim_2A.inc.c │ ├── anim_2B.inc.c │ ├── anim_2C_2D.inc.c │ ├── anim_2E.inc.c │ ├── anim_2F.inc.c │ ├── anim_30.inc.c │ ├── anim_31.inc.c │ ├── anim_32.inc.c │ ├── anim_33.inc.c │ ├── anim_34.inc.c │ ├── anim_35.inc.c │ ├── anim_36.inc.c │ ├── anim_37.inc.c │ ├── anim_38.inc.c │ ├── anim_39.inc.c │ ├── anim_3A.inc.c │ ├── anim_3B.inc.c │ ├── anim_3C_3D.inc.c │ ├── anim_3E.inc.c │ ├── anim_3F.inc.c │ ├── anim_40.inc.c │ ├── anim_41.inc.c │ ├── anim_42.inc.c │ ├── anim_43.inc.c │ ├── anim_44.inc.c │ ├── anim_45_46.inc.c │ ├── anim_47.inc.c │ ├── anim_48.inc.c │ ├── anim_49.inc.c │ ├── anim_4A.inc.c │ ├── anim_4B.inc.c │ ├── anim_4C.inc.c │ ├── anim_4D_4E.inc.c │ ├── anim_4F.inc.c │ ├── anim_50.inc.c │ ├── anim_51.inc.c │ ├── anim_52.inc.c │ ├── anim_53.inc.c │ ├── anim_54.inc.c │ ├── anim_55.inc.c │ ├── anim_56_57.inc.c │ ├── anim_58.inc.c │ ├── anim_59.inc.c │ ├── anim_5A.inc.c │ ├── anim_5B.inc.c │ ├── anim_5C.inc.c │ ├── anim_5D.inc.c │ ├── anim_5E.inc.c │ ├── anim_5F.inc.c │ ├── anim_60.inc.c │ ├── anim_61.inc.c │ ├── anim_62.inc.c │ ├── anim_63.inc.c │ ├── anim_64.inc.c │ ├── anim_65.inc.c │ ├── anim_66.inc.c │ ├── anim_67.inc.c │ ├── anim_68.inc.c │ ├── anim_69.inc.c │ ├── anim_6A.inc.c │ ├── anim_6B.inc.c │ ├── anim_6C.inc.c │ ├── anim_6D.inc.c │ ├── anim_6E.inc.c │ ├── anim_6F_70.inc.c │ ├── anim_71.inc.c │ ├── anim_72_73.inc.c │ ├── anim_74.inc.c │ ├── anim_75.inc.c │ ├── anim_76.inc.c │ ├── anim_77.inc.c │ ├── anim_78.inc.c │ ├── anim_79.inc.c │ ├── anim_7A.inc.c │ ├── anim_7B.inc.c │ ├── anim_7C.inc.c │ ├── anim_7D.inc.c │ ├── anim_7E.inc.c │ ├── anim_7F.inc.c │ ├── anim_80.inc.c │ ├── anim_81.inc.c │ ├── anim_82.inc.c │ ├── anim_83.inc.c │ ├── anim_84.inc.c │ ├── anim_85.inc.c │ ├── anim_86.inc.c │ ├── anim_87.inc.c │ ├── anim_88_89.inc.c │ ├── anim_8A.inc.c │ ├── anim_8B.inc.c │ ├── anim_8C.inc.c │ ├── anim_8D.inc.c │ ├── anim_8E_8F.inc.c │ ├── anim_90.inc.c │ ├── anim_91.inc.c │ ├── anim_92.inc.c │ ├── anim_93.inc.c │ ├── anim_94.inc.c │ ├── anim_95.inc.c │ ├── anim_96.inc.c │ ├── anim_97.inc.c │ ├── anim_98.inc.c │ ├── anim_99.inc.c │ ├── anim_9A.inc.c │ ├── anim_9B.inc.c │ ├── anim_9C.inc.c │ ├── anim_9D.inc.c │ ├── anim_9E.inc.c │ ├── anim_9F.inc.c │ ├── anim_A0.inc.c │ ├── anim_A1.inc.c │ ├── anim_A2.inc.c │ ├── anim_A3.inc.c │ ├── anim_A4.inc.c │ ├── anim_A5.inc.c │ ├── anim_A6.inc.c │ ├── anim_A7.inc.c │ ├── anim_A8.inc.c │ ├── anim_A9.inc.c │ ├── anim_AA.inc.c │ ├── anim_AB.inc.c │ ├── anim_AC.inc.c │ ├── anim_AD.inc.c │ ├── anim_AE.inc.c │ ├── anim_AF.inc.c │ ├── anim_B0.inc.c │ ├── anim_B1.inc.c │ ├── anim_B2.inc.c │ ├── anim_B3.inc.c │ ├── anim_B4.inc.c │ ├── anim_B5_B6.inc.c │ ├── anim_B7.inc.c │ ├── anim_B8.inc.c │ ├── anim_B9.inc.c │ ├── anim_BA.inc.c │ ├── anim_BB.inc.c │ ├── anim_BC_BD.inc.c │ ├── anim_BE.inc.c │ ├── anim_BF.inc.c │ ├── anim_C0.inc.c │ ├── anim_C1.inc.c │ ├── anim_C2.inc.c │ ├── anim_C3.inc.c │ ├── anim_C4.inc.c │ ├── anim_C5.inc.c │ ├── anim_C6.inc.c │ ├── anim_C7.inc.c │ ├── anim_C8.inc.c │ ├── anim_C9.inc.c │ ├── anim_CA.inc.c │ ├── anim_CB_CC.inc.c │ ├── anim_CD.inc.c │ ├── anim_CE.inc.c │ ├── anim_CF.inc.c │ ├── anim_D0.inc.c │ ├── anim_D1.inc.c │ ├── anim_D2.inc.c │ └── anim_D3.inc.c ├── bin ├── debug_level_select.c ├── effect.c ├── generic.c ├── inside.c ├── outside.c ├── segment2.c ├── slide.c ├── title_screen_bg.c └── water.c ├── charmap.txt ├── charmap_menu.txt ├── data └── behavior_data.c ├── diff.py ├── diff_settings.py ├── extract_assets.py ├── first-diff.py ├── format.sh ├── include ├── PR │ ├── R4300.h │ ├── abi.h │ ├── gbi.h │ ├── gs2dex.h │ ├── gu.h │ ├── ique.h │ ├── libaudio.h │ ├── libultra.h │ ├── mbi.h │ ├── os.h │ ├── os_ai.h │ ├── os_cache.h │ ├── os_cont.h │ ├── os_eeprom.h │ ├── os_exception.h │ ├── os_internal.h │ ├── os_libc.h │ ├── os_message.h │ ├── os_misc.h │ ├── os_motor.h │ ├── os_pfs.h │ ├── os_pi.h │ ├── os_rdp.h │ ├── os_thread.h │ ├── os_time.h │ ├── os_tlb.h │ ├── os_vi.h │ ├── rcp.h │ ├── rdb.h │ ├── slidec.h │ ├── sptask.h │ ├── ucode.h │ └── ultratypes.h ├── behavior_data.h ├── command_macros_base.h ├── config.h ├── course_table.h ├── dialog_ids.h ├── geo_commands.h ├── gex.h ├── gfx_dimensions.h ├── headers.h ├── helper_macros.h ├── level_commands.h ├── level_misc_macros.h ├── level_table.h ├── libc │ ├── math.h │ ├── stdarg.h │ ├── stddef.h │ ├── stdio.h │ ├── stdlib.h │ └── string.h ├── macro_presets.h ├── macro_presets.inc.c ├── macros.h ├── macros.inc ├── make_const_nonconst.h ├── mario_animation_ids.h ├── mario_geo_switch_case_ids.h ├── model_ids.h ├── moving_texture_macros.h ├── object_constants.h ├── object_fields.h ├── platform_info.h ├── prevent_bss_reordering.h ├── segment_symbols.h ├── segments.h ├── seq_ids.h ├── seq_macros.inc ├── sm64.h ├── sounds.h ├── special_presets.h ├── special_presets.inc.c ├── surface_terrains.h ├── text_menu_strings.h.in ├── text_strings.h.in ├── textures.h ├── trig_tables.inc.c ├── types.h └── ultra64.h ├── levels ├── bowser_1 │ ├── 0.rgba16.png │ ├── 1.rgba16.png │ ├── 2.rgba16.png │ ├── areas │ │ └── 1 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── collision.inc.c │ │ │ └── geo.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── script.c │ └── texture.inc.c ├── castle_courtyard │ ├── areamap_castle_courtyard_bottom.rgba16.png │ ├── areamap_castle_courtyard_top.rgba16.png │ ├── areas │ │ └── 1 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── macro.inc.c │ │ │ └── movtext.inc.c │ ├── courtyard_DarkBrick.rgba16.png │ ├── courtyard_DarkBrickLedge.rgba16.png │ ├── courtyard_PolkaDotDark.rgba16.png │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── script.c │ └── texture.inc.c ├── castle_grounds │ ├── 0.rgba16.png │ ├── 1.rgba16.png │ ├── 2.rgba16.png │ ├── 5.rgba16.png │ ├── 6.rgba16.png │ ├── 7.rgba16.png │ ├── 8.rgba16.png │ ├── 9.rgba16.png │ ├── areamap_castle_grounds_bottom.rgba16.png │ ├── areamap_castle_grounds_top.rgba16.png │ ├── areas │ │ └── 1 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ └── model.inc.c │ │ │ ├── 4 │ │ │ └── model.inc.c │ │ │ ├── 5 │ │ │ └── model.inc.c │ │ │ ├── 6 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── macro.inc.c │ │ │ └── movtext.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── script.c │ └── texture.inc.c ├── castle_inside │ ├── 10.rgba16.png │ ├── 11.rgba16.png │ ├── 12.rgba16.png │ ├── 13.rgba16.png │ ├── 14.rgba16.png │ ├── 15.rgba16.png │ ├── 19.rgba16.png │ ├── 20.rgba16.png │ ├── 21.rgba16.png │ ├── 22.rgba16.png │ ├── 23.rgba16.png │ ├── 24.rgba16.png │ ├── 25.rgba16.png │ ├── 26.rgba16.png │ ├── 8.rgba16.png │ ├── 9.rgba16.png │ ├── areas │ │ └── 1 │ │ │ ├── bowser_hallway │ │ │ └── model.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── fire_bubble_room │ │ │ └── model.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── hallway │ │ │ └── model.inc.c │ │ │ ├── lobby │ │ │ └── model.inc.c │ │ │ ├── mountain_room │ │ │ └── model.inc.c │ │ │ ├── room.inc.c │ │ │ ├── snow_slider_room │ │ │ └── model.inc.c │ │ │ └── water_land_room │ │ │ └── model.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── painting.inc.c │ ├── script.c │ ├── texture.inc.c │ └── trap_door │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c ├── ccm │ ├── 1.rgba16.png │ ├── 10.ia16.png │ ├── 2.rgba16.png │ ├── 3.rgba16.png │ ├── 4.rgba16.png │ ├── 5.rgba16.png │ ├── 6.rgba16.png │ ├── 7.rgba16.png │ ├── 8.rgba16.png │ ├── 9.ia16.png │ ├── areamap_snow_slider_bottom.rgba16.png │ ├── areamap_snow_slider_top.rgba16.png │ ├── areas │ │ ├── 1 │ │ │ ├── 1 │ │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ └── geo.inc.c │ │ ├── 2 │ │ │ ├── 1 │ │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ │ └── model.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ └── macro.inc.c │ │ ├── 3 │ │ │ ├── 1 │ │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ │ └── model.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ └── macro.inc.c │ │ └── 4 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ └── model.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ └── macro.inc.c │ ├── blue_smiley │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── moon_smiley │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── script.c │ ├── slide_exit_podium │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── star_smiley │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── texture.inc.c │ └── yellow_smiley │ │ ├── geo.inc.c │ │ └── model.inc.c ├── course_defines.h ├── ddd │ ├── 0.rgba16.png │ ├── 1.rgba16.png │ ├── 10.rgba16.png │ ├── 2.rgba16.png │ ├── 3.rgba16.png │ ├── 5.rgba16.png │ ├── 6.rgba16.png │ ├── 7.rgba16.png │ ├── 8.rgba16.png │ ├── 9.rgba16.png │ ├── areamap_ddd_area_1_bottom.rgba16.png │ ├── areamap_ddd_area_1_top.rgba16.png │ ├── areamap_ddd_area_2_bottom.rgba16.png │ ├── areamap_ddd_area_2_top.rgba16.png │ ├── areas │ │ ├── 1 │ │ │ ├── 1 │ │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── macro.inc.c │ │ │ └── movtext.inc.c │ │ └── 2 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── macro.inc.c │ │ │ └── movtext.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── script.c │ ├── submarine │ │ ├── 1.inc.c │ │ ├── 2.inc.c │ │ ├── collision.inc.c │ │ └── geo.inc.c │ └── texture.inc.c ├── entry.c ├── entry.h ├── intro │ ├── geo.c │ ├── header.h │ ├── leveldata.c │ ├── nintendo_logo_shape.sou │ └── script.c ├── level_defines.h ├── level_headers.h.in ├── level_rules.mk ├── lll │ ├── 0.rgba16.png │ ├── 1.rgba16.png │ ├── 10.rgba16.png │ ├── 11.rgba16.png │ ├── 12.rgba16.png │ ├── 13.rgba16.png │ ├── 14.rgba16.png │ ├── 15.rgba16.png │ ├── 16.rgba16.png │ ├── 17.rgba16.png │ ├── 18.rgba16.png │ ├── 19.rgba16.png │ ├── 2.rgba16.png │ ├── 20.rgba16.png │ ├── 21.rgba16.png │ ├── 22.rgba16.png │ ├── 23.rgba16.png │ ├── 24.rgba16.png │ ├── 25.rgba16.png │ ├── 26.rgba16.png │ ├── 27.rgba16.png │ ├── 28.rgba16.png │ ├── 29.rgba16.png │ ├── 3.rgba16.png │ ├── 30.rgba16.png │ ├── 31.rgba16.png │ ├── 4.rgba16.png │ ├── 5.rgba16.png │ ├── 6.rgba16.png │ ├── 7.rgba16.png │ ├── 8.rgba16.png │ ├── 9.rgba16.png │ ├── areamap_fire_bubble_bottom.rgba16.png │ ├── areamap_fire_bubble_top.rgba16.png │ ├── areas │ │ └── 1 │ │ │ ├── 1 │ │ │ └── model.inc.c │ │ │ ├── 2 │ │ │ └── model.inc.c │ │ │ ├── 3 │ │ │ └── model.inc.c │ │ │ ├── 4 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 5 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 6 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 7 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 8 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 9 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 10 │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 11 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 12 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 13 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 14 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── 15 │ │ │ ├── geo.inc.c │ │ │ └── model.inc.c │ │ │ ├── areamap.inc.c │ │ │ ├── collision.inc.c │ │ │ ├── geo.inc.c │ │ │ ├── light.inc.c │ │ │ └── macro.inc.c │ ├── collapsing_wooden_platform │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── drawbridge_part │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── geo.c │ ├── header.h │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── puzzle_piece │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── rotating_block_fire_bars │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── rotating_hexagonal_ring │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── script.c │ ├── sinking_rectangular_platform │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── sinking_square_platform │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ ├── texture.inc.c │ ├── tilting_square_platform │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ └── wooden_float_small │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c ├── scripts.c ├── scripts.h └── wf │ ├── 0.rgba16.png │ ├── 1.rgba16.png │ ├── 10.rgba16.png │ ├── 11.ia16.png │ ├── 12.rgba16.png │ ├── 13.rgba16.png │ ├── 14.rgba16.png │ ├── 15.rgba16.png │ ├── 16.rgba16.png │ ├── 17.rgba16.png │ ├── 18.rgba16.png │ ├── 19.rgba16.png │ ├── 2.rgba16.png │ ├── 20.rgba16.png │ ├── 3.rgba16.png │ ├── 4.rgba16.png │ ├── 5.rgba16.png │ ├── 6.rgba16.png │ ├── 7.rgba16.png │ ├── 8.rgba16.png │ ├── 9.rgba16.png │ ├── areamap_mountain_bottom.rgba16.png │ ├── areamap_mountain_top.rgba16.png │ ├── areas │ └── 1 │ │ ├── 1 │ │ └── model.inc.c │ │ ├── 2 │ │ └── model.inc.c │ │ ├── 5 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 6 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 7 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 8 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 9 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 10 │ │ ├── 1.inc.c │ │ ├── 2.inc.c │ │ ├── collision.inc.c │ │ └── geo.inc.c │ │ ├── 11 │ │ ├── collision.inc.c │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 12 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 13 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 14 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 15 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── 16 │ │ ├── geo.inc.c │ │ └── model.inc.c │ │ ├── areamap.inc.c │ │ ├── collision.inc.c │ │ ├── extending_platform │ │ └── 3.inc.c │ │ ├── geo.inc.c │ │ ├── header.h │ │ ├── macro.inc.c │ │ ├── movtext.inc.c │ │ └── rotating_wooden_platform │ │ └── 3.inc.c │ ├── beta_extending_platform │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c │ ├── extending_platform │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c │ ├── geo.c │ ├── header.h │ ├── large_bomp │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c │ ├── level.yaml │ ├── leveldata.c │ ├── material.inc.c │ ├── rotating_platform │ └── collision.inc.c │ ├── rotating_wooden_platform │ ├── 1.inc.c │ ├── 2.inc.c │ ├── collision.inc.c │ └── geo.inc.c │ ├── script.c │ ├── sliding_platform │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c │ ├── small_bomp │ ├── 1.inc.c │ ├── 2.inc.c │ ├── collision.inc.c │ └── geo.inc.c │ ├── texture.inc.c │ ├── tower_door │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c │ ├── tumbling_bridge_far │ ├── geo.inc.c │ └── model.inc.c │ └── tumbling_bridge_near │ ├── collision.inc.c │ ├── geo.inc.c │ └── model.inc.c ├── lib ├── PR │ ├── 102695 │ │ ├── aspMain.data.bin │ │ ├── aspMain.text.bin │ │ ├── gspFast3D.data.bin │ │ ├── gspFast3D.dram.data.bin │ │ ├── gspFast3D.dram.text.bin │ │ ├── gspFast3D.text.bin │ │ └── rspboot.bin │ └── 2.0E │ │ ├── aspMain.data.bin │ │ ├── aspMain.text.bin │ │ ├── gspFast3D.data.bin │ │ └── gspFast3D.text.bin ├── asm │ ├── __osDisableInt.s │ ├── __osExceptionPreamble.s │ ├── __osGetCause.s │ ├── __osGetSR.s │ ├── __osProbeTLB.s │ ├── __osRestoreInt.s │ ├── __osSetCompare.s │ ├── __osSetFpcCsr.s │ ├── __osSetSR.s │ ├── __osSetWatchLo.s │ ├── bcopy.s │ ├── bzero.s │ ├── llmuldiv_gcc.s │ ├── osGetCount.s │ ├── osInvalDCache.s │ ├── osInvalICache.s │ ├── osMapTLB.s │ ├── osMapTLBRdb.s │ ├── osSetIntMask.s │ ├── osUnmapTLBAll.s │ ├── osWritebackDCache.s │ ├── osWritebackDCacheAll.s │ ├── parameters.s │ ├── slidec.s │ └── sqrtf.s ├── rsp.s └── src │ ├── NaN.c │ ├── _Ldtob.c │ ├── _Litob.c │ ├── _Printf.c │ ├── __osAiDeviceBusy.c │ ├── __osAtomicDec.c │ ├── __osDequeueThread.c │ ├── __osDevMgrMain.c │ ├── __osGetCurrFaultedThread.c │ ├── __osPiCreateAccessQueue.c │ ├── __osResetGlobalIntMask.c │ ├── __osSetGlobalIntMask.c │ ├── __osSetHWintrRoutine.c │ ├── __osSiCreateAccessQueue.c │ ├── __osSiDeviceBusy.c │ ├── __osSiRawReadIo.c │ ├── __osSiRawStartDma.c │ ├── __osSiRawWriteIo.c │ ├── __osSpDeviceBusy.c │ ├── __osSpGetStatus.c │ ├── __osSpRawStartDma.c │ ├── __osSpSetPc.c │ ├── __osSpSetStatus.c │ ├── __osSyncPutChars.c │ ├── __osViGetCurrentContext.c │ ├── __osViInit.c │ ├── __osViSwapContext.c │ ├── alBnkfNew.c │ ├── bstring.h │ ├── contramread.c │ ├── contramwrite.c │ ├── controller.h │ ├── crc.c │ ├── guLookAtRef.c │ ├── guMtxF2L.c │ ├── guNormalize.c │ ├── guOrthoF.c │ ├── guPerspectiveF.c │ ├── guRotateF.c │ ├── guScaleF.c │ ├── guTranslateF.c │ ├── kdebugserver.c │ ├── kdebugserver_stack.c │ ├── ldiv.c │ ├── libaudio_internal.h │ ├── libgcc │ ├── _cmpdi2.c │ ├── _divdi3.c │ ├── _fixdfdi.c │ ├── _fixsfdi.c │ ├── _fixunsdfdi.c │ ├── _fixunssfdi.c │ ├── _floatdidf.c │ ├── _floatdisf.c │ ├── _moddi3.c │ ├── _udivdi3.c │ ├── _umoddi3.c │ ├── libgcc2.inc │ └── longlong.h │ ├── libultra_internal.h │ ├── math │ ├── cosf.c │ ├── llconv.c │ ├── llmuldiv.c │ └── sinf.c │ ├── new_func.h │ ├── osAi.h │ ├── osAiGetLength.c │ ├── osAiSetFrequency.c │ ├── osAiSetNextBuffer.c │ ├── osCartRomInit.c │ ├── osContInit.c │ ├── osContInternal.h │ ├── osContStartReadData.c │ ├── osCreateMesgQueue.c │ ├── osCreatePiManager.c │ ├── osCreateThread.c │ ├── osCreateViManager.c │ ├── osDestroyThread.c │ ├── osDriveRomInit.c │ ├── osEPiRawReadIo.c │ ├── osEPiRawStartDma.c │ ├── osEPiRawWriteIo.c │ ├── osEepromLongRead.c │ ├── osEepromLongWrite.c │ ├── osEepromProbe.c │ ├── osEepromRead.c │ ├── osEepromWrite.c │ ├── osGetThreadPri.c │ ├── osGetTime.c │ ├── osInitialize.c │ ├── osJamMesg.c │ ├── osLeoDiskInit.c │ ├── osPfsIsPlug.c │ ├── osPiGetCmdQueue.c │ ├── osPiRawReadIo.c │ ├── osPiRawStartDma.c │ ├── osPiStartDma.c │ ├── osRecvMesg.c │ ├── osSendMesg.c │ ├── osSetEventMesg.c │ ├── osSetThreadPri.c │ ├── osSetTime.c │ ├── osSetTimer.c │ ├── osSpTaskLoadGo.c │ ├── osSpTaskYield.c │ ├── osSpTaskYielded.c │ ├── osStartThread.c │ ├── osTimer.c │ ├── osViBlack.c │ ├── osViData.c │ ├── osViSetEvent.c │ ├── osViSetMode.c │ ├── osViSetSpecialFeatures.c │ ├── osViSwapBuffer.c │ ├── osViTable.c │ ├── osVirtualToPhysical.c │ ├── osYieldThread.c │ ├── osint.h │ ├── pfsgetstatus.c │ ├── piint.h │ ├── printf.h │ ├── sprintf.c │ └── string.c ├── makecontinuous.sh ├── rename_sym.sh ├── sm64.jp.sha1 ├── sm64.ld ├── sound ├── README.md ├── samples │ ├── bowser_organ │ │ ├── 00_organ_C3.aiff │ │ ├── 01_organ_C4.aiff │ │ └── 02_boys_choir_Bb4.aiff │ ├── course_start │ │ └── 00_la_E3.aiff │ ├── instruments │ │ ├── 00_banjo_D2.aiff │ │ ├── 01_banjo_A2.aiff │ │ ├── 02_violin_B2.aiff │ │ ├── 03_human_whistle_C3.aiff │ │ ├── 04_bright_piano_G#3.aiff │ │ ├── 05_acoustic_bass_A1.aiff │ │ ├── 06_kick_drum_1.aiff │ │ ├── 07_rimshot.aiff │ │ ├── 08.aiff │ │ ├── 09.aiff │ │ ├── 0A_tambourine.aiff │ │ ├── 0B.aiff │ │ ├── 0C_log_drum.aiff │ │ ├── 0D_clave.aiff │ │ ├── 0E_hihat_closed.aiff │ │ ├── 0F_hihat_open.aiff │ │ ├── 10_cymbal_bell.aiff │ │ ├── 11_splash_cymbal.aiff │ │ ├── 12_snare_drum_1.aiff │ │ ├── 13_snare_drum_2.aiff │ │ ├── 14_strings_Eb2.aiff │ │ ├── 15_strings_B3.aiff │ │ ├── 16_french_horns_C3.aiff │ │ ├── 17_trumpet_C#3.aiff │ │ ├── 18_timpani.aiff │ │ ├── 19_brass_Eb3.aiff │ │ ├── 1A_slap_bass_G#2.aiff │ │ ├── 1B_percussive_synth_Eb3.aiff │ │ ├── 1C_les_paul_guitar_E2.aiff │ │ ├── 1D.aiff │ │ ├── 1E_closed_triangle.aiff │ │ ├── 1F_open_triangle.aiff │ │ ├── 20_cabasa.aiff │ │ ├── 21_sine_bass_Bb2.aiff │ │ ├── 22_boys_choir_Bb4.aiff │ │ ├── 23_strings_Eb2.aiff │ │ ├── 24_strings_G#2.aiff │ │ ├── 25_strings_F#3.aiff │ │ ├── 26_tine_piano.aiff │ │ ├── 27_harpsichord_F3.aiff │ │ ├── 28_sitar_1_A2.aiff │ │ ├── 29_orchestra_hit_C3.aiff │ │ ├── 2A_tabla_riff_1.aiff │ │ ├── 2B_tabla_riff_2.aiff │ │ ├── 2C_tabla_riff_3.aiff │ │ ├── 2D_trombone_Bb2.aiff │ │ ├── 2E_accordion_C4.aiff │ │ ├── 2F_sleigh_bells.aiff │ │ ├── 30_rarefaction-lahna_E4.aiff │ │ ├── 31_rarefaction-convolution_Eb2.aiff │ │ ├── 32_metal_rimshot.aiff │ │ ├── 33_kick_drum_2.aiff │ │ ├── 34_alto_flute_A4.aiff │ │ ├── 35_gospel_organ_F4.aiff │ │ ├── 36_sawtooth_synth_Eb1.aiff │ │ ├── 37_square_synth_C5.aiff │ │ ├── 38_electric_kick_drum.aiff │ │ ├── 39_sitar_2_C#3.aiff │ │ ├── 3A_music_box_C5.aiff │ │ ├── 3B_acoustic_guitar_A1.aiff │ │ ├── 3C_acoustic_guitar_E3.aiff │ │ ├── 3D_acoustic_guitar_B6.aiff │ │ ├── 3E_monk_choir_B2.aiff │ │ ├── 3F_small_gamelan.aiff │ │ ├── 40_fu_yin_gong_C4.aiff │ │ ├── 41_pan_flute_C3.aiff │ │ ├── 42_bowser_hihat.aiff │ │ ├── 43_harmonica_C4.aiff │ │ ├── 44_grand_piano_F#5.aiff │ │ ├── 45_french_horns_C4.aiff │ │ ├── 46_pizzicato_strings_Bb2.aiff │ │ ├── 47_pizzicato_strings_Bb3.aiff │ │ ├── 48_steel_drum_C#3.aiff │ │ ├── 49.aiff │ │ ├── 4A.aiff │ │ ├── 4B.aiff │ │ └── 4C.aiff │ ├── piranha_music_box │ │ └── 00_music_box_C5.aiff │ ├── sfx_1 │ │ ├── 00_twirl.aiff │ │ ├── 01_brushing.aiff │ │ ├── 02_hand_touch.aiff │ │ ├── 03_yoshi.aiff │ │ ├── 04_plop.aiff │ │ └── 05_heavy_landing.aiff │ ├── sfx_4 │ │ ├── 00.aiff │ │ ├── 01.aiff │ │ ├── 02.aiff │ │ ├── 03.aiff │ │ ├── 04.aiff │ │ ├── 05.aiff │ │ ├── 06.aiff │ │ ├── 07.aiff │ │ ├── 08.aiff │ │ └── 09.aiff │ ├── sfx_5 │ │ ├── 00.aiff │ │ ├── 01.aiff │ │ ├── 02.aiff │ │ ├── 03.aiff │ │ ├── 04.aiff │ │ ├── 05.aiff │ │ ├── 06.aiff │ │ ├── 07.aiff │ │ ├── 08.aiff │ │ ├── 09.aiff │ │ ├── 0A.aiff │ │ ├── 0B.aiff │ │ ├── 0C.aiff │ │ ├── 0D.aiff │ │ ├── 0E.aiff │ │ ├── 0F.aiff │ │ ├── 10.aiff │ │ ├── 11.aiff │ │ ├── 12.aiff │ │ ├── 13.aiff │ │ ├── 14.aiff │ │ ├── 19.aiff │ │ ├── 1A.aiff │ │ ├── 1B.aiff │ │ └── 1C.aiff │ ├── sfx_6 │ │ ├── 00.aiff │ │ ├── 01.aiff │ │ ├── 02.aiff │ │ ├── 03.aiff │ │ ├── 04.aiff │ │ ├── 05.aiff │ │ ├── 06.aiff │ │ ├── 07.aiff │ │ ├── 08.aiff │ │ ├── 09.aiff │ │ ├── 0A.aiff │ │ ├── 0B.aiff │ │ ├── 0C.aiff │ │ ├── 0D.aiff │ │ ├── 0E.aiff │ │ ├── 0F.aiff │ │ └── 10.aiff │ ├── sfx_7 │ │ ├── 00.aiff │ │ ├── 01.aiff │ │ ├── 02.aiff │ │ ├── 03.aiff │ │ ├── 04.aiff │ │ ├── 05.aiff │ │ ├── 06.aiff │ │ ├── 07.aiff │ │ ├── 08.aiff │ │ ├── 09.aiff │ │ ├── 0A.aiff │ │ ├── 0B.aiff │ │ ├── 0C.aiff │ │ └── 0D_chain_chomp_bark.aiff │ ├── sfx_9 │ │ ├── 00.aiff │ │ ├── 01.aiff │ │ ├── 02.aiff │ │ ├── 03.aiff │ │ ├── 04_camera_buzz.aiff │ │ ├── 05_coin.aiff │ │ └── 06.aiff │ ├── sfx_mario │ │ ├── 00_mario_jump_hoo.aiff │ │ ├── 01_mario_jump_wah.aiff │ │ ├── 02_mario_yah.aiff │ │ ├── 03_mario_haha.aiff │ │ ├── 04_mario_yahoo.aiff │ │ ├── 06_mario_hrmm.aiff │ │ ├── 08_mario_whoa.aiff │ │ ├── 09_mario_eeuh.aiff │ │ ├── 0A_mario_attacked.aiff │ │ ├── 0C_mario_here_we_go.aiff │ │ └── 1A_mario_lets_a_go.aiff │ ├── sfx_mario_peach │ │ ├── 00_mario_waaaooow.aiff │ │ ├── 01_mario_haugh.aiff │ │ ├── 02_mario_panting.aiff │ │ ├── 03_mario_dying.aiff │ │ ├── 04_mario_on_fire.aiff │ │ ├── 05_mario_uh2.aiff │ │ ├── 06_mario_coughing.aiff │ │ ├── 07_mario_its_a_me_mario.aiff │ │ ├── 08_mario_punch_yah.aiff │ │ ├── 09_mario_punch_hoo.aiff │ │ ├── 0A_mario_mama_mia.aiff │ │ ├── 0B_mario_okey_dokey.aiff │ │ ├── 0C_mario_drowning.aiff │ │ ├── 0D_mario_thank_you_playing_my_game.aiff │ │ ├── 0E_peach_dear_mario.aiff │ │ ├── 0F_peach_mario.aiff │ │ ├── 10_peach_power_of_the_stars.aiff │ │ ├── 11_peach_thanks_to_you.aiff │ │ ├── 12_peach_thank_you_mario.aiff │ │ ├── 13_peach_something_special.aiff │ │ ├── 14_peach_bake_a_cake.aiff │ │ ├── 15_peach_for_mario.aiff │ │ └── 16_peach_mario2.aiff │ ├── sfx_terrain │ │ ├── 00_step_default.aiff │ │ ├── 01_step_grass.aiff │ │ ├── 02_step_stone.aiff │ │ ├── 03_step_spooky.aiff │ │ ├── 04_step_snow.aiff │ │ ├── 05_step_ice.aiff │ │ ├── 06_step_metal.aiff │ │ └── 07_step_sand.aiff │ └── sfx_water │ │ ├── 00_plunge.aiff │ │ ├── 01_splash.aiff │ │ ├── 02_swim.aiff │ │ ├── 03_swim.aiff │ │ ├── 04_land.aiff │ │ └── 05_swim.aiff ├── sequences.json ├── sequences │ ├── 00_sound_player.s │ └── jp │ │ ├── 01_cutscene_collect_star.m64 │ │ ├── 02_menu_title_screen.m64 │ │ ├── 03_level_grass.m64 │ │ ├── 04_level_inside_castle.m64 │ │ ├── 05_level_water.m64 │ │ ├── 06_level_hot.m64 │ │ ├── 07_level_boss_koopa.m64 │ │ ├── 08_level_snow.m64 │ │ ├── 09_level_slide.m64 │ │ ├── 0A_level_spooky.m64 │ │ ├── 0B_event_piranha_plant.m64 │ │ ├── 0C_level_underground.m64 │ │ ├── 0D_menu_star_select.m64 │ │ ├── 0E_event_powerup.m64 │ │ ├── 0F_event_metal_cap.m64 │ │ ├── 10_event_koopa_message.m64 │ │ ├── 11_level_koopa_road.m64 │ │ ├── 12_event_high_score.m64 │ │ ├── 13_event_merry_go_round.m64 │ │ ├── 14_event_race.m64 │ │ ├── 15_cutscene_star_spawn.m64 │ │ ├── 16_event_boss.m64 │ │ ├── 17_cutscene_collect_key.m64 │ │ ├── 18_event_endless_stairs.m64 │ │ ├── 19_level_boss_koopa_final.m64 │ │ ├── 1A_cutscene_credits.m64 │ │ ├── 1B_event_solve_puzzle.m64 │ │ ├── 1C_event_toad_message.m64 │ │ ├── 1D_event_peach_message.m64 │ │ ├── 1E_cutscene_intro.m64 │ │ ├── 1F_cutscene_victory.m64 │ │ ├── 20_cutscene_ending.m64 │ │ ├── 21_menu_file_select.m64 │ │ ├── 23_bowser_hallway_scream_left.m64 │ │ └── 24_bowser_hallway_scream_right.m64 ├── sound_banks │ ├── 00.json │ ├── 01_terrain.json │ ├── 02_water.json │ ├── 03.json │ ├── 04.json │ ├── 05.json │ ├── 06.json │ ├── 07.json │ ├── 08_mario.json │ ├── 09.json │ ├── 0A_mario_peach.json │ ├── 0B.json │ ├── 0C.json │ ├── 0D.json │ ├── 0E.json │ ├── 0F.json │ ├── 10.json │ ├── 11.json │ ├── 12.json │ ├── 13.json │ ├── 14_piranha_music_box.json │ ├── 15.json │ ├── 16_course_start.json │ ├── 17.json │ ├── 18.json │ ├── 19.json │ ├── 1A.json │ ├── 1B.json │ ├── 1C_endless_stairs.json │ ├── 1D_bowser_organ.json │ ├── 1E.json │ ├── 1F.json │ ├── 20.json │ ├── 21.json │ ├── 22.json │ ├── 23.json │ ├── 24.json │ └── 25.json └── sound_data.c ├── src ├── audio │ ├── copt │ │ └── seq_channel_layer_process_script_copt.inc.c │ ├── data.c │ ├── data.h │ ├── effects.c │ ├── effects.h │ ├── external.c │ ├── external.h │ ├── globals_start.c │ ├── heap.c │ ├── heap.h │ ├── internal.h │ ├── load.c │ ├── load.h │ ├── playback.c │ ├── playback.h │ ├── seqplayer.c │ ├── seqplayer.h │ ├── synthesis.c │ └── synthesis.h ├── buffers │ ├── buffers.c │ ├── buffers.h │ ├── framebuffers.c │ ├── framebuffers.h │ ├── zbuffer.c │ └── zbuffer.h ├── engine │ ├── behavior_script.c │ ├── behavior_script.h │ ├── geo_layout.c │ ├── geo_layout.h │ ├── graph_node.c │ ├── graph_node.h │ ├── graph_node_manager.c │ ├── level_script.c │ ├── level_script.h │ ├── math_util.c │ ├── math_util.h │ ├── surface_collision.c │ ├── surface_collision.h │ ├── surface_load.c │ └── surface_load.h ├── game │ ├── area.c │ ├── area.h │ ├── areamap.c │ ├── areamap.h │ ├── behavior_actions.c │ ├── behavior_actions.h │ ├── behaviors │ │ ├── bbh_merry_go_round.inc.c │ │ ├── bbh_tilting_trap.inc.c │ │ ├── beta_bowser_anchor.inc.c │ │ ├── beta_chest.inc.c │ │ ├── beta_fish_splash_spawner.inc.c │ │ ├── beta_holdable_object.inc.c │ │ ├── bird.inc.c │ │ ├── blue_fish.inc.c │ │ ├── bomp.inc.c │ │ ├── boo.inc.c │ │ ├── bouncing_fireball.inc.c │ │ ├── bowser.inc.c │ │ ├── bowser_bomb.inc.c │ │ ├── bowser_flame.inc.c │ │ ├── bowser_puzzle_piece.inc.c │ │ ├── break_particles.inc.c │ │ ├── bub.inc.c │ │ ├── bubble.inc.c │ │ ├── bullet_bill.inc.c │ │ ├── bully.inc.c │ │ ├── cannon.inc.c │ │ ├── castle_floor_trap.inc.c │ │ ├── celebration_star.inc.c │ │ ├── coin.inc.c │ │ ├── corkbox.inc.c │ │ ├── ddd_sub.inc.c │ │ ├── door.inc.c │ │ ├── drawbridge.inc.c │ │ ├── enemy_lakitu.inc.c │ │ ├── explosion.inc.c │ │ ├── express_elevator.inc.c │ │ ├── falling_rising_platform.inc.c │ │ ├── fish.inc.c │ │ ├── flame.inc.c │ │ ├── flame_mario.inc.c │ │ ├── flamethrower.inc.c │ │ ├── flying_bookend_switch.inc.c │ │ ├── ground_particles.inc.c │ │ ├── hoot.inc.c │ │ ├── horizontal_grindel.inc.c │ │ ├── lll_floating_wood_piece.inc.c │ │ ├── lll_hexagonal_ring.inc.c │ │ ├── lll_octagonal_rotating_mesh.inc.c │ │ ├── lll_rotating_hex_flame.inc.c │ │ ├── lll_sinking_rectangle.inc.c │ │ ├── lll_sinking_rock_block.inc.c │ │ ├── lll_volcano_flames.inc.c │ │ ├── moving_coin.inc.c │ │ ├── mr_i.inc.c │ │ ├── piranha_bubbles.inc.c │ │ ├── piranha_plant.inc.c │ │ ├── pole.inc.c │ │ ├── pole_base.inc.c │ │ ├── rolling_log.inc.c │ │ ├── rotating_platform.inc.c │ │ ├── shock_wave.inc.c │ │ ├── sliding_platform.inc.c │ │ ├── snufit.inc.c │ │ ├── sound_ambient.inc.c │ │ ├── sound_birds.inc.c │ │ ├── sound_sand.inc.c │ │ ├── sound_spawner.inc.c │ │ ├── sparkle_spawn.inc.c │ │ ├── sparkle_spawn_star.inc.c │ │ ├── spawn_star.inc.c │ │ ├── square_platform_cycle.inc.c │ │ ├── static_checkered_platform.inc.c │ │ ├── sushi.inc.c │ │ ├── swing_platform.inc.c │ │ ├── thwomp.inc.c │ │ ├── tilting_inverted_pyramid.inc.c │ │ ├── tower_platform.inc.c │ │ ├── tree_particles.inc.c │ │ ├── tumbling_bridge.inc.c │ │ ├── tuxie.inc.c │ │ ├── warp.inc.c │ │ ├── water_mist.inc.c │ │ ├── water_mist_particle.inc.c │ │ ├── water_objs.inc.c │ │ ├── water_ring.inc.c │ │ ├── water_splashes_and_waves.inc.c │ │ ├── water_wave.inc.c │ │ ├── wdw_water_level.inc.c │ │ ├── whirlpool.inc.c │ │ ├── white_puff.inc.c │ │ ├── white_puff_explode.inc.c │ │ └── whomp.inc.c │ ├── camera.c │ ├── camera.h │ ├── debug.c │ ├── debug.h │ ├── debug_course.c │ ├── debug_course.h │ ├── envfx_bubbles.c │ ├── envfx_bubbles.h │ ├── envfx_snow.c │ ├── envfx_snow.h │ ├── game_init.c │ ├── game_init.h │ ├── geo_misc.c │ ├── geo_misc.h │ ├── hud.c │ ├── hud.h │ ├── ingame_menu.c │ ├── ingame_menu.h │ ├── interaction.c │ ├── interaction.h │ ├── level_geo.c │ ├── level_geo.h │ ├── level_update.c │ ├── level_update.h │ ├── macro_special_objects.c │ ├── macro_special_objects.h │ ├── main.c │ ├── main.h │ ├── mario.c │ ├── mario.h │ ├── mario_actions_airborne.c │ ├── mario_actions_airborne.h │ ├── mario_actions_automatic.c │ ├── mario_actions_automatic.h │ ├── mario_actions_cutscene.c │ ├── mario_actions_cutscene.h │ ├── mario_actions_moving.c │ ├── mario_actions_moving.h │ ├── mario_actions_object.c │ ├── mario_actions_object.h │ ├── mario_actions_stationary.c │ ├── mario_actions_stationary.h │ ├── mario_actions_submerged.c │ ├── mario_actions_submerged.h │ ├── mario_misc.c │ ├── mario_misc.h │ ├── mario_step.c │ ├── mario_step.h │ ├── memory.c │ ├── memory.h │ ├── moving_texture.c │ ├── moving_texture.h │ ├── obj_behaviors.c │ ├── obj_behaviors.h │ ├── obj_behaviors_2.c │ ├── obj_behaviors_2.h │ ├── object_collision.c │ ├── object_collision.h │ ├── object_helpers.c │ ├── object_helpers.h │ ├── object_list_processor.c │ ├── object_list_processor.h │ ├── paintings.c │ ├── paintings.h │ ├── platform_displacement.c │ ├── platform_displacement.h │ ├── print.c │ ├── print.h │ ├── profiler.c │ ├── profiler.h │ ├── rendering_graph_node.c │ ├── rendering_graph_node.h │ ├── save_file.c │ ├── save_file.h │ ├── screen_transition.c │ ├── screen_transition.h │ ├── segment2.h │ ├── segment7.h │ ├── shadow.c │ ├── shadow.h │ ├── skybox.c │ ├── skybox.h │ ├── sound_init.c │ ├── sound_init.h │ ├── spawn_object.c │ ├── spawn_object.h │ ├── spawn_sound.c │ └── spawn_sound.h ├── goddard │ ├── bad_declarations.h │ ├── debug_utils.c │ ├── debug_utils.h │ ├── draw_objects.c │ ├── draw_objects.h │ ├── dynlist_proc.c │ ├── dynlist_proc.h │ ├── dynlists │ │ ├── anim_group_1.c │ │ ├── anim_group_2.c │ │ ├── anim_mario_eyebrows_1.c │ │ ├── anim_mario_lips_1.c │ │ ├── anim_mario_lips_2.c │ │ ├── anim_mario_mustache_left.c │ │ ├── anim_mario_mustache_right.c │ │ ├── animdata.h │ │ ├── dynlist_macros.h │ │ ├── dynlist_mario_face.c │ │ ├── dynlist_mario_master.c │ │ ├── dynlist_test_cube.c │ │ ├── dynlist_unused.c │ │ ├── dynlists.h │ │ ├── dynlists_mario_eyebrows_mustache.c │ │ └── dynlists_mario_eyes.c │ ├── gd_macros.h │ ├── gd_main.c │ ├── gd_main.h │ ├── gd_math.c │ ├── gd_math.h │ ├── gd_memory.c │ ├── gd_memory.h │ ├── gd_types.h │ ├── joints.c │ ├── joints.h │ ├── objects.c │ ├── objects.h │ ├── old_menu.c │ ├── old_menu.h │ ├── particles.c │ ├── particles.h │ ├── renderer.c │ ├── renderer.h │ ├── sfx.c │ ├── sfx.h │ ├── shape_helper.c │ ├── shape_helper.h │ ├── skin.c │ ├── skin.h │ ├── skin_movement.c │ └── skin_movement.h └── menu │ ├── debug_level_select.h │ ├── intro_geo.c │ ├── intro_geo.h │ ├── title_screen.c │ └── title_screen.h ├── text ├── debug_text.inc.c ├── define_text.inc.c └── jp │ └── dialogs.h ├── textures ├── effect │ ├── bubble.06048.rgba16.png │ ├── flower.00008.rgba16.png │ ├── flower.00808.rgba16.png │ ├── flower.01008.rgba16.png │ ├── flower.01808.rgba16.png │ ├── lava_bubble.02020.rgba16.png │ ├── lava_bubble.02820.rgba16.png │ ├── lava_bubble.03020.rgba16.png │ ├── lava_bubble.03820.rgba16.png │ ├── lava_bubble.04020.rgba16.png │ ├── lava_bubble.04820.rgba16.png │ ├── lava_bubble.05020.rgba16.png │ ├── lava_bubble.05820.rgba16.png │ ├── tiny_bubble.0684C.rgba16.png │ └── tiny_bubble.06AD8.rgba16.png ├── generic │ ├── generic_textures.00000.rgba16.png │ ├── generic_textures.00800.rgba16.png │ ├── generic_textures.01000.rgba16.png │ ├── generic_textures.01800.rgba16.png │ ├── generic_textures.02000.rgba16.png │ ├── generic_textures.02800.rgba16.png │ ├── generic_textures.03000.rgba16.png │ ├── generic_textures.03800.rgba16.png │ ├── generic_textures.04000.rgba16.png │ ├── generic_textures.04800.rgba16.png │ ├── generic_textures.05000.rgba16.png │ └── generic_textures.05800.rgba16.png ├── inside │ ├── inside_castle_textures.00000.rgba16.png │ ├── inside_castle_textures.01000.rgba16.png │ ├── inside_castle_textures.02000.rgba16.png │ ├── inside_castle_textures.02800.rgba16.png │ ├── inside_castle_textures.03000.rgba16.png │ ├── inside_castle_textures.03800.rgba16.png │ ├── inside_castle_textures.04000.rgba16.png │ ├── inside_castle_textures.04800.rgba16.png │ ├── inside_castle_textures.05000.rgba16.png │ ├── inside_castle_textures.05800.rgba16.png │ ├── inside_castle_textures.06000.rgba16.png │ ├── inside_castle_textures.06800.rgba16.png │ ├── inside_castle_textures.07000.rgba16.png │ ├── inside_castle_textures.08000.rgba16.png │ ├── inside_castle_textures.09000.rgba16.png │ └── inside_castle_textures.09800.rgba16.png ├── intro_raw │ ├── hand_closed.rgba16.png │ ├── hand_open.rgba16.png │ ├── mario_face_shine.ia8.png │ ├── red_star_0.rgba16.png │ ├── red_star_1.rgba16.png │ ├── red_star_2.rgba16.png │ ├── red_star_3.rgba16.png │ ├── red_star_4.rgba16.png │ ├── red_star_5.rgba16.png │ ├── red_star_6.rgba16.png │ ├── red_star_7.rgba16.png │ ├── sparkle_0.rgba16.png │ ├── sparkle_1.rgba16.png │ ├── sparkle_2.rgba16.png │ ├── sparkle_3.rgba16.png │ ├── sparkle_4.rgba16.png │ ├── sparkle_5.rgba16.png │ ├── white_star_0.rgba16.png │ ├── white_star_1.rgba16.png │ ├── white_star_2.rgba16.png │ ├── white_star_3.rgba16.png │ ├── white_star_4.rgba16.png │ ├── white_star_5.rgba16.png │ ├── white_star_6.rgba16.png │ └── white_star_7.rgba16.png ├── ipl3_raw │ ├── ipl3_font_00.ia1.png │ ├── ipl3_font_01.ia1.png │ ├── ipl3_font_02.ia1.png │ ├── ipl3_font_03.ia1.png │ ├── ipl3_font_04.ia1.png │ ├── ipl3_font_05.ia1.png │ ├── ipl3_font_06.ia1.png │ ├── ipl3_font_07.ia1.png │ ├── ipl3_font_08.ia1.png │ ├── ipl3_font_09.ia1.png │ ├── ipl3_font_10.ia1.png │ ├── ipl3_font_11.ia1.png │ ├── ipl3_font_12.ia1.png │ ├── ipl3_font_13.ia1.png │ ├── ipl3_font_14.ia1.png │ ├── ipl3_font_15.ia1.png │ ├── ipl3_font_16.ia1.png │ ├── ipl3_font_17.ia1.png │ ├── ipl3_font_18.ia1.png │ ├── ipl3_font_19.ia1.png │ ├── ipl3_font_20.ia1.png │ ├── ipl3_font_21.ia1.png │ ├── ipl3_font_22.ia1.png │ ├── ipl3_font_23.ia1.png │ ├── ipl3_font_24.ia1.png │ ├── ipl3_font_25.ia1.png │ ├── ipl3_font_26.ia1.png │ ├── ipl3_font_27.ia1.png │ ├── ipl3_font_28.ia1.png │ ├── ipl3_font_29.ia1.png │ ├── ipl3_font_30.ia1.png │ ├── ipl3_font_31.ia1.png │ ├── ipl3_font_32.ia1.png │ ├── ipl3_font_33.ia1.png │ ├── ipl3_font_34.ia1.png │ ├── ipl3_font_35.ia1.png │ ├── ipl3_font_36.ia1.png │ ├── ipl3_font_37.ia1.png │ ├── ipl3_font_38.ia1.png │ ├── ipl3_font_39.ia1.png │ ├── ipl3_font_40.ia1.png │ ├── ipl3_font_41.ia1.png │ ├── ipl3_font_42.ia1.png │ ├── ipl3_font_43.ia1.png │ ├── ipl3_font_44.ia1.png │ ├── ipl3_font_45.ia1.png │ ├── ipl3_font_46.ia1.png │ ├── ipl3_font_47.ia1.png │ ├── ipl3_font_48.ia1.png │ └── ipl3_font_49.ia1.png ├── outside │ ├── castle_grounds_textures.00800.rgba16.png │ ├── castle_grounds_textures.01000.rgba16.png │ ├── castle_grounds_textures.02000.rgba16.png │ ├── castle_grounds_textures.03000.rgba16.png │ ├── castle_grounds_textures.03800.rgba16.png │ ├── castle_grounds_textures.04800.rgba16.png │ ├── castle_grounds_textures.05800.rgba16.png │ ├── castle_grounds_textures.06000.rgba16.png │ ├── castle_grounds_textures.06800.rgba16.png │ ├── castle_grounds_textures.07800.rgba16.png │ ├── castle_grounds_textures.08000.rgba16.png │ ├── castle_grounds_textures.08800.rgba16.png │ ├── castle_grounds_textures.09000.rgba16.png │ ├── castle_grounds_textures.0A000.rgba16.png │ ├── castle_grounds_textures.0A800.rgba16.png │ ├── castle_grounds_textures.0B000.rgba16.png │ ├── castle_grounds_textures.0B400.rgba16.png │ └── castle_grounds_textures.0BC00.ia16.png ├── segment2 │ ├── font_graphics.05900.ia4.png │ ├── font_graphics.05940.ia4.png │ ├── font_graphics.05980.ia4.png │ ├── font_graphics.059C0.ia4.png │ ├── font_graphics.05A00.ia4.png │ ├── font_graphics.05A40.ia4.png │ ├── font_graphics.05A80.ia4.png │ ├── font_graphics.05AC0.ia4.png │ ├── font_graphics.05B00.ia4.png │ ├── font_graphics.05B40.ia4.png │ ├── font_graphics.05B80.ia4.png │ ├── font_graphics.05BC0.ia4.png │ ├── font_graphics.05C00.ia4.png │ ├── font_graphics.05C40.ia4.png │ ├── font_graphics.05C80.ia4.png │ ├── font_graphics.05CC0.ia4.png │ ├── font_graphics.05D00.ia4.png │ ├── font_graphics.05D40.ia4.png │ ├── font_graphics.05D80.ia4.png │ ├── font_graphics.05DC0.ia4.png │ ├── font_graphics.05E00.ia4.png │ ├── font_graphics.05E40.ia4.png │ ├── font_graphics.05E80.ia4.png │ ├── font_graphics.05EC0.ia4.png │ ├── font_graphics.05F00.ia4.png │ ├── font_graphics.05F40.ia4.png │ ├── font_graphics.05F80.ia4.png │ ├── font_graphics.05FC0.ia4.png │ ├── font_graphics.06000.ia4.png │ ├── font_graphics.06040.ia4.png │ ├── font_graphics.06080.ia4.png │ ├── font_graphics.060C0.ia4.png │ ├── font_graphics.06100.ia4.png │ ├── font_graphics.06140.ia4.png │ ├── font_graphics.06180.ia4.png │ ├── font_graphics.061C0.ia4.png │ ├── font_graphics.06200.ia4.png │ ├── font_graphics.06240.ia4.png │ ├── font_graphics.06280.ia4.png │ ├── font_graphics.062C0.ia4.png │ ├── font_graphics.06300.ia4.png │ ├── font_graphics.06340.ia4.png │ ├── font_graphics.06380.ia4.png │ ├── font_graphics.063C0.ia4.png │ ├── font_graphics.06400.ia4.png │ ├── font_graphics.06410.ia1.png │ ├── font_graphics.06420.ia1.png │ ├── font_graphics.06440.ia4.png │ ├── font_graphics.06480.ia4.png │ ├── font_graphics.064C0.ia4.png │ ├── font_graphics.06500.ia4.png │ ├── font_graphics.06540.ia4.png │ ├── font_graphics.06580.ia4.png │ ├── font_graphics.065C0.ia4.png │ ├── font_graphics.06600.ia4.png │ ├── font_graphics.06640.ia4.png │ ├── font_graphics.06680.ia4.png │ ├── font_graphics.066C0.ia4.png │ ├── font_graphics.06700.ia4.png │ ├── font_graphics.06740.ia4.png │ ├── font_graphics.06780.ia4.png │ ├── font_graphics.067C0.ia4.png │ ├── font_graphics.06800.ia4.png │ ├── font_graphics.06840.ia4.png │ ├── font_graphics.06880.ia4.png │ ├── font_graphics.068C0.ia4.png │ ├── font_graphics.06900.ia4.png │ ├── font_graphics.06940.ia4.png │ ├── font_graphics.06980.ia4.png │ ├── font_graphics.069C0.ia4.png │ ├── font_graphics.06A00.ia4.png │ ├── font_graphics.06A40.ia4.png │ ├── font_graphics.06A80.ia4.png │ ├── font_graphics.06AC0.ia4.png │ ├── font_graphics.06B00.ia4.png │ ├── font_graphics.06B40.ia4.png │ ├── font_graphics.06B80.ia4.png │ ├── font_graphics.06BC0.ia4.png │ ├── font_graphics.06C00.ia4.png │ ├── font_graphics.06C40.ia4.png │ ├── font_graphics.06C80.ia4.png │ ├── font_graphics.06CC0.ia4.png │ ├── font_graphics.06D00.ia4.png │ ├── font_graphics.06D40.ia4.png │ ├── font_graphics.06D80.ia4.png │ ├── font_graphics.06DC0.ia4.png │ ├── font_graphics.06E00.ia4.png │ ├── font_graphics.06E40.ia4.png │ ├── font_graphics.06E80.ia4.png │ ├── font_graphics.06EC0.ia4.png │ ├── font_graphics.06F00.ia4.png │ ├── font_graphics.06F40.ia4.png │ ├── font_graphics.06F80.ia4.png │ ├── font_graphics.06FC0.ia4.png │ ├── segment2.00000.rgba16.png │ ├── segment2.00200.rgba16.png │ ├── segment2.00400.rgba16.png │ ├── segment2.00600.rgba16.png │ ├── segment2.00800.rgba16.png │ ├── segment2.00A00.rgba16.png │ ├── segment2.00C00.rgba16.png │ ├── segment2.00E00.rgba16.png │ ├── segment2.01000.rgba16.png │ ├── segment2.01200.rgba16.png │ ├── segment2.01400.rgba16.png │ ├── segment2.01600.rgba16.png │ ├── segment2.01800.rgba16.png │ ├── segment2.01A00.rgba16.png │ ├── segment2.01C00.rgba16.png │ ├── segment2.01E00.rgba16.png │ ├── segment2.02000.rgba16.png │ ├── segment2.02200.rgba16.png │ ├── segment2.02400.rgba16.png │ ├── segment2.02600.rgba16.png │ ├── segment2.02800.rgba16.png │ ├── segment2.02A00.rgba16.png │ ├── segment2.02C00.rgba16.png │ ├── segment2.02E00.rgba16.png │ ├── segment2.03000.rgba16.png │ ├── segment2.03200.rgba16.png │ ├── segment2.03400.rgba16.png │ ├── segment2.03600.rgba16.png │ ├── segment2.03800.rgba16.png │ ├── segment2.03A00.rgba16.png │ ├── segment2.03C00.rgba16.png │ ├── segment2.03E00.rgba16.png │ ├── segment2.04000.rgba16.png │ ├── segment2.04200.rgba16.png │ ├── segment2.04400.rgba16.png │ ├── segment2.04600.rgba16.png │ ├── segment2.04800.rgba16.png │ ├── segment2.04A00.rgba16.png │ ├── segment2.04C00.rgba16.png │ ├── segment2.04E00.rgba16.png │ ├── segment2.05000.rgba16.png │ ├── segment2.05200.rgba16.png │ ├── segment2.05400.rgba16.png │ ├── segment2.05600.rgba16.png │ ├── segment2.05800.rgba16.png │ ├── segment2.05A00.rgba16.png │ ├── segment2.05C00.rgba16.png │ ├── segment2.05E00.rgba16.png │ ├── segment2.06000.rgba16.png │ ├── segment2.06200.rgba16.png │ ├── segment2.06280.rgba16.png │ ├── segment2.06300.rgba16.png │ ├── segment2.06380.rgba16.png │ ├── segment2.06400.rgba16.png │ ├── segment2.06480.rgba16.png │ ├── segment2.06500.rgba16.png │ ├── segment2.06580.rgba16.png │ ├── segment2.06600.rgba16.png │ ├── segment2.06680.rgba16.png │ ├── segment2.06700.rgba16.png │ ├── segment2.06780.rgba16.png │ ├── segment2.06800.rgba16.png │ ├── segment2.06880.rgba16.png │ ├── segment2.06900.rgba16.png │ ├── segment2.06980.rgba16.png │ ├── segment2.06A00.rgba16.png │ ├── segment2.06A80.rgba16.png │ ├── segment2.06B00.rgba16.png │ ├── segment2.06B80.rgba16.png │ ├── segment2.06C00.rgba16.png │ ├── segment2.06C80.rgba16.png │ ├── segment2.06D00.rgba16.png │ ├── segment2.06D80.rgba16.png │ ├── segment2.06E00.rgba16.png │ ├── segment2.06E80.rgba16.png │ ├── segment2.06F00.rgba16.png │ ├── segment2.06F80.rgba16.png │ ├── segment2.07000.rgba16.png │ ├── segment2.07080.rgba16.png │ ├── segment2.07100.ia1.png │ ├── segment2.07110.ia1.png │ ├── segment2.07120.ia1.png │ ├── segment2.07130.ia1.png │ ├── segment2.07140.ia1.png │ ├── segment2.07150.ia1.png │ ├── segment2.07160.ia1.png │ ├── segment2.07170.ia1.png │ ├── segment2.07180.ia1.png │ ├── segment2.07190.ia1.png │ ├── segment2.071A0.ia1.png │ ├── segment2.071B0.ia1.png │ ├── segment2.071C0.ia1.png │ ├── segment2.071D0.ia1.png │ ├── segment2.071E0.ia1.png │ ├── segment2.071F0.ia1.png │ ├── segment2.07200.ia1.png │ ├── segment2.07210.ia1.png │ ├── segment2.07220.ia1.png │ ├── segment2.07230.ia1.png │ ├── segment2.07240.ia1.png │ ├── segment2.07250.ia1.png │ ├── segment2.07260.ia1.png │ ├── segment2.07270.ia1.png │ ├── segment2.07280.ia1.png │ ├── segment2.07290.ia1.png │ ├── segment2.072A0.ia1.png │ ├── segment2.072B0.ia1.png │ ├── segment2.072C0.ia1.png │ ├── segment2.072D0.ia1.png │ ├── segment2.072E0.ia1.png │ ├── segment2.072F0.ia1.png │ ├── segment2.07300.ia1.png │ ├── segment2.07310.ia1.png │ ├── segment2.07320.ia1.png │ ├── segment2.07330.ia1.png │ ├── segment2.07340.ia1.png │ ├── segment2.07350.ia1.png │ ├── segment2.07360.ia1.png │ ├── segment2.07370.ia1.png │ ├── segment2.07380.ia1.png │ ├── segment2.07390.ia1.png │ ├── segment2.073A0.ia1.png │ ├── segment2.073B0.ia1.png │ ├── segment2.073C0.ia1.png │ ├── segment2.073D0.ia1.png │ ├── segment2.073E0.ia1.png │ ├── segment2.073F0.ia1.png │ ├── segment2.07400.ia1.png │ ├── segment2.07410.ia1.png │ ├── segment2.07420.ia1.png │ ├── segment2.07430.ia1.png │ ├── segment2.07440.ia1.png │ ├── segment2.07450.ia1.png │ ├── segment2.07460.ia1.png │ ├── segment2.07470.ia1.png │ ├── segment2.07480.ia1.png │ ├── segment2.07490.ia1.png │ ├── segment2.074A0.ia1.png │ ├── segment2.074B0.ia1.png │ ├── segment2.074C0.ia1.png │ ├── segment2.074D0.ia1.png │ ├── segment2.074E0.ia1.png │ ├── segment2.074F0.ia1.png │ ├── segment2.07500.ia1.png │ ├── segment2.07510.ia1.png │ ├── segment2.07520.ia1.png │ ├── segment2.07530.ia1.png │ ├── segment2.07540.ia1.png │ ├── segment2.07550.ia1.png │ ├── segment2.07560.ia1.png │ ├── segment2.07570.ia1.png │ ├── segment2.07580.ia1.png │ ├── segment2.07590.ia1.png │ ├── segment2.075A0.ia1.png │ ├── segment2.075B0.ia1.png │ ├── segment2.075C0.ia1.png │ ├── segment2.075D0.ia1.png │ ├── segment2.075E0.ia1.png │ ├── segment2.075F0.ia1.png │ ├── segment2.07600.ia1.png │ ├── segment2.07610.ia1.png │ ├── segment2.07620.ia1.png │ ├── segment2.07630.ia1.png │ ├── segment2.07640.ia1.png │ ├── segment2.07650.ia1.png │ ├── segment2.07660.ia1.png │ ├── segment2.07670.ia1.png │ ├── segment2.07680.ia1.png │ ├── segment2.07690.ia1.png │ ├── segment2.076A0.ia1.png │ ├── segment2.076B0.ia1.png │ ├── segment2.076C0.ia1.png │ ├── segment2.076D0.ia1.png │ ├── segment2.076E0.ia1.png │ ├── segment2.076F0.ia1.png │ ├── segment2.07700.ia1.png │ ├── segment2.07710.ia1.png │ ├── segment2.07720.ia1.png │ ├── segment2.07730.ia1.png │ ├── segment2.07740.ia1.png │ ├── segment2.07750.ia1.png │ ├── segment2.07760.ia1.png │ ├── segment2.07770.ia1.png │ ├── segment2.07780.ia1.png │ ├── segment2.07790.ia1.png │ ├── segment2.077A0.ia1.png │ ├── segment2.077B0.ia1.png │ ├── segment2.077C0.ia1.png │ ├── segment2.077D0.ia1.png │ ├── segment2.077E0.ia1.png │ ├── segment2.077F0.ia1.png │ ├── segment2.07800.ia1.png │ ├── segment2.07810.ia1.png │ ├── segment2.07820.ia1.png │ ├── segment2.07830.ia1.png │ ├── segment2.07840.ia1.png │ ├── segment2.07850.ia1.png │ ├── segment2.07860.ia1.png │ ├── segment2.07870.ia1.png │ ├── segment2.07880.ia1.png │ ├── segment2.07890.ia1.png │ ├── segment2.078A0.ia1.png │ ├── segment2.078B0.ia1.png │ ├── segment2.078C0.ia1.png │ ├── segment2.078D0.ia1.png │ ├── segment2.078E0.ia1.png │ ├── segment2.078F0.ia1.png │ ├── segment2.07900.ia1.png │ ├── segment2.07910.ia1.png │ ├── segment2.07920.ia1.png │ ├── segment2.07930.ia1.png │ ├── segment2.07940.ia1.png │ ├── segment2.07950.ia1.png │ ├── segment2.07960.ia1.png │ ├── segment2.07970.ia1.png │ ├── segment2.07980.ia1.png │ ├── segment2.07990.ia1.png │ ├── segment2.079A0.ia1.png │ ├── segment2.079B0.ia1.png │ ├── segment2.079C0.ia1.png │ ├── segment2.079D0.ia1.png │ ├── segment2.079E0.ia1.png │ ├── segment2.079F0.ia1.png │ ├── segment2.07A00.ia1.png │ ├── segment2.07A10.ia1.png │ ├── segment2.07A20.ia1.png │ ├── segment2.07A30.ia1.png │ ├── segment2.07A40.ia1.png │ ├── segment2.07A50.ia1.png │ ├── segment2.07A60.ia1.png │ ├── segment2.07A70.ia1.png │ ├── segment2.07A80.ia1.png │ ├── segment2.07A90.ia1.png │ ├── segment2.07AA0.ia1.png │ ├── segment2.07AB0.ia1.png │ ├── segment2.07AC0.ia1.png │ ├── segment2.07AD0.ia1.png │ ├── segment2.07AE0.ia1.png │ ├── segment2.07AF0.ia1.png │ ├── segment2.07B00.ia1.png │ ├── segment2.07B10.ia1.png │ ├── segment2.07B20.ia1.png │ ├── segment2.07B30.ia1.png │ ├── segment2.07B40.ia1.png │ ├── segment2.07B50.rgba16.png │ ├── segment2.07D50.rgba16.png │ ├── segment2.07F50.rgba16.png │ ├── segment2.08150.rgba16.png │ ├── segment2.081D0.rgba16.png │ ├── segment2.0F458.ia8.png │ ├── segment2.0FC58.ia8.png │ ├── segment2.10458.ia8.png │ ├── segment2.11458.ia8.png │ ├── segment2.11C58.rgba16.png │ ├── segment2.12458.rgba16.png │ ├── segment2.12C58.rgba16.png │ ├── segment2.13458.ia16.png │ ├── segment2.13C58.rgba16.png │ ├── segment2.14838.ia8.png │ ├── shadow_quarter_circle.ia8.png │ └── shadow_quarter_square.ia8.png ├── skyboxes │ ├── bidw.png │ ├── bitfs.png │ ├── ccm.png │ ├── cloud_floor.png │ ├── water.png │ └── wdw.png ├── slide │ ├── slide_textures.00800.rgba16.png │ ├── slide_textures.02800.rgba16.png │ ├── slide_textures.03000.rgba16.png │ ├── slide_textures.06800.rgba16.png │ ├── slide_textures.07000.rgba16.png │ ├── slide_textures.07800.rgba16.png │ ├── slide_textures.08800.rgba16.png │ ├── slide_textures.09800.rgba16.png │ ├── slide_textures.0A800.rgba16.png │ ├── slide_textures.0B000.rgba16.png │ └── slide_textures.0B800.rgba16.png ├── title_screen_bg │ ├── title_screen_bg.001C0.rgba16.png │ ├── title_screen_bg.00E40.rgba16.png │ ├── title_screen_bg.01AC0.rgba16.png │ └── title_screen_bg.02740.rgba16.png └── water │ ├── jrb_textures.01800.rgba16.png │ ├── jrb_textures.03800.rgba16.png │ ├── jrb_textures.04800.rgba16.png │ ├── jrb_textures.06800.rgba16.png │ ├── jrb_textures.07800.rgba16.png │ ├── jrb_textures.09000.rgba16.png │ └── jrb_textures.0A000.rgba16.png ├── tools ├── .gitignore ├── FlipsSrc │ ├── Flips.cpp │ └── Flips.h ├── Makefile ├── aifc_decode.c ├── aiff_extract_codebook.c ├── apply_patch.sh ├── armips.cpp ├── asm-processor │ ├── .gitignore │ ├── LICENSE │ ├── README.md │ ├── add-test.sh │ ├── asm_processor.py │ ├── build.py │ ├── compile-test.sh │ ├── prelude.inc │ ├── run-tests.sh │ └── tests │ │ ├── ascii.c │ │ ├── ascii.objdump │ │ ├── comments.c │ │ ├── comments.objdump │ │ ├── force.c │ │ ├── force.objdump │ │ ├── kpic-o1.c │ │ ├── kpic-o1.objdump │ │ ├── kpic-o2.c │ │ ├── kpic-o2.objdump │ │ ├── label-sameline.c │ │ ├── label-sameline.objdump │ │ ├── large.c │ │ ├── large.objdump │ │ ├── late_rodata_align.c │ │ ├── late_rodata_align.objdump │ │ ├── late_rodata_doubles.c │ │ ├── late_rodata_doubles.objdump │ │ ├── late_rodata_doubles_mips1.c │ │ ├── late_rodata_doubles_mips1.objdump │ │ ├── late_rodata_jtbl.c │ │ ├── late_rodata_jtbl.objdump │ │ ├── late_rodata_jtbl_mips1.c │ │ ├── late_rodata_jtbl_mips1.objdump │ │ ├── late_rodata_misaligned_doubles.c │ │ ├── late_rodata_misaligned_doubles.objdump │ │ ├── line-continuation-separate-file.s │ │ ├── line-continuation.asmproc.d │ │ ├── line-continuation.c │ │ ├── line-continuation.objdump │ │ ├── o0.c │ │ ├── o0.objdump │ │ ├── o2.c │ │ ├── o2.objdump │ │ ├── pascal.objdump │ │ ├── pascal.p │ │ ├── static-global.c │ │ ├── static-global.objdump │ │ ├── static.c │ │ ├── static.objdump │ │ ├── test1.c │ │ ├── test1.objdump │ │ ├── test2.c │ │ ├── test2.objdump │ │ ├── test3.c │ │ └── test3.objdump ├── assemble_sound.py ├── audiofile │ ├── Makefile │ ├── audiofile.cpp │ ├── audiofile.h │ └── aupvlist.h ├── calc_bss.sh ├── clang-tidy.sh ├── create_patch.sh ├── demo_data_converter.py ├── determine-endian-bitwidth.c ├── disassemble_sound.py ├── extract_data_for_mio.c ├── gen_asset_list.cpp ├── hashtable.c ├── hashtable.h ├── ido-static-recomp │ ├── .clang-format │ ├── .gitignore │ ├── DOCS.md │ ├── Makefile │ ├── README.md │ ├── elf.h │ ├── header.h │ ├── helpers.h │ ├── libc_impl.c │ ├── libc_impl.h │ ├── recomp.cpp │ └── tools │ │ └── rabbitizer │ │ ├── .clang-format │ │ ├── .clang-tidy │ │ ├── .gitattributes │ │ ├── .github │ │ └── workflows │ │ │ ├── ci.yml │ │ │ └── make.yml │ │ ├── .gitignore │ │ ├── .gitrepo │ │ ├── LICENSE │ │ ├── MANIFEST.in │ │ ├── Makefile │ │ ├── README.md │ │ ├── cplusplus │ │ ├── include │ │ │ ├── analysis │ │ │ │ ├── LoPairingInfo.hpp │ │ │ │ └── RegistersTracker.hpp │ │ │ ├── instructions │ │ │ │ ├── InstrId.hpp │ │ │ │ ├── InstructionBase.hpp │ │ │ │ ├── InstructionCpu.hpp │ │ │ │ ├── InstructionR5900.hpp │ │ │ │ ├── InstructionRsp.hpp │ │ │ │ ├── OperandType.hpp │ │ │ │ └── Registers.hpp │ │ │ └── rabbitizer.hpp │ │ └── src │ │ │ ├── analysis │ │ │ ├── LoPairingInfo.cpp │ │ │ └── RegistersTracker.cpp │ │ │ └── instructions │ │ │ ├── InstrId.cpp │ │ │ ├── InstructionBase.cpp │ │ │ ├── InstructionCpu.cpp │ │ │ ├── InstructionR5900.cpp │ │ │ └── InstructionRsp.cpp │ │ ├── include │ │ ├── analysis │ │ │ ├── RabbitizerLoPairingInfo.h │ │ │ ├── RabbitizerRegistersTracker.h │ │ │ └── RabbitizerTrackedRegisterState.h │ │ ├── common │ │ │ ├── Abi.inc │ │ │ ├── RabbitizerConfig.h │ │ │ ├── RabbitizerVersion.h │ │ │ └── Utils.h │ │ ├── instructions │ │ │ ├── InstrCategory.inc │ │ │ ├── RabbitizerInstrDescriptor.h │ │ │ ├── RabbitizerInstrId.h │ │ │ ├── RabbitizerInstrSuffix.h │ │ │ ├── RabbitizerInstruction.h │ │ │ ├── RabbitizerInstructionR5900.h │ │ │ ├── RabbitizerInstructionRsp.h │ │ │ ├── RabbitizerOperandType.h │ │ │ ├── RabbitizerRegister.h │ │ │ ├── instr_id │ │ │ │ ├── RabbitizerInstrId_cpu.inc │ │ │ │ ├── RabbitizerInstrId_r5900.inc │ │ │ │ ├── RabbitizerInstrId_rsp.inc │ │ │ │ ├── cpu │ │ │ │ │ ├── cpu_cop0.inc │ │ │ │ │ ├── cpu_cop0_bc0.inc │ │ │ │ │ ├── cpu_cop0_tlb.inc │ │ │ │ │ ├── cpu_cop1.inc │ │ │ │ │ ├── cpu_cop1_bc1.inc │ │ │ │ │ ├── cpu_cop1_fpu_d.inc │ │ │ │ │ ├── cpu_cop1_fpu_l.inc │ │ │ │ │ ├── cpu_cop1_fpu_s.inc │ │ │ │ │ ├── cpu_cop1_fpu_w.inc │ │ │ │ │ ├── cpu_normal.inc │ │ │ │ │ ├── cpu_regimm.inc │ │ │ │ │ └── cpu_special.inc │ │ │ │ ├── r5900 │ │ │ │ │ ├── r5900_cop0_tlb.inc │ │ │ │ │ ├── r5900_cop1_fpu_s.inc │ │ │ │ │ ├── r5900_cop2.inc │ │ │ │ │ ├── r5900_cop2_bc2.inc │ │ │ │ │ ├── r5900_cop2_special1.inc │ │ │ │ │ ├── r5900_cop2_special2.inc │ │ │ │ │ ├── r5900_mmi.inc │ │ │ │ │ ├── r5900_mmi_0.inc │ │ │ │ │ ├── r5900_mmi_1.inc │ │ │ │ │ ├── r5900_mmi_2.inc │ │ │ │ │ ├── r5900_mmi_3.inc │ │ │ │ │ ├── r5900_normal.inc │ │ │ │ │ ├── r5900_regimm.inc │ │ │ │ │ └── r5900_special.inc │ │ │ │ └── rsp │ │ │ │ │ ├── rsp_cop0.inc │ │ │ │ │ ├── rsp_cop2.inc │ │ │ │ │ ├── rsp_cop2_vu.inc │ │ │ │ │ ├── rsp_normal.inc │ │ │ │ │ ├── rsp_normal_lwc2.inc │ │ │ │ │ ├── rsp_normal_swc2.inc │ │ │ │ │ ├── rsp_regimm.inc │ │ │ │ │ └── rsp_special.inc │ │ │ ├── operands │ │ │ │ ├── RabbitizerOperandType_cpu.inc │ │ │ │ ├── RabbitizerOperandType_r5900.inc │ │ │ │ └── RabbitizerOperandType_rsp.inc │ │ │ └── registers │ │ │ │ ├── RabbitizerRegister_Cop0.inc │ │ │ │ ├── RabbitizerRegister_Cop1Control.inc │ │ │ │ ├── RabbitizerRegister_Cop1N32.inc │ │ │ │ ├── RabbitizerRegister_Cop1N64.inc │ │ │ │ ├── RabbitizerRegister_Cop1O32.inc │ │ │ │ ├── RabbitizerRegister_Cop2.inc │ │ │ │ ├── RabbitizerRegister_GprN32.inc │ │ │ │ ├── RabbitizerRegister_GprO32.inc │ │ │ │ ├── RabbitizerRegister_R5900VF.inc │ │ │ │ ├── RabbitizerRegister_R5900VI.inc │ │ │ │ ├── RabbitizerRegister_RspCop0.inc │ │ │ │ ├── RabbitizerRegister_RspCop2.inc │ │ │ │ ├── RabbitizerRegister_RspCop2Control.inc │ │ │ │ ├── RabbitizerRegister_RspGpr.inc │ │ │ │ └── RabbitizerRegister_RspVector.inc │ │ └── rabbitizer.h │ │ ├── pyproject.toml │ │ ├── r5900test.c │ │ ├── rabbitizer │ │ ├── Config.pyi │ │ ├── Enum.pyi │ │ ├── InstrCategory.pyi │ │ ├── InstrId.pyi │ │ ├── LoPairingInfo.pyi │ │ ├── RegGprN32.pyi │ │ ├── RegGprO32.pyi │ │ ├── RegistersTracker.pyi │ │ ├── TrackedRegisterState.pyi │ │ ├── Utils.pyi │ │ ├── __init__.pyi │ │ ├── enums │ │ │ ├── enums_utils.c │ │ │ ├── enums_utils.h │ │ │ ├── rabbitizer_enum_Abi.c │ │ │ ├── rabbitizer_enum_InstrCategory.c │ │ │ ├── rabbitizer_enum_InstrId.c │ │ │ ├── rabbitizer_type_Enum.c │ │ │ └── registers │ │ │ │ ├── rabbitizer_enum_GprN32.c │ │ │ │ └── rabbitizer_enum_GprO32.c │ │ ├── py.typed │ │ ├── rabbitizer.pyi │ │ ├── rabbitizer_global_config.c │ │ ├── rabbitizer_module.c │ │ ├── rabbitizer_module.h │ │ ├── rabbitizer_submodule_Utils.c │ │ ├── rabbitizer_type_Instruction.c │ │ ├── rabbitizer_type_LoPairingInfo.c │ │ ├── rabbitizer_type_RegistersTracker.c │ │ └── rabbitizer_type_TrackedRegisterState.c │ │ ├── registersTrackerTest.c │ │ ├── rsptest.c │ │ ├── setup.cfg │ │ ├── setup.py │ │ ├── src │ │ ├── analysis │ │ │ ├── RabbitizerLoPairingInfo.c │ │ │ ├── RabbitizerRegistersTracker.c │ │ │ └── RabbitizerTrackedRegisterState.c │ │ ├── common │ │ │ ├── RabbitizerConfig.c │ │ │ ├── RabbitizerVersion.c │ │ │ └── Utils.c │ │ └── instructions │ │ │ ├── RabbitizerInstrDescriptor.c │ │ │ ├── RabbitizerInstrId.c │ │ │ ├── RabbitizerInstrSuffix.c │ │ │ ├── RabbitizerInstruction │ │ │ ├── RabbitizerInstruction.c │ │ │ ├── RabbitizerInstruction_Disassemble.c │ │ │ ├── RabbitizerInstruction_Examination.c │ │ │ └── RabbitizerInstruction_ProcessUniqueId.c │ │ │ ├── RabbitizerInstructionR5900 │ │ │ ├── RabbitizerInstructionR5900.c │ │ │ └── RabbitizerInstructionR5900_ProcessUniqueId.c │ │ │ ├── RabbitizerInstructionRsp │ │ │ ├── RabbitizerInstructionRsp.c │ │ │ └── RabbitizerInstructionRsp_ProcessUniqueId.c │ │ │ └── RabbitizerRegister.c │ │ ├── test.c │ │ └── tests │ │ └── cplusplus │ │ └── test.cpp ├── ido5.3_compiler │ ├── LICENSE.md │ ├── lib │ │ ├── libmalloc.so │ │ ├── libmalloc_old.so │ │ └── rld │ └── usr │ │ ├── bin │ │ └── cc │ │ └── lib │ │ ├── acpp │ │ ├── as0 │ │ ├── as1 │ │ ├── cfe │ │ ├── copt │ │ ├── crt1.o │ │ ├── err.english.cc │ │ ├── libc.so.1 │ │ ├── libexc.so │ │ ├── libgen.so │ │ ├── libm.so │ │ ├── ugen │ │ ├── ujoin │ │ ├── uld │ │ ├── umerge │ │ ├── uopt │ │ └── usplit ├── ique_egcs │ ├── as │ ├── cc1 │ ├── cpp │ └── gcc ├── ique_ld │ └── mips64-elf-ld ├── mario_anims_converter.py ├── patch_elf_32bit.c ├── patch_libmalloc.py ├── rasm2armips.py ├── revert_patch.sh ├── sdk-tools │ ├── README.md │ ├── adpcm │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── quant.c │ │ ├── sampleio.c │ │ ├── util.c │ │ ├── vadpcm.h │ │ ├── vadpcm_dec.c │ │ ├── vadpcm_enc.c │ │ ├── vdecode.c │ │ ├── vencode.c │ │ └── vpredictor.c │ └── tabledesign │ │ ├── .gitignore │ │ ├── Makefile │ │ ├── codebook.c │ │ ├── estimate.c │ │ ├── print.c │ │ ├── tabledesign.c │ │ └── tabledesign.h ├── seq_decoder.py ├── skyconv.c ├── slienc.c ├── sm64tools │ ├── .gitignore │ ├── Makefile │ ├── libmio0.c │ ├── libmio0.h │ ├── n64cksum.c │ ├── n64cksum.h │ ├── n64graphics.c │ ├── n64graphics.h │ ├── n64graphics_ci_dir │ │ ├── LICENSE │ │ ├── README.md │ │ ├── exoquant │ │ │ ├── exoquant.c │ │ │ └── exoquant.h │ │ ├── n64graphics_ci.c │ │ ├── n64graphics_ci.h │ │ ├── utils.c │ │ └── utils.h │ ├── sm64tools.LICENSE │ ├── stb │ │ ├── stb_image.h │ │ └── stb_image_write.h │ ├── utils.c │ └── utils.h ├── textconv.c ├── utf8.c ├── utf8.h └── util │ ├── audiofile_strip.patch │ ├── generate_armips_cpp.py │ └── generate_audiofile_cpp.py ├── undefined_syms.txt └── util.mk /.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/.clang-format -------------------------------------------------------------------------------- /.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/.clang-tidy -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/Dockerfile -------------------------------------------------------------------------------- /Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/Jenkinsfile -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.split: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/Makefile.split -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/README.md -------------------------------------------------------------------------------- /actors/bird/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bird/geo.inc.c -------------------------------------------------------------------------------- /actors/bird/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bird/model.inc.c -------------------------------------------------------------------------------- /actors/blargg/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/blargg/geo.inc.c -------------------------------------------------------------------------------- /actors/blargg/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/blargg/model.inc.c -------------------------------------------------------------------------------- /actors/blue_fish/anims/data.inc.c: -------------------------------------------------------------------------------- 1 | #include "anim_0301C298.inc.c" 2 | -------------------------------------------------------------------------------- /actors/blue_fish/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/blue_fish/geo.inc.c -------------------------------------------------------------------------------- /actors/bomb/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bomb/geo.inc.c -------------------------------------------------------------------------------- /actors/bomb/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bomb/model.inc.c -------------------------------------------------------------------------------- /actors/boo/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/boo/geo.inc.c -------------------------------------------------------------------------------- /actors/boo/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/boo/model.inc.c -------------------------------------------------------------------------------- /actors/bowser/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bowser/geo.inc.c -------------------------------------------------------------------------------- /actors/bowser/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bowser/model.inc.c -------------------------------------------------------------------------------- /actors/bub/anims/data.inc.c: -------------------------------------------------------------------------------- 1 | #include "anim_0601233C.inc.c" 2 | -------------------------------------------------------------------------------- /actors/bub/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bub/geo.inc.c -------------------------------------------------------------------------------- /actors/bub/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bub/model.inc.c -------------------------------------------------------------------------------- /actors/bubble/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bubble/geo.inc.c -------------------------------------------------------------------------------- /actors/bubble/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bubble/model.inc.c -------------------------------------------------------------------------------- /actors/bully/otos.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/bully/otos.sou -------------------------------------------------------------------------------- /actors/burn_smoke/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/burn_smoke/geo.inc.c -------------------------------------------------------------------------------- /actors/coin/coin.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/coin/coin.hms -------------------------------------------------------------------------------- /actors/coin/coin.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/coin/coin.sou -------------------------------------------------------------------------------- /actors/common0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common0.c -------------------------------------------------------------------------------- /actors/common0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common0.h -------------------------------------------------------------------------------- /actors/common0_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common0_geo.c -------------------------------------------------------------------------------- /actors/common1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common1.c -------------------------------------------------------------------------------- /actors/common1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common1.h -------------------------------------------------------------------------------- /actors/common1_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/common1_geo.c -------------------------------------------------------------------------------- /actors/cyan_fish/anims/data.inc.c: -------------------------------------------------------------------------------- 1 | #include "anim_0600E24C.inc.c" 2 | -------------------------------------------------------------------------------- /actors/cyan_fish/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/cyan_fish/geo.inc.c -------------------------------------------------------------------------------- /actors/dirt/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/dirt/geo.inc.c -------------------------------------------------------------------------------- /actors/dirt/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/dirt/model.inc.c -------------------------------------------------------------------------------- /actors/door/door.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/door/door.hms -------------------------------------------------------------------------------- /actors/door/door.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/door/door.sou -------------------------------------------------------------------------------- /actors/flame/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/flame/geo.inc.c -------------------------------------------------------------------------------- /actors/flame/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/flame/model.inc.c -------------------------------------------------------------------------------- /actors/group0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group0.c -------------------------------------------------------------------------------- /actors/group0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group0.h -------------------------------------------------------------------------------- /actors/group0_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group0_geo.c -------------------------------------------------------------------------------- /actors/group1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group1.c -------------------------------------------------------------------------------- /actors/group1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group1.h -------------------------------------------------------------------------------- /actors/group10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group10.c -------------------------------------------------------------------------------- /actors/group10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group10.h -------------------------------------------------------------------------------- /actors/group10_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group10_geo.c -------------------------------------------------------------------------------- /actors/group12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group12.c -------------------------------------------------------------------------------- /actors/group12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group12.h -------------------------------------------------------------------------------- /actors/group12_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group12_geo.c -------------------------------------------------------------------------------- /actors/group13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group13.c -------------------------------------------------------------------------------- /actors/group13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group13.h -------------------------------------------------------------------------------- /actors/group13_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group13_geo.c -------------------------------------------------------------------------------- /actors/group14.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group14.c -------------------------------------------------------------------------------- /actors/group14.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group14.h -------------------------------------------------------------------------------- /actors/group14_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group14_geo.c -------------------------------------------------------------------------------- /actors/group17.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group17.c -------------------------------------------------------------------------------- /actors/group17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group17.h -------------------------------------------------------------------------------- /actors/group17_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group17_geo.c -------------------------------------------------------------------------------- /actors/group1_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group1_geo.c -------------------------------------------------------------------------------- /actors/group2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group2.c -------------------------------------------------------------------------------- /actors/group2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group2.h -------------------------------------------------------------------------------- /actors/group2_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group2_geo.c -------------------------------------------------------------------------------- /actors/group4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group4.c -------------------------------------------------------------------------------- /actors/group4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group4.h -------------------------------------------------------------------------------- /actors/group4_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group4_geo.c -------------------------------------------------------------------------------- /actors/group7.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group7.c -------------------------------------------------------------------------------- /actors/group7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group7.h -------------------------------------------------------------------------------- /actors/group7_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group7_geo.c -------------------------------------------------------------------------------- /actors/group9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group9.c -------------------------------------------------------------------------------- /actors/group9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group9.h -------------------------------------------------------------------------------- /actors/group9_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/group9_geo.c -------------------------------------------------------------------------------- /actors/hoot/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/hoot/geo.inc.c -------------------------------------------------------------------------------- /actors/hoot/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/hoot/model.inc.c -------------------------------------------------------------------------------- /actors/leaves/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/leaves/geo.inc.c -------------------------------------------------------------------------------- /actors/leaves/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/leaves/model.inc.c -------------------------------------------------------------------------------- /actors/mario/gfx_mario.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mario/gfx_mario.sou -------------------------------------------------------------------------------- /actors/mario/hms_mario.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mario/hms_mario.sou -------------------------------------------------------------------------------- /actors/mist/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mist/geo.inc.c -------------------------------------------------------------------------------- /actors/mist/mist.ia16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mist/mist.ia16.png -------------------------------------------------------------------------------- /actors/mist/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mist/model.inc.c -------------------------------------------------------------------------------- /actors/mr_i_iris/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/mr_i_iris/geo.inc.c -------------------------------------------------------------------------------- /actors/number/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/number/geo.inc.c -------------------------------------------------------------------------------- /actors/penguin/ping.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/penguin/ping.hms -------------------------------------------------------------------------------- /actors/penguin/ping.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/penguin/ping.sou -------------------------------------------------------------------------------- /actors/sand/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/sand/model.inc.c -------------------------------------------------------------------------------- /actors/sparkle/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/sparkle/geo.inc.c -------------------------------------------------------------------------------- /actors/sparkle/model.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/sparkle/model.inc.c -------------------------------------------------------------------------------- /actors/star/star.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/star/star.hms -------------------------------------------------------------------------------- /actors/star/star.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/star/star.sou -------------------------------------------------------------------------------- /actors/sushi/shark.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/sushi/shark.hms -------------------------------------------------------------------------------- /actors/sushi/shark.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/sushi/shark.sou -------------------------------------------------------------------------------- /actors/thwomp/dosun.flk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/thwomp/dosun.flk -------------------------------------------------------------------------------- /actors/thwomp/dosun.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/thwomp/dosun.hms -------------------------------------------------------------------------------- /actors/thwomp/dosun.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/thwomp/dosun.sou -------------------------------------------------------------------------------- /actors/tree/tree.hms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/tree/tree.hms -------------------------------------------------------------------------------- /actors/tree/tree.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/tree/tree.sou -------------------------------------------------------------------------------- /actors/walk_smoke/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/walk_smoke/geo.inc.c -------------------------------------------------------------------------------- /actors/water_mine/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/water_mine/geo.inc.c -------------------------------------------------------------------------------- /actors/water_ring/anims/data.inc.c: -------------------------------------------------------------------------------- 1 | #include "anim_06013F64.inc.c" 2 | -------------------------------------------------------------------------------- /actors/water_ring/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/water_ring/geo.inc.c -------------------------------------------------------------------------------- /actors/water_wave/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/water_wave/geo.inc.c -------------------------------------------------------------------------------- /actors/whomp/wallman.flk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/whomp/wallman.flk -------------------------------------------------------------------------------- /actors/whomp/wallman.sou: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/actors/whomp/wallman.sou -------------------------------------------------------------------------------- /asm/boot.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/asm/boot.s -------------------------------------------------------------------------------- /asm/entry.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/asm/entry.s -------------------------------------------------------------------------------- /asm/ipl3_font.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/asm/ipl3_font.s -------------------------------------------------------------------------------- /asm/rom_header.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/asm/rom_header.s -------------------------------------------------------------------------------- /assets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets.json -------------------------------------------------------------------------------- /assets/anims/anim_00.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_00.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_03.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_03.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_04.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_04.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_05.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_05.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_06.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_06.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_09.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_09.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_0A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_0A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_0D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_0D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_0E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_0E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_11.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_11.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_12.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_12.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_13.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_13.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_14.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_14.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_15.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_15.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_16.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_16.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_17.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_17.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_18.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_18.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_19.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_19.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_1F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_1F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_20.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_20.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_21.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_21.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_22.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_22.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_23.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_23.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_24.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_24.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_25.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_25.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_26.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_26.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_27.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_27.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_28.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_28.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_29.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_29.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_2A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_2A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_2B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_2B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_2E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_2E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_2F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_2F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_30.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_30.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_31.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_31.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_32.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_32.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_33.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_33.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_34.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_34.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_35.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_35.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_36.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_36.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_37.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_37.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_38.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_38.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_39.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_39.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_3A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_3A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_3B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_3B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_3E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_3E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_3F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_3F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_40.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_40.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_41.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_41.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_42.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_42.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_43.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_43.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_44.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_44.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_47.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_47.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_48.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_48.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_49.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_49.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_4A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_4A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_4B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_4B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_4C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_4C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_4F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_4F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_50.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_50.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_51.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_51.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_52.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_52.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_53.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_53.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_54.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_54.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_55.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_55.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_58.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_58.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_59.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_59.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_5F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_5F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_60.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_60.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_61.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_61.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_62.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_62.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_63.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_63.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_64.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_64.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_65.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_65.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_66.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_66.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_67.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_67.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_68.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_68.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_69.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_69.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_6A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_6A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_6B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_6B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_6C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_6C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_6D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_6D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_6E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_6E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_71.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_71.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_74.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_74.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_75.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_75.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_76.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_76.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_77.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_77.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_78.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_78.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_79.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_79.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_7F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_7F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_80.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_80.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_81.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_81.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_82.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_82.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_83.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_83.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_84.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_84.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_85.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_85.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_86.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_86.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_87.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_87.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_8A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_8A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_8B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_8B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_8C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_8C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_8D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_8D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_90.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_90.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_91.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_91.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_92.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_92.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_93.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_93.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_94.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_94.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_95.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_95.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_96.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_96.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_97.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_97.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_98.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_98.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_99.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_99.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9A.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9A.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9B.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9B.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9C.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9C.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9D.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9D.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9E.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9E.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_9F.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_9F.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A0.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A0.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A1.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A1.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A2.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A2.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A3.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A3.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A4.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A4.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A5.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A5.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A6.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A6.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A7.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A7.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A8.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A8.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_A9.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_A9.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AA.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AA.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AB.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AB.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AC.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AC.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AD.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AD.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AE.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AE.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_AF.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_AF.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B0.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B0.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B1.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B1.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B2.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B2.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B3.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B3.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B4.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B4.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B7.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B7.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B8.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B8.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_B9.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_B9.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_BA.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_BA.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_BB.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_BB.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_BE.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_BE.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_BF.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_BF.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C0.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C0.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C1.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C1.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C2.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C2.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C3.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C3.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C4.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C4.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C5.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C5.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C6.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C6.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C7.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C7.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C8.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C8.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_C9.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_C9.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_CA.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_CA.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_CD.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_CD.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_CE.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_CE.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_CF.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_CF.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_D0.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_D0.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_D1.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_D1.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_D2.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_D2.inc.c -------------------------------------------------------------------------------- /assets/anims/anim_D3.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/assets/anims/anim_D3.inc.c -------------------------------------------------------------------------------- /bin/debug_level_select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/debug_level_select.c -------------------------------------------------------------------------------- /bin/effect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/effect.c -------------------------------------------------------------------------------- /bin/generic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/generic.c -------------------------------------------------------------------------------- /bin/inside.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/inside.c -------------------------------------------------------------------------------- /bin/outside.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/outside.c -------------------------------------------------------------------------------- /bin/segment2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/segment2.c -------------------------------------------------------------------------------- /bin/slide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/slide.c -------------------------------------------------------------------------------- /bin/title_screen_bg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/title_screen_bg.c -------------------------------------------------------------------------------- /bin/water.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/bin/water.c -------------------------------------------------------------------------------- /charmap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/charmap.txt -------------------------------------------------------------------------------- /charmap_menu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/charmap_menu.txt -------------------------------------------------------------------------------- /data/behavior_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/data/behavior_data.c -------------------------------------------------------------------------------- /diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/diff.py -------------------------------------------------------------------------------- /diff_settings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/diff_settings.py -------------------------------------------------------------------------------- /extract_assets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/extract_assets.py -------------------------------------------------------------------------------- /first-diff.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/first-diff.py -------------------------------------------------------------------------------- /format.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/format.sh -------------------------------------------------------------------------------- /include/PR/R4300.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/R4300.h -------------------------------------------------------------------------------- /include/PR/abi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/abi.h -------------------------------------------------------------------------------- /include/PR/gbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/gbi.h -------------------------------------------------------------------------------- /include/PR/gs2dex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/gs2dex.h -------------------------------------------------------------------------------- /include/PR/gu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/gu.h -------------------------------------------------------------------------------- /include/PR/ique.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/ique.h -------------------------------------------------------------------------------- /include/PR/libaudio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/libaudio.h -------------------------------------------------------------------------------- /include/PR/libultra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/libultra.h -------------------------------------------------------------------------------- /include/PR/mbi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/mbi.h -------------------------------------------------------------------------------- /include/PR/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os.h -------------------------------------------------------------------------------- /include/PR/os_ai.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_ai.h -------------------------------------------------------------------------------- /include/PR/os_cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_cache.h -------------------------------------------------------------------------------- /include/PR/os_cont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_cont.h -------------------------------------------------------------------------------- /include/PR/os_eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_eeprom.h -------------------------------------------------------------------------------- /include/PR/os_exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_exception.h -------------------------------------------------------------------------------- /include/PR/os_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_internal.h -------------------------------------------------------------------------------- /include/PR/os_libc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_libc.h -------------------------------------------------------------------------------- /include/PR/os_message.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_message.h -------------------------------------------------------------------------------- /include/PR/os_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_misc.h -------------------------------------------------------------------------------- /include/PR/os_motor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_motor.h -------------------------------------------------------------------------------- /include/PR/os_pfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_pfs.h -------------------------------------------------------------------------------- /include/PR/os_pi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_pi.h -------------------------------------------------------------------------------- /include/PR/os_rdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_rdp.h -------------------------------------------------------------------------------- /include/PR/os_thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_thread.h -------------------------------------------------------------------------------- /include/PR/os_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_time.h -------------------------------------------------------------------------------- /include/PR/os_tlb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_tlb.h -------------------------------------------------------------------------------- /include/PR/os_vi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/os_vi.h -------------------------------------------------------------------------------- /include/PR/rcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/rcp.h -------------------------------------------------------------------------------- /include/PR/rdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/rdb.h -------------------------------------------------------------------------------- /include/PR/slidec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/slidec.h -------------------------------------------------------------------------------- /include/PR/sptask.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/sptask.h -------------------------------------------------------------------------------- /include/PR/ucode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/ucode.h -------------------------------------------------------------------------------- /include/PR/ultratypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/PR/ultratypes.h -------------------------------------------------------------------------------- /include/behavior_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/behavior_data.h -------------------------------------------------------------------------------- /include/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/config.h -------------------------------------------------------------------------------- /include/course_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/course_table.h -------------------------------------------------------------------------------- /include/dialog_ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/dialog_ids.h -------------------------------------------------------------------------------- /include/geo_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/geo_commands.h -------------------------------------------------------------------------------- /include/gex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/gex.h -------------------------------------------------------------------------------- /include/gfx_dimensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/gfx_dimensions.h -------------------------------------------------------------------------------- /include/headers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/headers.h -------------------------------------------------------------------------------- /include/helper_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/helper_macros.h -------------------------------------------------------------------------------- /include/level_commands.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/level_commands.h -------------------------------------------------------------------------------- /include/level_misc_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/level_misc_macros.h -------------------------------------------------------------------------------- /include/level_table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/level_table.h -------------------------------------------------------------------------------- /include/libc/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/math.h -------------------------------------------------------------------------------- /include/libc/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/stdarg.h -------------------------------------------------------------------------------- /include/libc/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/stddef.h -------------------------------------------------------------------------------- /include/libc/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/stdio.h -------------------------------------------------------------------------------- /include/libc/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/stdlib.h -------------------------------------------------------------------------------- /include/libc/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/libc/string.h -------------------------------------------------------------------------------- /include/macro_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/macro_presets.h -------------------------------------------------------------------------------- /include/macro_presets.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/macro_presets.inc.c -------------------------------------------------------------------------------- /include/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/macros.h -------------------------------------------------------------------------------- /include/macros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/macros.inc -------------------------------------------------------------------------------- /include/model_ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/model_ids.h -------------------------------------------------------------------------------- /include/object_constants.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/object_constants.h -------------------------------------------------------------------------------- /include/object_fields.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/object_fields.h -------------------------------------------------------------------------------- /include/platform_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/platform_info.h -------------------------------------------------------------------------------- /include/segment_symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/segment_symbols.h -------------------------------------------------------------------------------- /include/segments.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/segments.h -------------------------------------------------------------------------------- /include/seq_ids.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/seq_ids.h -------------------------------------------------------------------------------- /include/seq_macros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/seq_macros.inc -------------------------------------------------------------------------------- /include/sm64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/sm64.h -------------------------------------------------------------------------------- /include/sounds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/sounds.h -------------------------------------------------------------------------------- /include/special_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/special_presets.h -------------------------------------------------------------------------------- /include/surface_terrains.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/surface_terrains.h -------------------------------------------------------------------------------- /include/text_strings.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/text_strings.h.in -------------------------------------------------------------------------------- /include/textures.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/textures.h -------------------------------------------------------------------------------- /include/trig_tables.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/trig_tables.inc.c -------------------------------------------------------------------------------- /include/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/types.h -------------------------------------------------------------------------------- /include/ultra64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/include/ultra64.h -------------------------------------------------------------------------------- /levels/bowser_1/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/bowser_1/geo.c -------------------------------------------------------------------------------- /levels/bowser_1/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/bowser_1/header.h -------------------------------------------------------------------------------- /levels/bowser_1/level.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/bowser_1/level.yaml -------------------------------------------------------------------------------- /levels/bowser_1/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/bowser_1/leveldata.c -------------------------------------------------------------------------------- /levels/bowser_1/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/bowser_1/script.c -------------------------------------------------------------------------------- /levels/castle_grounds/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/castle_grounds/geo.c -------------------------------------------------------------------------------- /levels/castle_inside/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/castle_inside/geo.c -------------------------------------------------------------------------------- /levels/ccm/1.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/1.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/10.ia16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/10.ia16.png -------------------------------------------------------------------------------- /levels/ccm/2.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/2.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/3.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/3.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/4.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/4.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/5.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/5.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/6.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/6.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/7.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/7.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/8.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/8.rgba16.png -------------------------------------------------------------------------------- /levels/ccm/9.ia16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/9.ia16.png -------------------------------------------------------------------------------- /levels/ccm/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/geo.c -------------------------------------------------------------------------------- /levels/ccm/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/header.h -------------------------------------------------------------------------------- /levels/ccm/level.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/level.yaml -------------------------------------------------------------------------------- /levels/ccm/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/leveldata.c -------------------------------------------------------------------------------- /levels/ccm/material.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/material.inc.c -------------------------------------------------------------------------------- /levels/ccm/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/script.c -------------------------------------------------------------------------------- /levels/ccm/texture.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ccm/texture.inc.c -------------------------------------------------------------------------------- /levels/course_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/course_defines.h -------------------------------------------------------------------------------- /levels/ddd/0.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/0.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/1.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/1.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/10.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/10.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/2.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/2.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/3.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/3.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/5.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/5.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/6.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/6.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/7.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/7.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/8.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/8.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/9.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/9.rgba16.png -------------------------------------------------------------------------------- /levels/ddd/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/geo.c -------------------------------------------------------------------------------- /levels/ddd/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/header.h -------------------------------------------------------------------------------- /levels/ddd/level.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/level.yaml -------------------------------------------------------------------------------- /levels/ddd/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/leveldata.c -------------------------------------------------------------------------------- /levels/ddd/material.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/material.inc.c -------------------------------------------------------------------------------- /levels/ddd/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/script.c -------------------------------------------------------------------------------- /levels/ddd/texture.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/ddd/texture.inc.c -------------------------------------------------------------------------------- /levels/entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/entry.c -------------------------------------------------------------------------------- /levels/entry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/entry.h -------------------------------------------------------------------------------- /levels/intro/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/intro/geo.c -------------------------------------------------------------------------------- /levels/intro/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/intro/header.h -------------------------------------------------------------------------------- /levels/intro/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/intro/leveldata.c -------------------------------------------------------------------------------- /levels/intro/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/intro/script.c -------------------------------------------------------------------------------- /levels/level_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/level_defines.h -------------------------------------------------------------------------------- /levels/level_headers.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/level_headers.h.in -------------------------------------------------------------------------------- /levels/level_rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/level_rules.mk -------------------------------------------------------------------------------- /levels/lll/0.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/0.rgba16.png -------------------------------------------------------------------------------- /levels/lll/1.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/1.rgba16.png -------------------------------------------------------------------------------- /levels/lll/10.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/10.rgba16.png -------------------------------------------------------------------------------- /levels/lll/11.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/11.rgba16.png -------------------------------------------------------------------------------- /levels/lll/12.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/12.rgba16.png -------------------------------------------------------------------------------- /levels/lll/13.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/13.rgba16.png -------------------------------------------------------------------------------- /levels/lll/14.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/14.rgba16.png -------------------------------------------------------------------------------- /levels/lll/15.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/15.rgba16.png -------------------------------------------------------------------------------- /levels/lll/16.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/16.rgba16.png -------------------------------------------------------------------------------- /levels/lll/17.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/17.rgba16.png -------------------------------------------------------------------------------- /levels/lll/18.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/18.rgba16.png -------------------------------------------------------------------------------- /levels/lll/19.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/19.rgba16.png -------------------------------------------------------------------------------- /levels/lll/2.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/2.rgba16.png -------------------------------------------------------------------------------- /levels/lll/20.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/20.rgba16.png -------------------------------------------------------------------------------- /levels/lll/21.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/21.rgba16.png -------------------------------------------------------------------------------- /levels/lll/22.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/22.rgba16.png -------------------------------------------------------------------------------- /levels/lll/23.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/23.rgba16.png -------------------------------------------------------------------------------- /levels/lll/24.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/24.rgba16.png -------------------------------------------------------------------------------- /levels/lll/25.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/25.rgba16.png -------------------------------------------------------------------------------- /levels/lll/26.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/26.rgba16.png -------------------------------------------------------------------------------- /levels/lll/27.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/27.rgba16.png -------------------------------------------------------------------------------- /levels/lll/28.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/28.rgba16.png -------------------------------------------------------------------------------- /levels/lll/29.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/29.rgba16.png -------------------------------------------------------------------------------- /levels/lll/3.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/3.rgba16.png -------------------------------------------------------------------------------- /levels/lll/30.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/30.rgba16.png -------------------------------------------------------------------------------- /levels/lll/31.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/31.rgba16.png -------------------------------------------------------------------------------- /levels/lll/4.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/4.rgba16.png -------------------------------------------------------------------------------- /levels/lll/5.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/5.rgba16.png -------------------------------------------------------------------------------- /levels/lll/6.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/6.rgba16.png -------------------------------------------------------------------------------- /levels/lll/7.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/7.rgba16.png -------------------------------------------------------------------------------- /levels/lll/8.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/8.rgba16.png -------------------------------------------------------------------------------- /levels/lll/9.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/9.rgba16.png -------------------------------------------------------------------------------- /levels/lll/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/geo.c -------------------------------------------------------------------------------- /levels/lll/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/header.h -------------------------------------------------------------------------------- /levels/lll/level.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/level.yaml -------------------------------------------------------------------------------- /levels/lll/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/leveldata.c -------------------------------------------------------------------------------- /levels/lll/material.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/material.inc.c -------------------------------------------------------------------------------- /levels/lll/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/script.c -------------------------------------------------------------------------------- /levels/lll/texture.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/lll/texture.inc.c -------------------------------------------------------------------------------- /levels/scripts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/scripts.c -------------------------------------------------------------------------------- /levels/scripts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/scripts.h -------------------------------------------------------------------------------- /levels/wf/0.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/0.rgba16.png -------------------------------------------------------------------------------- /levels/wf/1.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/1.rgba16.png -------------------------------------------------------------------------------- /levels/wf/10.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/10.rgba16.png -------------------------------------------------------------------------------- /levels/wf/11.ia16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/11.ia16.png -------------------------------------------------------------------------------- /levels/wf/12.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/12.rgba16.png -------------------------------------------------------------------------------- /levels/wf/13.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/13.rgba16.png -------------------------------------------------------------------------------- /levels/wf/14.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/14.rgba16.png -------------------------------------------------------------------------------- /levels/wf/15.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/15.rgba16.png -------------------------------------------------------------------------------- /levels/wf/16.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/16.rgba16.png -------------------------------------------------------------------------------- /levels/wf/17.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/17.rgba16.png -------------------------------------------------------------------------------- /levels/wf/18.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/18.rgba16.png -------------------------------------------------------------------------------- /levels/wf/19.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/19.rgba16.png -------------------------------------------------------------------------------- /levels/wf/2.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/2.rgba16.png -------------------------------------------------------------------------------- /levels/wf/20.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/20.rgba16.png -------------------------------------------------------------------------------- /levels/wf/3.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/3.rgba16.png -------------------------------------------------------------------------------- /levels/wf/4.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/4.rgba16.png -------------------------------------------------------------------------------- /levels/wf/5.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/5.rgba16.png -------------------------------------------------------------------------------- /levels/wf/6.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/6.rgba16.png -------------------------------------------------------------------------------- /levels/wf/7.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/7.rgba16.png -------------------------------------------------------------------------------- /levels/wf/8.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/8.rgba16.png -------------------------------------------------------------------------------- /levels/wf/9.rgba16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/9.rgba16.png -------------------------------------------------------------------------------- /levels/wf/areas/1/geo.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/areas/1/geo.inc.c -------------------------------------------------------------------------------- /levels/wf/areas/1/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/areas/1/header.h -------------------------------------------------------------------------------- /levels/wf/geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/geo.c -------------------------------------------------------------------------------- /levels/wf/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/header.h -------------------------------------------------------------------------------- /levels/wf/level.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/level.yaml -------------------------------------------------------------------------------- /levels/wf/leveldata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/leveldata.c -------------------------------------------------------------------------------- /levels/wf/material.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/material.inc.c -------------------------------------------------------------------------------- /levels/wf/script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/script.c -------------------------------------------------------------------------------- /levels/wf/texture.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/levels/wf/texture.inc.c -------------------------------------------------------------------------------- /lib/PR/102695/rspboot.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/PR/102695/rspboot.bin -------------------------------------------------------------------------------- /lib/asm/__osDisableInt.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osDisableInt.s -------------------------------------------------------------------------------- /lib/asm/__osGetCause.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osGetCause.s -------------------------------------------------------------------------------- /lib/asm/__osGetSR.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osGetSR.s -------------------------------------------------------------------------------- /lib/asm/__osProbeTLB.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osProbeTLB.s -------------------------------------------------------------------------------- /lib/asm/__osRestoreInt.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osRestoreInt.s -------------------------------------------------------------------------------- /lib/asm/__osSetCompare.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osSetCompare.s -------------------------------------------------------------------------------- /lib/asm/__osSetFpcCsr.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osSetFpcCsr.s -------------------------------------------------------------------------------- /lib/asm/__osSetSR.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osSetSR.s -------------------------------------------------------------------------------- /lib/asm/__osSetWatchLo.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/__osSetWatchLo.s -------------------------------------------------------------------------------- /lib/asm/bcopy.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/bcopy.s -------------------------------------------------------------------------------- /lib/asm/bzero.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/bzero.s -------------------------------------------------------------------------------- /lib/asm/llmuldiv_gcc.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/llmuldiv_gcc.s -------------------------------------------------------------------------------- /lib/asm/osGetCount.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osGetCount.s -------------------------------------------------------------------------------- /lib/asm/osInvalDCache.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osInvalDCache.s -------------------------------------------------------------------------------- /lib/asm/osInvalICache.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osInvalICache.s -------------------------------------------------------------------------------- /lib/asm/osMapTLB.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osMapTLB.s -------------------------------------------------------------------------------- /lib/asm/osMapTLBRdb.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osMapTLBRdb.s -------------------------------------------------------------------------------- /lib/asm/osSetIntMask.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osSetIntMask.s -------------------------------------------------------------------------------- /lib/asm/osUnmapTLBAll.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osUnmapTLBAll.s -------------------------------------------------------------------------------- /lib/asm/osWritebackDCache.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/osWritebackDCache.s -------------------------------------------------------------------------------- /lib/asm/parameters.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/parameters.s -------------------------------------------------------------------------------- /lib/asm/slidec.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/slidec.s -------------------------------------------------------------------------------- /lib/asm/sqrtf.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/asm/sqrtf.s -------------------------------------------------------------------------------- /lib/rsp.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/rsp.s -------------------------------------------------------------------------------- /lib/src/NaN.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/NaN.c -------------------------------------------------------------------------------- /lib/src/_Ldtob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/_Ldtob.c -------------------------------------------------------------------------------- /lib/src/_Litob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/_Litob.c -------------------------------------------------------------------------------- /lib/src/_Printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/_Printf.c -------------------------------------------------------------------------------- /lib/src/__osAiDeviceBusy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osAiDeviceBusy.c -------------------------------------------------------------------------------- /lib/src/__osAtomicDec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osAtomicDec.c -------------------------------------------------------------------------------- /lib/src/__osDequeueThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osDequeueThread.c -------------------------------------------------------------------------------- /lib/src/__osDevMgrMain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osDevMgrMain.c -------------------------------------------------------------------------------- /lib/src/__osSiDeviceBusy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSiDeviceBusy.c -------------------------------------------------------------------------------- /lib/src/__osSiRawReadIo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSiRawReadIo.c -------------------------------------------------------------------------------- /lib/src/__osSiRawStartDma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSiRawStartDma.c -------------------------------------------------------------------------------- /lib/src/__osSiRawWriteIo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSiRawWriteIo.c -------------------------------------------------------------------------------- /lib/src/__osSpDeviceBusy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSpDeviceBusy.c -------------------------------------------------------------------------------- /lib/src/__osSpGetStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSpGetStatus.c -------------------------------------------------------------------------------- /lib/src/__osSpRawStartDma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSpRawStartDma.c -------------------------------------------------------------------------------- /lib/src/__osSpSetPc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSpSetPc.c -------------------------------------------------------------------------------- /lib/src/__osSpSetStatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSpSetStatus.c -------------------------------------------------------------------------------- /lib/src/__osSyncPutChars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osSyncPutChars.c -------------------------------------------------------------------------------- /lib/src/__osViInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osViInit.c -------------------------------------------------------------------------------- /lib/src/__osViSwapContext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/__osViSwapContext.c -------------------------------------------------------------------------------- /lib/src/alBnkfNew.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/alBnkfNew.c -------------------------------------------------------------------------------- /lib/src/bstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/bstring.h -------------------------------------------------------------------------------- /lib/src/contramread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/contramread.c -------------------------------------------------------------------------------- /lib/src/contramwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/contramwrite.c -------------------------------------------------------------------------------- /lib/src/controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/controller.h -------------------------------------------------------------------------------- /lib/src/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/crc.c -------------------------------------------------------------------------------- /lib/src/guLookAtRef.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guLookAtRef.c -------------------------------------------------------------------------------- /lib/src/guMtxF2L.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guMtxF2L.c -------------------------------------------------------------------------------- /lib/src/guNormalize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guNormalize.c -------------------------------------------------------------------------------- /lib/src/guOrthoF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guOrthoF.c -------------------------------------------------------------------------------- /lib/src/guPerspectiveF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guPerspectiveF.c -------------------------------------------------------------------------------- /lib/src/guRotateF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guRotateF.c -------------------------------------------------------------------------------- /lib/src/guScaleF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guScaleF.c -------------------------------------------------------------------------------- /lib/src/guTranslateF.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/guTranslateF.c -------------------------------------------------------------------------------- /lib/src/kdebugserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/kdebugserver.c -------------------------------------------------------------------------------- /lib/src/kdebugserver_stack.c: -------------------------------------------------------------------------------- 1 | #include "libultra_internal.h" 2 | 3 | u8 debugBuffer[0x100]; 4 | -------------------------------------------------------------------------------- /lib/src/ldiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/ldiv.c -------------------------------------------------------------------------------- /lib/src/libaudio_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/libaudio_internal.h -------------------------------------------------------------------------------- /lib/src/libgcc/_cmpdi2.c: -------------------------------------------------------------------------------- 1 | #define L_cmpdi2 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_divdi3.c: -------------------------------------------------------------------------------- 1 | #define L_divdi3 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_fixdfdi.c: -------------------------------------------------------------------------------- 1 | #define L_fixdfdi 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_fixsfdi.c: -------------------------------------------------------------------------------- 1 | #define L_fixsfdi 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_fixunsdfdi.c: -------------------------------------------------------------------------------- 1 | #define L_fixunsdfdi 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_fixunssfdi.c: -------------------------------------------------------------------------------- 1 | #define L_fixunssfdi 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_floatdidf.c: -------------------------------------------------------------------------------- 1 | #define L_floatdidf 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_floatdisf.c: -------------------------------------------------------------------------------- 1 | #define L_floatdisf 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_moddi3.c: -------------------------------------------------------------------------------- 1 | #define L_moddi3 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_udivdi3.c: -------------------------------------------------------------------------------- 1 | #define L_udivdi3 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/_umoddi3.c: -------------------------------------------------------------------------------- 1 | #define L_umoddi3 2 | #include "libgcc2.inc" 3 | -------------------------------------------------------------------------------- /lib/src/libgcc/libgcc2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/libgcc/libgcc2.inc -------------------------------------------------------------------------------- /lib/src/libgcc/longlong.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/libgcc/longlong.h -------------------------------------------------------------------------------- /lib/src/libultra_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/libultra_internal.h -------------------------------------------------------------------------------- /lib/src/math/cosf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/math/cosf.c -------------------------------------------------------------------------------- /lib/src/math/llconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/math/llconv.c -------------------------------------------------------------------------------- /lib/src/math/llmuldiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/math/llmuldiv.c -------------------------------------------------------------------------------- /lib/src/math/sinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/math/sinf.c -------------------------------------------------------------------------------- /lib/src/new_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/new_func.h -------------------------------------------------------------------------------- /lib/src/osAi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osAi.h -------------------------------------------------------------------------------- /lib/src/osAiGetLength.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osAiGetLength.c -------------------------------------------------------------------------------- /lib/src/osAiSetFrequency.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osAiSetFrequency.c -------------------------------------------------------------------------------- /lib/src/osAiSetNextBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osAiSetNextBuffer.c -------------------------------------------------------------------------------- /lib/src/osCartRomInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osCartRomInit.c -------------------------------------------------------------------------------- /lib/src/osContInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osContInit.c -------------------------------------------------------------------------------- /lib/src/osContInternal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osContInternal.h -------------------------------------------------------------------------------- /lib/src/osCreateMesgQueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osCreateMesgQueue.c -------------------------------------------------------------------------------- /lib/src/osCreatePiManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osCreatePiManager.c -------------------------------------------------------------------------------- /lib/src/osCreateThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osCreateThread.c -------------------------------------------------------------------------------- /lib/src/osCreateViManager.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osCreateViManager.c -------------------------------------------------------------------------------- /lib/src/osDestroyThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osDestroyThread.c -------------------------------------------------------------------------------- /lib/src/osDriveRomInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osDriveRomInit.c -------------------------------------------------------------------------------- /lib/src/osEPiRawReadIo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEPiRawReadIo.c -------------------------------------------------------------------------------- /lib/src/osEPiRawStartDma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEPiRawStartDma.c -------------------------------------------------------------------------------- /lib/src/osEPiRawWriteIo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEPiRawWriteIo.c -------------------------------------------------------------------------------- /lib/src/osEepromLongRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEepromLongRead.c -------------------------------------------------------------------------------- /lib/src/osEepromLongWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEepromLongWrite.c -------------------------------------------------------------------------------- /lib/src/osEepromProbe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEepromProbe.c -------------------------------------------------------------------------------- /lib/src/osEepromRead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEepromRead.c -------------------------------------------------------------------------------- /lib/src/osEepromWrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osEepromWrite.c -------------------------------------------------------------------------------- /lib/src/osGetThreadPri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osGetThreadPri.c -------------------------------------------------------------------------------- /lib/src/osGetTime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osGetTime.c -------------------------------------------------------------------------------- /lib/src/osInitialize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osInitialize.c -------------------------------------------------------------------------------- /lib/src/osJamMesg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osJamMesg.c -------------------------------------------------------------------------------- /lib/src/osLeoDiskInit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osLeoDiskInit.c -------------------------------------------------------------------------------- /lib/src/osPfsIsPlug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osPfsIsPlug.c -------------------------------------------------------------------------------- /lib/src/osPiGetCmdQueue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osPiGetCmdQueue.c -------------------------------------------------------------------------------- /lib/src/osPiRawReadIo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osPiRawReadIo.c -------------------------------------------------------------------------------- /lib/src/osPiRawStartDma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osPiRawStartDma.c -------------------------------------------------------------------------------- /lib/src/osPiStartDma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osPiStartDma.c -------------------------------------------------------------------------------- /lib/src/osRecvMesg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osRecvMesg.c -------------------------------------------------------------------------------- /lib/src/osSendMesg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSendMesg.c -------------------------------------------------------------------------------- /lib/src/osSetEventMesg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSetEventMesg.c -------------------------------------------------------------------------------- /lib/src/osSetThreadPri.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSetThreadPri.c -------------------------------------------------------------------------------- /lib/src/osSetTime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSetTime.c -------------------------------------------------------------------------------- /lib/src/osSetTimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSetTimer.c -------------------------------------------------------------------------------- /lib/src/osSpTaskLoadGo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSpTaskLoadGo.c -------------------------------------------------------------------------------- /lib/src/osSpTaskYield.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSpTaskYield.c -------------------------------------------------------------------------------- /lib/src/osSpTaskYielded.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osSpTaskYielded.c -------------------------------------------------------------------------------- /lib/src/osStartThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osStartThread.c -------------------------------------------------------------------------------- /lib/src/osTimer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osTimer.c -------------------------------------------------------------------------------- /lib/src/osViBlack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViBlack.c -------------------------------------------------------------------------------- /lib/src/osViData.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViData.c -------------------------------------------------------------------------------- /lib/src/osViSetEvent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViSetEvent.c -------------------------------------------------------------------------------- /lib/src/osViSetMode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViSetMode.c -------------------------------------------------------------------------------- /lib/src/osViSwapBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViSwapBuffer.c -------------------------------------------------------------------------------- /lib/src/osViTable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osViTable.c -------------------------------------------------------------------------------- /lib/src/osYieldThread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osYieldThread.c -------------------------------------------------------------------------------- /lib/src/osint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/osint.h -------------------------------------------------------------------------------- /lib/src/pfsgetstatus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/pfsgetstatus.c -------------------------------------------------------------------------------- /lib/src/piint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/piint.h -------------------------------------------------------------------------------- /lib/src/printf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/printf.h -------------------------------------------------------------------------------- /lib/src/sprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/sprintf.c -------------------------------------------------------------------------------- /lib/src/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/lib/src/string.c -------------------------------------------------------------------------------- /makecontinuous.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/makecontinuous.sh -------------------------------------------------------------------------------- /rename_sym.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/rename_sym.sh -------------------------------------------------------------------------------- /sm64.jp.sha1: -------------------------------------------------------------------------------- 1 | 8a20a5c83d6ceb0f0506cfc9fa20d8f438cafe51 build/jp/sm64.jp.z64 2 | -------------------------------------------------------------------------------- /sm64.ld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sm64.ld -------------------------------------------------------------------------------- /sound/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/README.md -------------------------------------------------------------------------------- /sound/samples/sfx_4/00.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/00.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/01.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/02.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/03.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/04.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/05.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/06.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/07.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/08.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_4/09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_4/09.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/00.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/00.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/01.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/02.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/03.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/04.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/05.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/06.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/07.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/08.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/09.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0A.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0A.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0B.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0B.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0C.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0C.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0D.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0D.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0E.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0E.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/0F.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/0F.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/10.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/10.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/11.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/11.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/12.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/12.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/13.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/13.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/14.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/14.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/19.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/19.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/1A.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/1A.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/1B.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/1B.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_5/1C.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_5/1C.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/00.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/00.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/01.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/02.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/03.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/04.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/05.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/05.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/06.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/06.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/07.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/07.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/08.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/08.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/09.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/09.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0A.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0A.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0B.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0B.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0C.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0C.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0D.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0D.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0E.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0E.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/0F.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/0F.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_6/10.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_6/10.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_7/00.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_7/00.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_7/01.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_7/01.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_7/02.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_7/02.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_7/03.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_7/03.aiff -------------------------------------------------------------------------------- /sound/samples/sfx_7/04.aiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/samples/sfx_7/04.aiff -------------------------------------------------------------------------------- /sound/sequences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sequences.json -------------------------------------------------------------------------------- /sound/sound_banks/00.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/00.json -------------------------------------------------------------------------------- /sound/sound_banks/03.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/03.json -------------------------------------------------------------------------------- /sound/sound_banks/04.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/04.json -------------------------------------------------------------------------------- /sound/sound_banks/05.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/05.json -------------------------------------------------------------------------------- /sound/sound_banks/06.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/06.json -------------------------------------------------------------------------------- /sound/sound_banks/07.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/07.json -------------------------------------------------------------------------------- /sound/sound_banks/09.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/09.json -------------------------------------------------------------------------------- /sound/sound_banks/0B.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/0B.json -------------------------------------------------------------------------------- /sound/sound_banks/0C.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/0C.json -------------------------------------------------------------------------------- /sound/sound_banks/0D.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/0D.json -------------------------------------------------------------------------------- /sound/sound_banks/0E.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/0E.json -------------------------------------------------------------------------------- /sound/sound_banks/0F.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/0F.json -------------------------------------------------------------------------------- /sound/sound_banks/10.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/10.json -------------------------------------------------------------------------------- /sound/sound_banks/11.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/11.json -------------------------------------------------------------------------------- /sound/sound_banks/12.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/12.json -------------------------------------------------------------------------------- /sound/sound_banks/13.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/13.json -------------------------------------------------------------------------------- /sound/sound_banks/15.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/15.json -------------------------------------------------------------------------------- /sound/sound_banks/17.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/17.json -------------------------------------------------------------------------------- /sound/sound_banks/18.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/18.json -------------------------------------------------------------------------------- /sound/sound_banks/19.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/19.json -------------------------------------------------------------------------------- /sound/sound_banks/1A.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/1A.json -------------------------------------------------------------------------------- /sound/sound_banks/1B.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/1B.json -------------------------------------------------------------------------------- /sound/sound_banks/1E.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/1E.json -------------------------------------------------------------------------------- /sound/sound_banks/1F.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/1F.json -------------------------------------------------------------------------------- /sound/sound_banks/20.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/20.json -------------------------------------------------------------------------------- /sound/sound_banks/21.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/21.json -------------------------------------------------------------------------------- /sound/sound_banks/22.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/22.json -------------------------------------------------------------------------------- /sound/sound_banks/23.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/23.json -------------------------------------------------------------------------------- /sound/sound_banks/24.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/24.json -------------------------------------------------------------------------------- /sound/sound_banks/25.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_banks/25.json -------------------------------------------------------------------------------- /sound/sound_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/sound/sound_data.c -------------------------------------------------------------------------------- /src/audio/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/data.c -------------------------------------------------------------------------------- /src/audio/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/data.h -------------------------------------------------------------------------------- /src/audio/effects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/effects.c -------------------------------------------------------------------------------- /src/audio/effects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/effects.h -------------------------------------------------------------------------------- /src/audio/external.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/external.c -------------------------------------------------------------------------------- /src/audio/external.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/external.h -------------------------------------------------------------------------------- /src/audio/globals_start.c: -------------------------------------------------------------------------------- 1 | #include 2 | 3 | u64 gAudioGlobalsStartMarker; 4 | -------------------------------------------------------------------------------- /src/audio/heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/heap.c -------------------------------------------------------------------------------- /src/audio/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/heap.h -------------------------------------------------------------------------------- /src/audio/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/internal.h -------------------------------------------------------------------------------- /src/audio/load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/load.c -------------------------------------------------------------------------------- /src/audio/load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/load.h -------------------------------------------------------------------------------- /src/audio/playback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/playback.c -------------------------------------------------------------------------------- /src/audio/playback.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/playback.h -------------------------------------------------------------------------------- /src/audio/seqplayer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/seqplayer.c -------------------------------------------------------------------------------- /src/audio/seqplayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/seqplayer.h -------------------------------------------------------------------------------- /src/audio/synthesis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/synthesis.c -------------------------------------------------------------------------------- /src/audio/synthesis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/audio/synthesis.h -------------------------------------------------------------------------------- /src/buffers/buffers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/buffers/buffers.c -------------------------------------------------------------------------------- /src/buffers/buffers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/buffers/buffers.h -------------------------------------------------------------------------------- /src/buffers/zbuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/buffers/zbuffer.c -------------------------------------------------------------------------------- /src/buffers/zbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/buffers/zbuffer.h -------------------------------------------------------------------------------- /src/engine/geo_layout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/geo_layout.c -------------------------------------------------------------------------------- /src/engine/geo_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/geo_layout.h -------------------------------------------------------------------------------- /src/engine/graph_node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/graph_node.c -------------------------------------------------------------------------------- /src/engine/graph_node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/graph_node.h -------------------------------------------------------------------------------- /src/engine/level_script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/level_script.c -------------------------------------------------------------------------------- /src/engine/level_script.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/level_script.h -------------------------------------------------------------------------------- /src/engine/math_util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/math_util.c -------------------------------------------------------------------------------- /src/engine/math_util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/math_util.h -------------------------------------------------------------------------------- /src/engine/surface_load.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/surface_load.c -------------------------------------------------------------------------------- /src/engine/surface_load.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/engine/surface_load.h -------------------------------------------------------------------------------- /src/game/area.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/area.c -------------------------------------------------------------------------------- /src/game/area.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/area.h -------------------------------------------------------------------------------- /src/game/areamap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/areamap.c -------------------------------------------------------------------------------- /src/game/areamap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/areamap.h -------------------------------------------------------------------------------- /src/game/camera.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/camera.c -------------------------------------------------------------------------------- /src/game/camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/camera.h -------------------------------------------------------------------------------- /src/game/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/debug.c -------------------------------------------------------------------------------- /src/game/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/debug.h -------------------------------------------------------------------------------- /src/game/debug_course.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/debug_course.c -------------------------------------------------------------------------------- /src/game/debug_course.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/debug_course.h -------------------------------------------------------------------------------- /src/game/envfx_bubbles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/envfx_bubbles.c -------------------------------------------------------------------------------- /src/game/envfx_bubbles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/envfx_bubbles.h -------------------------------------------------------------------------------- /src/game/envfx_snow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/envfx_snow.c -------------------------------------------------------------------------------- /src/game/envfx_snow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/envfx_snow.h -------------------------------------------------------------------------------- /src/game/game_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/game_init.c -------------------------------------------------------------------------------- /src/game/game_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/game_init.h -------------------------------------------------------------------------------- /src/game/geo_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/geo_misc.c -------------------------------------------------------------------------------- /src/game/geo_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/geo_misc.h -------------------------------------------------------------------------------- /src/game/hud.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/hud.c -------------------------------------------------------------------------------- /src/game/hud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/hud.h -------------------------------------------------------------------------------- /src/game/ingame_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/ingame_menu.c -------------------------------------------------------------------------------- /src/game/ingame_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/ingame_menu.h -------------------------------------------------------------------------------- /src/game/interaction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/interaction.c -------------------------------------------------------------------------------- /src/game/interaction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/interaction.h -------------------------------------------------------------------------------- /src/game/level_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/level_geo.c -------------------------------------------------------------------------------- /src/game/level_geo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/level_geo.h -------------------------------------------------------------------------------- /src/game/level_update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/level_update.c -------------------------------------------------------------------------------- /src/game/level_update.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/level_update.h -------------------------------------------------------------------------------- /src/game/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/main.c -------------------------------------------------------------------------------- /src/game/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/main.h -------------------------------------------------------------------------------- /src/game/mario.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario.c -------------------------------------------------------------------------------- /src/game/mario.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario.h -------------------------------------------------------------------------------- /src/game/mario_misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario_misc.c -------------------------------------------------------------------------------- /src/game/mario_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario_misc.h -------------------------------------------------------------------------------- /src/game/mario_step.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario_step.c -------------------------------------------------------------------------------- /src/game/mario_step.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/mario_step.h -------------------------------------------------------------------------------- /src/game/memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/memory.c -------------------------------------------------------------------------------- /src/game/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/memory.h -------------------------------------------------------------------------------- /src/game/moving_texture.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/moving_texture.c -------------------------------------------------------------------------------- /src/game/moving_texture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/moving_texture.h -------------------------------------------------------------------------------- /src/game/obj_behaviors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/obj_behaviors.c -------------------------------------------------------------------------------- /src/game/obj_behaviors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/obj_behaviors.h -------------------------------------------------------------------------------- /src/game/object_helpers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/object_helpers.c -------------------------------------------------------------------------------- /src/game/object_helpers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/object_helpers.h -------------------------------------------------------------------------------- /src/game/paintings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/paintings.c -------------------------------------------------------------------------------- /src/game/paintings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/paintings.h -------------------------------------------------------------------------------- /src/game/print.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/print.c -------------------------------------------------------------------------------- /src/game/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/print.h -------------------------------------------------------------------------------- /src/game/profiler.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/profiler.c -------------------------------------------------------------------------------- /src/game/profiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/profiler.h -------------------------------------------------------------------------------- /src/game/save_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/save_file.c -------------------------------------------------------------------------------- /src/game/save_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/save_file.h -------------------------------------------------------------------------------- /src/game/segment2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/segment2.h -------------------------------------------------------------------------------- /src/game/segment7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/segment7.h -------------------------------------------------------------------------------- /src/game/shadow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/shadow.c -------------------------------------------------------------------------------- /src/game/shadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/shadow.h -------------------------------------------------------------------------------- /src/game/skybox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/skybox.c -------------------------------------------------------------------------------- /src/game/skybox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/skybox.h -------------------------------------------------------------------------------- /src/game/sound_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/sound_init.c -------------------------------------------------------------------------------- /src/game/sound_init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/sound_init.h -------------------------------------------------------------------------------- /src/game/spawn_object.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/spawn_object.c -------------------------------------------------------------------------------- /src/game/spawn_object.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/spawn_object.h -------------------------------------------------------------------------------- /src/game/spawn_sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/spawn_sound.c -------------------------------------------------------------------------------- /src/game/spawn_sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/game/spawn_sound.h -------------------------------------------------------------------------------- /src/goddard/debug_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/debug_utils.c -------------------------------------------------------------------------------- /src/goddard/debug_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/debug_utils.h -------------------------------------------------------------------------------- /src/goddard/gd_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_macros.h -------------------------------------------------------------------------------- /src/goddard/gd_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_main.c -------------------------------------------------------------------------------- /src/goddard/gd_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_main.h -------------------------------------------------------------------------------- /src/goddard/gd_math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_math.c -------------------------------------------------------------------------------- /src/goddard/gd_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_math.h -------------------------------------------------------------------------------- /src/goddard/gd_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_memory.c -------------------------------------------------------------------------------- /src/goddard/gd_memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_memory.h -------------------------------------------------------------------------------- /src/goddard/gd_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/gd_types.h -------------------------------------------------------------------------------- /src/goddard/joints.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/joints.c -------------------------------------------------------------------------------- /src/goddard/joints.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/joints.h -------------------------------------------------------------------------------- /src/goddard/objects.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/objects.c -------------------------------------------------------------------------------- /src/goddard/objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/objects.h -------------------------------------------------------------------------------- /src/goddard/old_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/old_menu.c -------------------------------------------------------------------------------- /src/goddard/old_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/old_menu.h -------------------------------------------------------------------------------- /src/goddard/particles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/particles.c -------------------------------------------------------------------------------- /src/goddard/particles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/particles.h -------------------------------------------------------------------------------- /src/goddard/renderer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/renderer.c -------------------------------------------------------------------------------- /src/goddard/renderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/renderer.h -------------------------------------------------------------------------------- /src/goddard/sfx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/sfx.c -------------------------------------------------------------------------------- /src/goddard/sfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/sfx.h -------------------------------------------------------------------------------- /src/goddard/skin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/skin.c -------------------------------------------------------------------------------- /src/goddard/skin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/goddard/skin.h -------------------------------------------------------------------------------- /src/menu/intro_geo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/menu/intro_geo.c -------------------------------------------------------------------------------- /src/menu/intro_geo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/menu/intro_geo.h -------------------------------------------------------------------------------- /src/menu/title_screen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/menu/title_screen.c -------------------------------------------------------------------------------- /src/menu/title_screen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/src/menu/title_screen.h -------------------------------------------------------------------------------- /text/debug_text.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/text/debug_text.inc.c -------------------------------------------------------------------------------- /text/define_text.inc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/text/define_text.inc.c -------------------------------------------------------------------------------- /text/jp/dialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/text/jp/dialogs.h -------------------------------------------------------------------------------- /textures/skyboxes/ccm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/textures/skyboxes/ccm.png -------------------------------------------------------------------------------- /textures/skyboxes/wdw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/textures/skyboxes/wdw.png -------------------------------------------------------------------------------- /tools/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/.gitignore -------------------------------------------------------------------------------- /tools/FlipsSrc/Flips.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/FlipsSrc/Flips.cpp -------------------------------------------------------------------------------- /tools/FlipsSrc/Flips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/FlipsSrc/Flips.h -------------------------------------------------------------------------------- /tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/Makefile -------------------------------------------------------------------------------- /tools/aifc_decode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/aifc_decode.c -------------------------------------------------------------------------------- /tools/apply_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/apply_patch.sh -------------------------------------------------------------------------------- /tools/armips.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/armips.cpp -------------------------------------------------------------------------------- /tools/asm-processor/.gitignore: -------------------------------------------------------------------------------- 1 | *.o 2 | *.py[cod] 3 | -------------------------------------------------------------------------------- /tools/assemble_sound.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/assemble_sound.py -------------------------------------------------------------------------------- /tools/audiofile/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/audiofile/Makefile -------------------------------------------------------------------------------- /tools/calc_bss.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/calc_bss.sh -------------------------------------------------------------------------------- /tools/clang-tidy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/clang-tidy.sh -------------------------------------------------------------------------------- /tools/create_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/create_patch.sh -------------------------------------------------------------------------------- /tools/gen_asset_list.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/gen_asset_list.cpp -------------------------------------------------------------------------------- /tools/hashtable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/hashtable.c -------------------------------------------------------------------------------- /tools/hashtable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/hashtable.h -------------------------------------------------------------------------------- /tools/ido-static-recomp/tools/rabbitizer/rabbitizer/py.typed: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tools/ique_egcs/as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/ique_egcs/as -------------------------------------------------------------------------------- /tools/ique_egcs/cc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/ique_egcs/cc1 -------------------------------------------------------------------------------- /tools/ique_egcs/cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/ique_egcs/cpp -------------------------------------------------------------------------------- /tools/ique_egcs/gcc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/ique_egcs/gcc -------------------------------------------------------------------------------- /tools/patch_elf_32bit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/patch_elf_32bit.c -------------------------------------------------------------------------------- /tools/patch_libmalloc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/patch_libmalloc.py -------------------------------------------------------------------------------- /tools/rasm2armips.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/rasm2armips.py -------------------------------------------------------------------------------- /tools/revert_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/revert_patch.sh -------------------------------------------------------------------------------- /tools/sdk-tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sdk-tools/README.md -------------------------------------------------------------------------------- /tools/seq_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/seq_decoder.py -------------------------------------------------------------------------------- /tools/skyconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/skyconv.c -------------------------------------------------------------------------------- /tools/slienc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/slienc.c -------------------------------------------------------------------------------- /tools/sm64tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sm64tools/Makefile -------------------------------------------------------------------------------- /tools/sm64tools/libmio0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sm64tools/libmio0.c -------------------------------------------------------------------------------- /tools/sm64tools/libmio0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sm64tools/libmio0.h -------------------------------------------------------------------------------- /tools/sm64tools/utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sm64tools/utils.c -------------------------------------------------------------------------------- /tools/sm64tools/utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/sm64tools/utils.h -------------------------------------------------------------------------------- /tools/textconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/textconv.c -------------------------------------------------------------------------------- /tools/utf8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/utf8.c -------------------------------------------------------------------------------- /tools/utf8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/tools/utf8.h -------------------------------------------------------------------------------- /undefined_syms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/undefined_syms.txt -------------------------------------------------------------------------------- /util.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/96flashbacks/showfloor/HEAD/util.mk --------------------------------------------------------------------------------