├── .gitattributes ├── .gitignore ├── 0-15.txt ├── 0-16.txt ├── 0-41.txt ├── 0-42.txt ├── 0-8.txt ├── GiftBoxGlitch058Table1.bin ├── GiftBoxGlitch058Table4.bin ├── GiftBoxGlitch1D9Table1.bin ├── M3text ├── 0-15.txt ├── 0-16.txt ├── 0-41.txt ├── 0-42.txt ├── 0-8.txt ├── data_introcode.bin ├── font_mainfont.bin ├── font_mainwidths.bin ├── font_smallfont.bin ├── font_smallwidths.bin ├── gfx_disclaimer_[c].bin └── texttable.txt ├── battle_hacks.asm ├── battletext.txt ├── castroll_names.txt ├── charnames.txt ├── check_overlap.py ├── credits_hacks.asm ├── custom_text.txt ├── data_castroll_table.bin ├── data_creditstable.bin ├── data_enemy_extras.bin ├── data_ghost_fix.bin ├── data_introcode.bin ├── data_item_extras.bin ├── data_memo_flags.bin ├── data_namingcursors.bin ├── data_namingscreen1.bin ├── data_namingscreen2.bin ├── data_random.bin ├── data_target_table.bin ├── defaultnames.txt ├── enemy_extras.txt ├── enemydescriptions.txt ├── enemynames.txt ├── enemynames_short.txt ├── extra_hacks.asm ├── fix_custom_text.cpp ├── font_castroll.bin ├── font_castroll_rearranged.bin ├── font_creditsfont_[c].bin ├── font_equip_rearranged.bin ├── font_mainfont.bin ├── font_mainfont_rearranged.bin ├── font_mainfont_used.bin ├── font_mainwidths.bin ├── font_smallfont.bin ├── font_smallfont_used.bin ├── font_smallwidths.bin ├── general_hacks.asm ├── gfx_3yearslater.bin ├── gfx_K9000_battle_[c].bin ├── gfx_amusement_[c].bin ├── gfx_arcade_bottom_[c].bin ├── gfx_arcade_top_[c].bin ├── gfx_bazar1_[c].bin ├── gfx_bazar2_[c].bin ├── gfx_bazar_credits.bin ├── gfx_beauty_extern_[c].bin ├── gfx_beauty_intern1_[c].bin ├── gfx_beauty_intern2_[c].bin ├── gfx_bellicon.bin ├── gfx_bellicon_pal.bin ├── gfx_bom.bin ├── gfx_bom_npc_[c].bin ├── gfx_cafe_bottom_[c].bin ├── gfx_cafe_top_[c].bin ├── gfx_chapt1-4_arrangement.bin ├── gfx_chapt5-8_arrangement.bin ├── gfx_chaptertitles_[c].bin ├── gfx_charge0_[c].bin ├── gfx_charge1_[c].bin ├── gfx_charge2_[c].bin ├── gfx_club_keepout_[c].bin ├── gfx_combo.bin ├── gfx_currency.bin ├── gfx_cutscene_[c].bin ├── gfx_cutscene_layer2_arrangement_[c].bin ├── gfx_cutscene_layer3_arrangement_[c].bin ├── gfx_debug_[c].bin ├── gfx_disclaimer.bin ├── gfx_disclaimer_[c].bin ├── gfx_disclaimer_pal.bin ├── gfx_end0_[c].bin ├── gfx_end1_[c].bin ├── gfx_end2_[c].bin ├── gfx_exit_battle.bin ├── gfx_factory_arrangement.bin ├── gfx_flavours.bin ├── gfx_flavours_arrangement.bin ├── gfx_forest_layer3_[c].bin ├── gfx_frogatm.bin ├── gfx_happy_end.bin ├── gfx_healthscreen_[c].bin ├── gfx_healthtext_[c].bin ├── gfx_heli_[c].bin ├── gfx_highroad_ice_1_[c].bin ├── gfx_highroad_ice_2_[c].bin ├── gfx_highroad_ice_3_[c].bin ├── gfx_highroad_ice_4_[c].bin ├── gfx_highroad_ice_tiledata_[c].bin ├── gfx_highroad_layer3_[c].bin ├── gfx_highway_graphics_[c].bin ├── gfx_highway_layer3_[c].bin ├── gfx_highway_tilemap_[c].bin ├── gfx_hp_pp.bin ├── gfx_hp_pp_battle.bin ├── gfx_ice.bin ├── gfx_ice_highroad_palette.bin ├── gfx_k9000_sprite.bin ├── gfx_knock.bin ├── gfx_lab1_[c].bin ├── gfx_lab2_[c].bin ├── gfx_lab_arrangement_1f_[c].bin ├── gfx_lab_arrangement_1f_room_[c].bin ├── gfx_lab_arrangement_2f_[c].bin ├── gfx_lab_arrangement_2f_room2_[c].bin ├── gfx_lab_arrangement_2f_room_[c].bin ├── gfx_lab_arrangement_3f_room1_[c].bin ├── gfx_lab_arrangement_3f_room2_[c].bin ├── gfx_lab_arrangement_b1f_[c].bin ├── gfx_lab_box1_[c].bin ├── gfx_lab_box2_[c].bin ├── gfx_lab_box3_[c].bin ├── gfx_lab_elevator1_[c].bin ├── gfx_lab_elevator2_[c].bin ├── gfx_lab_elevator_animation2_[c].bin ├── gfx_lab_elevator_animation_[c].bin ├── gfx_lab_elevator_floors_[c].bin ├── gfx_lab_movie_[c].bin ├── gfx_main_menu_[c].bin ├── gfx_menu_text_swapped_palette.bin ├── gfx_monotoli_[c].bin ├── gfx_music.bin ├── gfx_namingscreen.bin ├── gfx_nuclear_battle_[c].bin ├── gfx_nuclear_sprite.bin ├── gfx_offdef_[c].bin ├── gfx_park_[c].bin ├── gfx_pencil_sprites.bin ├── gfx_police.bin ├── gfx_porky_empire_[c].bin ├── gfx_ropeway_bottom_[c].bin ├── gfx_ropeway_top_[c].bin ├── gfx_sanctuaryborders.bin ├── gfx_sheriff1_[c].bin ├── gfx_sheriff2_[c].bin ├── gfx_sprays.bin ├── gfx_starsprite.bin ├── gfx_start_battle_[c].bin ├── gfx_statues_[c].bin ├── gfx_statues_pal.bin ├── gfx_summary_arrangement.bin ├── gfx_tanetane_cliff_tilemap_[c].bin ├── gfx_tanetane_layer1_arrangement_[c].bin ├── gfx_tanetane_layer2_arrangement_[c].bin ├── gfx_tanetane_layer3_arrangement_[c].bin ├── gfx_theater_[c].bin ├── gfx_thunder_elevator_extern_[c].bin ├── gfx_thunder_elevator_intern_[c].bin ├── gfx_ticket_[c].bin ├── gfx_titiboo_oil_[c].bin ├── gfx_various_menu1.bin ├── gfx_various_menu2_[c].bin ├── gfx_vikings_[c].bin ├── gfx_welcome_[c].bin ├── gfx_youwon.bin ├── item_extras.txt ├── itemdescriptions.txt ├── itemnames.txt ├── libgcc_s_dw2-1.dll ├── logic_00E.bin ├── logic_00F.bin ├── logic_059.bin ├── logic_0EA.bin ├── logic_1DA.bin ├── logic_36D.bin ├── logic_36E.bin ├── logic_blocks_37F_380.bin ├── logic_blocks_37F_380_381_382.bin ├── logic_code_058.bin ├── logic_code_0E9.bin ├── logic_code_1D9.bin ├── logic_code_277.bin ├── logic_code_36C.bin ├── logic_fix_debug_chapter7_kumatora.bin ├── logic_fix_debug_pigmask.bin ├── logic_leder_fix_counter_fireplace.bin ├── logic_leder_fix_song.bin ├── logic_leder_memo.bin ├── logic_multi_debug.bin ├── logic_new_npc_debug.bin ├── logic_pointer_058.bin ├── logic_pointer_1D9.bin ├── logic_pointer_277.bin ├── logic_pointer_283.bin ├── logic_pointer_36C.bin ├── lookoverthere_eng.snd ├── m3hack.asm ├── main_menu_hacks.asm ├── main_script_hacks.asm ├── mapnames.txt ├── menus1.txt ├── menus2.txt ├── menus3.txt ├── miscmenus.txt ├── multi_debug.bin ├── musicnames.txt ├── naming_screen_hacks.asm ├── object_table_1_058.bin ├── object_table_1_1D9.bin ├── object_table_4_025_segment.bin ├── object_table_4_058.bin ├── object_tables_debug.bin ├── outside_hacks.asm ├── pcharnames.txt ├── prepare_special_text.py ├── psidescriptions.txt ├── psinames.txt ├── readysetgo.snd ├── rearrange_font.cpp ├── script.txt ├── skilldescriptions.txt ├── sound_hacks.asm ├── sound_lookoverthere_eng.bin ├── sound_readysetgo_a.bin ├── sound_readysetgo_b.bin ├── sound_readysetgo_c.bin ├── sound_relocate_dump.bin ├── special_itemdescriptions.txt ├── specialtext.txt ├── sprite_text_hacks.asm ├── statuses.txt ├── text_battletext.bin ├── text_charnames.bin ├── text_custom_text.bin ├── text_defaultnames.bin ├── text_enemydescriptions.bin ├── text_enemynames.bin ├── text_enemynames_short.bin ├── text_itemdescriptions.bin ├── text_itemnames.bin ├── text_mainscript.bin ├── text_mapnames.bin ├── text_menus1.bin ├── text_menus2.bin ├── text_menus3.bin ├── text_miscmenus.bin ├── text_musicnames.bin ├── text_pcharnames.bin ├── text_psidescriptions.bin ├── text_psinames.bin ├── text_skilldescriptions.bin ├── text_sleep.bin ├── text_special_itemdescriptions.bin ├── text_specialtext.bin ├── text_statuses.bin └── texttable.txt /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.gba 3 | *.sav 4 | i.bat 5 | M3FontEditor.txt 6 | *.exe 7 | -------------------------------------------------------------------------------- /0-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/0-15.txt -------------------------------------------------------------------------------- /0-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/0-16.txt -------------------------------------------------------------------------------- /0-41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/0-41.txt -------------------------------------------------------------------------------- /0-42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/0-42.txt -------------------------------------------------------------------------------- /0-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/0-8.txt -------------------------------------------------------------------------------- /GiftBoxGlitch058Table1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/GiftBoxGlitch058Table1.bin -------------------------------------------------------------------------------- /GiftBoxGlitch058Table4.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/GiftBoxGlitch058Table4.bin -------------------------------------------------------------------------------- /GiftBoxGlitch1D9Table1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/GiftBoxGlitch1D9Table1.bin -------------------------------------------------------------------------------- /M3text/0-15.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/0-15.txt -------------------------------------------------------------------------------- /M3text/0-16.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/0-16.txt -------------------------------------------------------------------------------- /M3text/0-41.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/0-41.txt -------------------------------------------------------------------------------- /M3text/0-42.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/0-42.txt -------------------------------------------------------------------------------- /M3text/0-8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/0-8.txt -------------------------------------------------------------------------------- /M3text/data_introcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/data_introcode.bin -------------------------------------------------------------------------------- /M3text/font_mainfont.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/font_mainfont.bin -------------------------------------------------------------------------------- /M3text/font_mainwidths.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/font_mainwidths.bin -------------------------------------------------------------------------------- /M3text/font_smallfont.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/font_smallfont.bin -------------------------------------------------------------------------------- /M3text/font_smallwidths.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/font_smallwidths.bin -------------------------------------------------------------------------------- /M3text/gfx_disclaimer_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/gfx_disclaimer_[c].bin -------------------------------------------------------------------------------- /M3text/texttable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/M3text/texttable.txt -------------------------------------------------------------------------------- /battle_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/battle_hacks.asm -------------------------------------------------------------------------------- /battletext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/battletext.txt -------------------------------------------------------------------------------- /castroll_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/castroll_names.txt -------------------------------------------------------------------------------- /charnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/charnames.txt -------------------------------------------------------------------------------- /check_overlap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/check_overlap.py -------------------------------------------------------------------------------- /credits_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/credits_hacks.asm -------------------------------------------------------------------------------- /custom_text.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/custom_text.txt -------------------------------------------------------------------------------- /data_castroll_table.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_castroll_table.bin -------------------------------------------------------------------------------- /data_creditstable.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_creditstable.bin -------------------------------------------------------------------------------- /data_enemy_extras.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_enemy_extras.bin -------------------------------------------------------------------------------- /data_ghost_fix.bin: -------------------------------------------------------------------------------- 1 | yh 2 | -------------------------------------------------------------------------------- /data_introcode.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_introcode.bin -------------------------------------------------------------------------------- /data_item_extras.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_item_extras.bin -------------------------------------------------------------------------------- /data_memo_flags.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_memo_flags.bin -------------------------------------------------------------------------------- /data_namingcursors.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_namingcursors.bin -------------------------------------------------------------------------------- /data_namingscreen1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_namingscreen1.bin -------------------------------------------------------------------------------- /data_namingscreen2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_namingscreen2.bin -------------------------------------------------------------------------------- /data_random.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_random.bin -------------------------------------------------------------------------------- /data_target_table.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/data_target_table.bin -------------------------------------------------------------------------------- /defaultnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/defaultnames.txt -------------------------------------------------------------------------------- /enemy_extras.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/enemy_extras.txt -------------------------------------------------------------------------------- /enemydescriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/enemydescriptions.txt -------------------------------------------------------------------------------- /enemynames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/enemynames.txt -------------------------------------------------------------------------------- /enemynames_short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/enemynames_short.txt -------------------------------------------------------------------------------- /extra_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/extra_hacks.asm -------------------------------------------------------------------------------- /fix_custom_text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/fix_custom_text.cpp -------------------------------------------------------------------------------- /font_castroll.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_castroll.bin -------------------------------------------------------------------------------- /font_castroll_rearranged.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_castroll_rearranged.bin -------------------------------------------------------------------------------- /font_creditsfont_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_creditsfont_[c].bin -------------------------------------------------------------------------------- /font_equip_rearranged.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_equip_rearranged.bin -------------------------------------------------------------------------------- /font_mainfont.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_mainfont.bin -------------------------------------------------------------------------------- /font_mainfont_rearranged.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_mainfont_rearranged.bin -------------------------------------------------------------------------------- /font_mainfont_used.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_mainfont_used.bin -------------------------------------------------------------------------------- /font_mainwidths.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_mainwidths.bin -------------------------------------------------------------------------------- /font_smallfont.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_smallfont.bin -------------------------------------------------------------------------------- /font_smallfont_used.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_smallfont_used.bin -------------------------------------------------------------------------------- /font_smallwidths.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/font_smallwidths.bin -------------------------------------------------------------------------------- /general_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/general_hacks.asm -------------------------------------------------------------------------------- /gfx_3yearslater.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_3yearslater.bin -------------------------------------------------------------------------------- /gfx_K9000_battle_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_K9000_battle_[c].bin -------------------------------------------------------------------------------- /gfx_amusement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_amusement_[c].bin -------------------------------------------------------------------------------- /gfx_arcade_bottom_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_arcade_bottom_[c].bin -------------------------------------------------------------------------------- /gfx_arcade_top_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_arcade_top_[c].bin -------------------------------------------------------------------------------- /gfx_bazar1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bazar1_[c].bin -------------------------------------------------------------------------------- /gfx_bazar2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bazar2_[c].bin -------------------------------------------------------------------------------- /gfx_bazar_credits.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bazar_credits.bin -------------------------------------------------------------------------------- /gfx_beauty_extern_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_beauty_extern_[c].bin -------------------------------------------------------------------------------- /gfx_beauty_intern1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_beauty_intern1_[c].bin -------------------------------------------------------------------------------- /gfx_beauty_intern2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_beauty_intern2_[c].bin -------------------------------------------------------------------------------- /gfx_bellicon.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bellicon.bin -------------------------------------------------------------------------------- /gfx_bellicon_pal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bellicon_pal.bin -------------------------------------------------------------------------------- /gfx_bom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bom.bin -------------------------------------------------------------------------------- /gfx_bom_npc_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_bom_npc_[c].bin -------------------------------------------------------------------------------- /gfx_cafe_bottom_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_cafe_bottom_[c].bin -------------------------------------------------------------------------------- /gfx_cafe_top_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_cafe_top_[c].bin -------------------------------------------------------------------------------- /gfx_chapt1-4_arrangement.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_chapt1-4_arrangement.bin -------------------------------------------------------------------------------- /gfx_chapt5-8_arrangement.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_chapt5-8_arrangement.bin -------------------------------------------------------------------------------- /gfx_chaptertitles_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_chaptertitles_[c].bin -------------------------------------------------------------------------------- /gfx_charge0_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_charge0_[c].bin -------------------------------------------------------------------------------- /gfx_charge1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_charge1_[c].bin -------------------------------------------------------------------------------- /gfx_charge2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_charge2_[c].bin -------------------------------------------------------------------------------- /gfx_club_keepout_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_club_keepout_[c].bin -------------------------------------------------------------------------------- /gfx_combo.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_combo.bin -------------------------------------------------------------------------------- /gfx_currency.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_currency.bin -------------------------------------------------------------------------------- /gfx_cutscene_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_cutscene_[c].bin -------------------------------------------------------------------------------- /gfx_cutscene_layer2_arrangement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_cutscene_layer2_arrangement_[c].bin -------------------------------------------------------------------------------- /gfx_cutscene_layer3_arrangement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_cutscene_layer3_arrangement_[c].bin -------------------------------------------------------------------------------- /gfx_debug_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_debug_[c].bin -------------------------------------------------------------------------------- /gfx_disclaimer.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_disclaimer.bin -------------------------------------------------------------------------------- /gfx_disclaimer_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_disclaimer_[c].bin -------------------------------------------------------------------------------- /gfx_disclaimer_pal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_disclaimer_pal.bin -------------------------------------------------------------------------------- /gfx_end0_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_end0_[c].bin -------------------------------------------------------------------------------- /gfx_end1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_end1_[c].bin -------------------------------------------------------------------------------- /gfx_end2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_end2_[c].bin -------------------------------------------------------------------------------- /gfx_exit_battle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_exit_battle.bin -------------------------------------------------------------------------------- /gfx_factory_arrangement.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_factory_arrangement.bin -------------------------------------------------------------------------------- /gfx_flavours.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_flavours.bin -------------------------------------------------------------------------------- /gfx_flavours_arrangement.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_flavours_arrangement.bin -------------------------------------------------------------------------------- /gfx_forest_layer3_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_forest_layer3_[c].bin -------------------------------------------------------------------------------- /gfx_frogatm.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_frogatm.bin -------------------------------------------------------------------------------- /gfx_happy_end.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_happy_end.bin -------------------------------------------------------------------------------- /gfx_healthscreen_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_healthscreen_[c].bin -------------------------------------------------------------------------------- /gfx_healthtext_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_healthtext_[c].bin -------------------------------------------------------------------------------- /gfx_heli_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_heli_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_ice_1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_ice_1_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_ice_2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_ice_2_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_ice_3_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_ice_3_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_ice_4_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_ice_4_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_ice_tiledata_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_ice_tiledata_[c].bin -------------------------------------------------------------------------------- /gfx_highroad_layer3_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highroad_layer3_[c].bin -------------------------------------------------------------------------------- /gfx_highway_graphics_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highway_graphics_[c].bin -------------------------------------------------------------------------------- /gfx_highway_layer3_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highway_layer3_[c].bin -------------------------------------------------------------------------------- /gfx_highway_tilemap_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_highway_tilemap_[c].bin -------------------------------------------------------------------------------- /gfx_hp_pp.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_hp_pp.bin -------------------------------------------------------------------------------- /gfx_hp_pp_battle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_hp_pp_battle.bin -------------------------------------------------------------------------------- /gfx_ice.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_ice.bin -------------------------------------------------------------------------------- /gfx_ice_highroad_palette.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_ice_highroad_palette.bin -------------------------------------------------------------------------------- /gfx_k9000_sprite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_k9000_sprite.bin -------------------------------------------------------------------------------- /gfx_knock.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_knock.bin -------------------------------------------------------------------------------- /gfx_lab1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab1_[c].bin -------------------------------------------------------------------------------- /gfx_lab2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_1f_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_1f_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_1f_room_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_1f_room_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_2f_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_2f_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_2f_room2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_2f_room2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_2f_room_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_2f_room_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_3f_room1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_3f_room1_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_3f_room2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_3f_room2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_arrangement_b1f_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_arrangement_b1f_[c].bin -------------------------------------------------------------------------------- /gfx_lab_box1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_box1_[c].bin -------------------------------------------------------------------------------- /gfx_lab_box2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_box2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_box3_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_box3_[c].bin -------------------------------------------------------------------------------- /gfx_lab_elevator1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_elevator1_[c].bin -------------------------------------------------------------------------------- /gfx_lab_elevator2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_elevator2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_elevator_animation2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_elevator_animation2_[c].bin -------------------------------------------------------------------------------- /gfx_lab_elevator_animation_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_elevator_animation_[c].bin -------------------------------------------------------------------------------- /gfx_lab_elevator_floors_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_elevator_floors_[c].bin -------------------------------------------------------------------------------- /gfx_lab_movie_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_lab_movie_[c].bin -------------------------------------------------------------------------------- /gfx_main_menu_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_main_menu_[c].bin -------------------------------------------------------------------------------- /gfx_menu_text_swapped_palette.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_menu_text_swapped_palette.bin -------------------------------------------------------------------------------- /gfx_monotoli_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_monotoli_[c].bin -------------------------------------------------------------------------------- /gfx_music.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_music.bin -------------------------------------------------------------------------------- /gfx_namingscreen.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_namingscreen.bin -------------------------------------------------------------------------------- /gfx_nuclear_battle_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_nuclear_battle_[c].bin -------------------------------------------------------------------------------- /gfx_nuclear_sprite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_nuclear_sprite.bin -------------------------------------------------------------------------------- /gfx_offdef_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_offdef_[c].bin -------------------------------------------------------------------------------- /gfx_park_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_park_[c].bin -------------------------------------------------------------------------------- /gfx_pencil_sprites.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_pencil_sprites.bin -------------------------------------------------------------------------------- /gfx_police.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_police.bin -------------------------------------------------------------------------------- /gfx_porky_empire_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_porky_empire_[c].bin -------------------------------------------------------------------------------- /gfx_ropeway_bottom_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_ropeway_bottom_[c].bin -------------------------------------------------------------------------------- /gfx_ropeway_top_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_ropeway_top_[c].bin -------------------------------------------------------------------------------- /gfx_sanctuaryborders.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_sanctuaryborders.bin -------------------------------------------------------------------------------- /gfx_sheriff1_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_sheriff1_[c].bin -------------------------------------------------------------------------------- /gfx_sheriff2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_sheriff2_[c].bin -------------------------------------------------------------------------------- /gfx_sprays.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_sprays.bin -------------------------------------------------------------------------------- /gfx_starsprite.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_starsprite.bin -------------------------------------------------------------------------------- /gfx_start_battle_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_start_battle_[c].bin -------------------------------------------------------------------------------- /gfx_statues_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_statues_[c].bin -------------------------------------------------------------------------------- /gfx_statues_pal.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_statues_pal.bin -------------------------------------------------------------------------------- /gfx_summary_arrangement.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_summary_arrangement.bin -------------------------------------------------------------------------------- /gfx_tanetane_cliff_tilemap_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_tanetane_cliff_tilemap_[c].bin -------------------------------------------------------------------------------- /gfx_tanetane_layer1_arrangement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_tanetane_layer1_arrangement_[c].bin -------------------------------------------------------------------------------- /gfx_tanetane_layer2_arrangement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_tanetane_layer2_arrangement_[c].bin -------------------------------------------------------------------------------- /gfx_tanetane_layer3_arrangement_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_tanetane_layer3_arrangement_[c].bin -------------------------------------------------------------------------------- /gfx_theater_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_theater_[c].bin -------------------------------------------------------------------------------- /gfx_thunder_elevator_extern_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_thunder_elevator_extern_[c].bin -------------------------------------------------------------------------------- /gfx_thunder_elevator_intern_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_thunder_elevator_intern_[c].bin -------------------------------------------------------------------------------- /gfx_ticket_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_ticket_[c].bin -------------------------------------------------------------------------------- /gfx_titiboo_oil_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_titiboo_oil_[c].bin -------------------------------------------------------------------------------- /gfx_various_menu1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_various_menu1.bin -------------------------------------------------------------------------------- /gfx_various_menu2_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_various_menu2_[c].bin -------------------------------------------------------------------------------- /gfx_vikings_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_vikings_[c].bin -------------------------------------------------------------------------------- /gfx_welcome_[c].bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_welcome_[c].bin -------------------------------------------------------------------------------- /gfx_youwon.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/gfx_youwon.bin -------------------------------------------------------------------------------- /item_extras.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/item_extras.txt -------------------------------------------------------------------------------- /itemdescriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/itemdescriptions.txt -------------------------------------------------------------------------------- /itemnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/itemnames.txt -------------------------------------------------------------------------------- /libgcc_s_dw2-1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/libgcc_s_dw2-1.dll -------------------------------------------------------------------------------- /logic_00E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_00E.bin -------------------------------------------------------------------------------- /logic_00F.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_00F.bin -------------------------------------------------------------------------------- /logic_059.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_059.bin -------------------------------------------------------------------------------- /logic_0EA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_0EA.bin -------------------------------------------------------------------------------- /logic_1DA.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_1DA.bin -------------------------------------------------------------------------------- /logic_36D.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_36D.bin -------------------------------------------------------------------------------- /logic_36E.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_36E.bin -------------------------------------------------------------------------------- /logic_blocks_37F_380.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_blocks_37F_380.bin -------------------------------------------------------------------------------- /logic_blocks_37F_380_381_382.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_blocks_37F_380_381_382.bin -------------------------------------------------------------------------------- /logic_code_058.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_code_058.bin -------------------------------------------------------------------------------- /logic_code_0E9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_code_0E9.bin -------------------------------------------------------------------------------- /logic_code_1D9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_code_1D9.bin -------------------------------------------------------------------------------- /logic_code_277.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_code_277.bin -------------------------------------------------------------------------------- /logic_code_36C.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_code_36C.bin -------------------------------------------------------------------------------- /logic_fix_debug_chapter7_kumatora.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_fix_debug_chapter7_kumatora.bin -------------------------------------------------------------------------------- /logic_fix_debug_pigmask.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_fix_debug_pigmask.bin -------------------------------------------------------------------------------- /logic_leder_fix_counter_fireplace.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_leder_fix_counter_fireplace.bin -------------------------------------------------------------------------------- /logic_leder_fix_song.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_leder_fix_song.bin -------------------------------------------------------------------------------- /logic_leder_memo.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_leder_memo.bin -------------------------------------------------------------------------------- /logic_multi_debug.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_multi_debug.bin -------------------------------------------------------------------------------- /logic_new_npc_debug.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_new_npc_debug.bin -------------------------------------------------------------------------------- /logic_pointer_058.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_pointer_058.bin -------------------------------------------------------------------------------- /logic_pointer_1D9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_pointer_1D9.bin -------------------------------------------------------------------------------- /logic_pointer_277.bin: -------------------------------------------------------------------------------- 1 | 5RUQ[k -------------------------------------------------------------------------------- /logic_pointer_283.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/logic_pointer_283.bin -------------------------------------------------------------------------------- /logic_pointer_36C.bin: -------------------------------------------------------------------------------- 1 | H 2 | K 3 | N 4 | R 5 | V 6 | Y 7 | ^ 8 | -------------------------------------------------------------------------------- /lookoverthere_eng.snd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/lookoverthere_eng.snd -------------------------------------------------------------------------------- /m3hack.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/m3hack.asm -------------------------------------------------------------------------------- /main_menu_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/main_menu_hacks.asm -------------------------------------------------------------------------------- /main_script_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/main_script_hacks.asm -------------------------------------------------------------------------------- /mapnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/mapnames.txt -------------------------------------------------------------------------------- /menus1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/menus1.txt -------------------------------------------------------------------------------- /menus2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/menus2.txt -------------------------------------------------------------------------------- /menus3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/menus3.txt -------------------------------------------------------------------------------- /miscmenus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/miscmenus.txt -------------------------------------------------------------------------------- /multi_debug.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/multi_debug.bin -------------------------------------------------------------------------------- /musicnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/musicnames.txt -------------------------------------------------------------------------------- /naming_screen_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/naming_screen_hacks.asm -------------------------------------------------------------------------------- /object_table_1_058.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/object_table_1_058.bin -------------------------------------------------------------------------------- /object_table_1_1D9.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/object_table_1_1D9.bin -------------------------------------------------------------------------------- /object_table_4_025_segment.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/object_table_4_025_segment.bin -------------------------------------------------------------------------------- /object_table_4_058.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/object_table_4_058.bin -------------------------------------------------------------------------------- /object_tables_debug.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/object_tables_debug.bin -------------------------------------------------------------------------------- /outside_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/outside_hacks.asm -------------------------------------------------------------------------------- /pcharnames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/pcharnames.txt -------------------------------------------------------------------------------- /prepare_special_text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/prepare_special_text.py -------------------------------------------------------------------------------- /psidescriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/psidescriptions.txt -------------------------------------------------------------------------------- /psinames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/psinames.txt -------------------------------------------------------------------------------- /readysetgo.snd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/readysetgo.snd -------------------------------------------------------------------------------- /rearrange_font.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/rearrange_font.cpp -------------------------------------------------------------------------------- /script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/script.txt -------------------------------------------------------------------------------- /skilldescriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/skilldescriptions.txt -------------------------------------------------------------------------------- /sound_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_hacks.asm -------------------------------------------------------------------------------- /sound_lookoverthere_eng.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_lookoverthere_eng.bin -------------------------------------------------------------------------------- /sound_readysetgo_a.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_readysetgo_a.bin -------------------------------------------------------------------------------- /sound_readysetgo_b.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_readysetgo_b.bin -------------------------------------------------------------------------------- /sound_readysetgo_c.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_readysetgo_c.bin -------------------------------------------------------------------------------- /sound_relocate_dump.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sound_relocate_dump.bin -------------------------------------------------------------------------------- /special_itemdescriptions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/special_itemdescriptions.txt -------------------------------------------------------------------------------- /specialtext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/specialtext.txt -------------------------------------------------------------------------------- /sprite_text_hacks.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/sprite_text_hacks.asm -------------------------------------------------------------------------------- /statuses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/statuses.txt -------------------------------------------------------------------------------- /text_battletext.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_battletext.bin -------------------------------------------------------------------------------- /text_charnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_charnames.bin -------------------------------------------------------------------------------- /text_custom_text.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_custom_text.bin -------------------------------------------------------------------------------- /text_defaultnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_defaultnames.bin -------------------------------------------------------------------------------- /text_enemydescriptions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_enemydescriptions.bin -------------------------------------------------------------------------------- /text_enemynames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_enemynames.bin -------------------------------------------------------------------------------- /text_enemynames_short.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_enemynames_short.bin -------------------------------------------------------------------------------- /text_itemdescriptions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_itemdescriptions.bin -------------------------------------------------------------------------------- /text_itemnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_itemnames.bin -------------------------------------------------------------------------------- /text_mainscript.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_mainscript.bin -------------------------------------------------------------------------------- /text_mapnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_mapnames.bin -------------------------------------------------------------------------------- /text_menus1.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_menus1.bin -------------------------------------------------------------------------------- /text_menus2.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_menus2.bin -------------------------------------------------------------------------------- /text_menus3.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_menus3.bin -------------------------------------------------------------------------------- /text_miscmenus.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_miscmenus.bin -------------------------------------------------------------------------------- /text_musicnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_musicnames.bin -------------------------------------------------------------------------------- /text_pcharnames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_pcharnames.bin -------------------------------------------------------------------------------- /text_psidescriptions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_psidescriptions.bin -------------------------------------------------------------------------------- /text_psinames.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_psinames.bin -------------------------------------------------------------------------------- /text_skilldescriptions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_skilldescriptions.bin -------------------------------------------------------------------------------- /text_sleep.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_sleep.bin -------------------------------------------------------------------------------- /text_special_itemdescriptions.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_special_itemdescriptions.bin -------------------------------------------------------------------------------- /text_specialtext.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_specialtext.bin -------------------------------------------------------------------------------- /text_statuses.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/text_statuses.bin -------------------------------------------------------------------------------- /texttable.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ThatOneMeganium/Mother3RUS/HEAD/texttable.txt --------------------------------------------------------------------------------